Home
last modified time | relevance | path

Searched refs:coded_format (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcfhd.c91 s->coded_format = AV_PIX_FMT_YUV422P10; in init_frame_defaults()
255 avctx->pix_fmt = s->coded_format; in alloc_buffers()
259 if ((ret = av_pix_fmt_get_chroma_sub_sample(s->coded_format, in alloc_buffers()
263 planes = av_pix_fmt_count_planes(s->coded_format); in alloc_buffers()
264 if (s->coded_format == AV_PIX_FMT_BAYER_RGGB16) { in alloc_buffers()
370 s->a_format = s->coded_format; in alloc_buffers()
387 s->planes = av_pix_fmt_count_planes(s->coded_format); in cfhd_decode()
573 if (s->coded_format == AV_PIX_FMT_NONE || in cfhd_decode()
574 s->coded_format == AV_PIX_FMT_YUV422P10) { in cfhd_decode()
576 s->coded_format = AV_PIX_FMT_BAYER_RGGB16; in cfhd_decode()
[all …]
Dcfhd.h163 enum AVPixelFormat coded_format; member