Home
last modified time | relevance | path

Searched refs:AV_PIX_FMT_BAYER_RGGB16 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcfhd.c257 ff_cfhddsp_init(&s->dsp, s->bpc, avctx->pix_fmt == AV_PIX_FMT_BAYER_RGGB16); in alloc_buffers()
264 if (s->coded_format == AV_PIX_FMT_BAYER_RGGB16) { in alloc_buffers()
576 s->coded_format = AV_PIX_FMT_BAYER_RGGB16; in cfhd_decode()
584 …s->planes = s->coded_format == AV_PIX_FMT_BAYER_RGGB16 ? 4 : av_pix_fmt_count_planes(s->coded_form… in cfhd_decode()
603 s->coded_format = AV_PIX_FMT_BAYER_RGGB16; in cfhd_decode()
643 int factor = s->coded_format == AV_PIX_FMT_BAYER_RGGB16 ? 2 : 1; in cfhd_decode()
679 unsigned height = s->cropped_height << (avctx->pix_fmt == AV_PIX_FMT_BAYER_RGGB16); in cfhd_decode()
911 if (avctx->pix_fmt == AV_PIX_FMT_BAYER_RGGB16) { in cfhd_decode()
959 if (avctx->pix_fmt == AV_PIX_FMT_BAYER_RGGB16) { in cfhd_decode()
1067 if (avctx->pix_fmt == AV_PIX_FMT_BAYER_RGGB16) { in cfhd_decode()
[all …]
Dcri.c278 avctx->pix_fmt = AV_PIX_FMT_BAYER_RGGB16; in cri_decode_frame()
Dtiff.c1110 s->avctx->pix_fmt = AV_PIX_FMT_BAYER_RGGB16; in init_image()
/third_party/ffmpeg/libavutil/
Dpixfmt.h424 #define AV_PIX_FMT_BAYER_RGGB16 AV_PIX_FMT_NE(BAYER_RGGB16BE, BAYER_RGGB16LE) macro
/third_party/ffmpeg/libswscale/
Dswscale_unscaled.c2110 IS_DIFFERENT_ENDIANESS(srcFormat, dstFormat, AV_PIX_FMT_BAYER_RGGB16) || in ff_get_unscaled_swscale()