- `HwStillDecoder` impl over NDK `AMediaCodec`, cfg-gated `target_os = "android"`. - HEVC: build `csd-0` (Annex-B parameter sets) from `HevcConfig`; convert payload to Annex-B. - AV1: `csd-0` from av1C; device-codec capability probe. - Map YUV output buffers (Flexible/P010) to `DecodedFrame`. - Fix and document the minimum API level (HEVC vs AV1 availability differ). - Emulator CI smoke test if feasible; otherwise fixture-driven plumbing tests. - Depends on: #27.
HwStillDecoderimpl over NDKAMediaCodec, cfg-gatedtarget_os = "android".csd-0(Annex-B parameter sets) fromHevcConfig; convert payload to Annex-B.csd-0from av1C; device-codec capability probe.DecodedFrame.