Searched refs:coded_format (Results 1 – 2 of 2) sorted by relevance
92 s->coded_format = AV_PIX_FMT_YUV422P10; in init_frame_defaults()256 avctx->pix_fmt = s->coded_format; in alloc_buffers()260 if ((ret = av_pix_fmt_get_chroma_sub_sample(s->coded_format, in alloc_buffers()264 planes = av_pix_fmt_count_planes(s->coded_format); in alloc_buffers()265 if (s->coded_format == AV_PIX_FMT_BAYER_RGGB16) { in alloc_buffers()371 s->a_format = s->coded_format; in alloc_buffers()386 s->planes = av_pix_fmt_count_planes(s->coded_format); in cfhd_decode()572 if (s->coded_format == AV_PIX_FMT_NONE || in cfhd_decode()573 s->coded_format == AV_PIX_FMT_YUV422P10) { in cfhd_decode()575 s->coded_format = AV_PIX_FMT_BAYER_RGGB16; in cfhd_decode()[all …]
161 enum AVPixelFormat coded_format; member