Home
last modified time | relevance | path

Searched refs:chroma_sample_location (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Dvaapi_vpp.c248 enum AVChromaLocation chroma_sample_location; member
358 if (props->chroma_sample_location == csl_map[i].av) { in vaapi_vpp_fill_chroma_sample_location()
403 av_chroma_location_name(props->chroma_sample_location), in vaapi_vpp_fill_colour_properties()
445 .chroma_sample_location = input_frame->chroma_location, in vaapi_vpp_colour_properties()
458 .chroma_sample_location = output_frame->chroma_location, in vaapi_vpp_colour_properties()
493 .chroma_sample_location = input_props.va_chroma_sample_location, in vaapi_vpp_colour_properties()
502 .chroma_sample_location = output_props.va_chroma_sample_location, in vaapi_vpp_colour_properties()
/third_party/ffmpeg/libavformat/
H A Dyuv4mpegdec.c43 enum AVChromaLocation chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED; in yuv4_read_header() local
123 chroma_sample_location = pix_fmt_array[i].chroma_loc; in yuv4_read_header()
252 st->codecpar->chroma_location = chroma_sample_location; in yuv4_read_header()
/third_party/ffmpeg/libavcodec/
H A Dcodec_par.c126 par->chroma_location = codec->chroma_sample_location; in avcodec_parameters_from_context()
207 codec->chroma_sample_location = par->chroma_location; in avcodec_parameters_to_context()
H A Dimm5.c155 avctx->chroma_sample_location = codec_avctx->chroma_sample_location; in imm5_decode_frame()
H A Dlibsvtav1.c208 if (avctx->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED) { in config_enc_params()
210 av_chroma_location_name(avctx->chroma_sample_location); in config_enc_params()
212 switch (avctx->chroma_sample_location) { in config_enc_params()
H A Dvideotoolbox_vp9.c69 int subsampling = get_vpx_chroma_subsampling(avctx->sw_pix_fmt, avctx->chroma_sample_location); in ff_videotoolbox_vpcc_extradata_create()
H A Ddv.c193 avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; in ff_dvvideo_init()
H A Dlibdav1d.c139 c->chroma_sample_location = AVCHROMA_LOC_LEFT; in libdav1d_init_params()
142 c->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; in libdav1d_init_params()
H A Davcodec.c607 enc->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED && in avcodec_string()
608 (str = av_chroma_location_name(enc->chroma_sample_location))) in avcodec_string()
H A Dh263dec.c95 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in ff_h263_decode_init()
126 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; in ff_h263_decode_init()
H A Dlibx265.c220 avctx->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED && in libx265_encode_init()
226 avctx->chroma_sample_location - 1; in libx265_encode_init()
H A Davcodec.h980 enum AVChromaLocation chroma_sample_location; member
H A Dlibrav1e.c397 chroma_loc_map(avctx->chroma_sample_location), in librav1e_encode_init()
H A Dav1dec.c683 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; in set_context_with_sequence()
686 avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; in set_context_with_sequence()
H A Dpthread_frame.c308 dst->chroma_sample_location = src->chroma_sample_location; in update_context_from_thread()
H A Dvaapi_encode_h264.c421 if (avctx->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED) { in vaapi_encode_h264_init_sequence_params()
425 avctx->chroma_sample_location - 1; in vaapi_encode_h264_init_sequence_params()
H A Dtiffenc.c503 if (avctx->chroma_sample_location == AVCHROMA_LOC_TOPLEFT) in encode_frame()
H A Dspeedhq.c724 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in speedhq_decode_init()
H A Dlibx264.c925 if (avctx->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED) in X264_init()
926 x4->params.vui.i_chroma_loc = avctx->chroma_sample_location - 1; in X264_init()
H A Dvaapi_encode_h265.c539 if (avctx->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED) { in vaapi_encode_h265_init_sequence_params()
543 avctx->chroma_sample_location - 1; in vaapi_encode_h265_init_sequence_params()
H A Dmpeg12dec.c1280 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in mpeg_decode_postinit()
1291 case 1: avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; break; in mpeg_decode_postinit()
1293 case 3: avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; break; in mpeg_decode_postinit()
H A Ddecode.c1305 frame->chroma_location = avctx->chroma_sample_location; in ff_decode_frame_props()
H A Doptions_table.h346 {"chroma_sample_location", "chroma sample location", OFFSET(chroma_sample_location), AV_OPT_TYPE_INT, {.i64 = AVCHROMA_LOC_UNSPECIFIED }, 0, INT_MAX, V|E|D, "chroma_sample_location_type"},
H A Dhevcdec.c359 avctx->chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED; in export_stream_params()
363 avctx->chroma_sample_location = sps->vui.chroma_sample_loc_type_top_field + 1; in export_stream_params()
365 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; in export_stream_params()
H A Dmjpegdec.c146 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in ff_mjpeg_decode_init()

Completed in 40 milliseconds

12