Home
last modified time | relevance | path

Searched refs:AVCHROMA_LOC_CENTER (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavformat/
Dyuv4mpegdec.c82 chroma_sample_location = AVCHROMA_LOC_CENTER; in yuv4_read_header()
121 chroma_sample_location = AVCHROMA_LOC_CENTER; in yuv4_read_header()
Dmux.c121 case AV_CODEC_ID_MPEG1VIDEO: return AVCHROMA_LOC_CENTER; in ff_choose_chroma_location()
Dmxfenc.c2559 case AVCHROMA_LOC_CENTER: sc->color_siting = 3; break; in mxf_write_header()
/third_party/ffmpeg/libavutil/
Dpixfmt.h608 AVCHROMA_LOC_CENTER = 2, ///< MPEG-1 4:2:0, JPEG 4:2:0, H.263 4:2:0 enumerator
Dpixdesc.c2469 [AVCHROMA_LOC_CENTER] = "center",
/third_party/ffmpeg/libavcodec/
Dspeedhq.c722 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in speedhq_decode_init()
Dh263dec.c90 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in ff_h263_decode_init()
Doptions_table.h406 {"center", "Center", 0, AV_OPT_TYPE_CONST, {.i64 = AVCHROMA_LOC_CENTER }, INT_MIN, I…
Dvp3.c2350 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in vp3_decode_init()
Dmjpegdec.c143 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in ff_mjpeg_decode_init()
Dmpeg12dec.c1301 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in mpeg_decode_postinit()
/third_party/ffmpeg/libavfilter/
Dvaapi_vpp.c344 { AVCHROMA_LOC_CENTER, VA_CHROMA_SITING_VERTICAL_CENTER | in vaapi_vpp_fill_chroma_sample_location()
Dvf_zscale.c337 case AVCHROMA_LOC_CENTER: in convert_chroma_location()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.c1374 case AVCHROMA_LOC_CENTER: in gst_ffmpegviddec_negotiate()
Dgstavcodecmap.c3049 context->chroma_sample_location = AVCHROMA_LOC_CENTER; in gst_ffmpeg_videoinfo_to_context()