Searched refs:AVCHROMA_LOC_LEFT (Results 1 – 20 of 20) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | vpcc.c | 41 return (chroma_location == AVCHROMA_LOC_LEFT) in get_vpx_chroma_subsampling()
|
D | yuv4mpegenc.c | 113 case AVCHROMA_LOC_LEFT: colorspace = " C420mpeg2 XYSCSS=420MPEG2"; break; in yuv4_write_header()
|
D | yuv4mpegdec.c | 85 chroma_sample_location = AVCHROMA_LOC_LEFT; in yuv4_read_header()
|
D | mux.c | 126 case AV_CODEC_ID_MPEG2VIDEO: return AVCHROMA_LOC_LEFT; in ff_choose_chroma_location()
|
D | mxfenc.c | 2557 case AVCHROMA_LOC_LEFT: sc->color_siting = 6; break; in mxf_write_header()
|
/third_party/ffmpeg/libavutil/ |
D | pixfmt.h | 607 AVCHROMA_LOC_LEFT = 1, ///< MPEG-2/4 4:2:0, H.264 default for 4:2:0 enumerator
|
D | pixdesc.c | 2468 [AVCHROMA_LOC_LEFT] = "left",
|
/third_party/ffmpeg/libavcodec/ |
D | librav1e.c | 100 case AVCHROMA_LOC_LEFT: in chroma_loc_map()
|
D | libdav1d.c | 297 frame->chroma_location = c->chroma_sample_location = AVCHROMA_LOC_LEFT; in libdav1d_receive_frame()
|
D | h263dec.c | 121 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; in ff_h263_decode_init()
|
D | h264_ps.c | 187 sps->chroma_location = AVCHROMA_LOC_LEFT; in decode_vui_parameters()
|
D | av1dec.c | 571 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; in set_context_with_sequence()
|
D | options_table.h | 405 {"left", "Left", 0, AV_OPT_TYPE_CONST, {.i64 = AVCHROMA_LOC_LEFT }, INT_MIN, I…
|
D | mpeg12dec.c | 1312 case 1: avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; break; in mpeg_decode_postinit()
|
D | mpeg4videodec.c | 3547 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; in decode_init()
|
D | hevcdec.c | 358 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; in export_stream_params()
|
/third_party/ffmpeg/libavfilter/ |
D | vaapi_vpp.c | 342 { AVCHROMA_LOC_LEFT, VA_CHROMA_SITING_VERTICAL_CENTER | in vaapi_vpp_fill_chroma_sample_location()
|
D | vf_zscale.c | 335 case AVCHROMA_LOC_LEFT: in convert_chroma_location()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavviddec.c | 1371 case AVCHROMA_LOC_LEFT: in gst_ffmpegviddec_negotiate()
|
D | gstavcodecmap.c | 3024 context->chroma_sample_location = AVCHROMA_LOC_LEFT; in gst_ffmpeg_videoinfo_to_context()
|