Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavformat/
Dyuv4mpegdec.c42 enum AVChromaLocation chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED; in yuv4_read_header() local
82 chroma_sample_location = AVCHROMA_LOC_CENTER; in yuv4_read_header()
85 chroma_sample_location = AVCHROMA_LOC_LEFT; in yuv4_read_header()
88 chroma_sample_location = AVCHROMA_LOC_TOPLEFT; in yuv4_read_header()
121 chroma_sample_location = AVCHROMA_LOC_CENTER; in yuv4_read_header()
274 st->codecpar->chroma_location = chroma_sample_location; in yuv4_read_header()
/third_party/ffmpeg/libavfilter/
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/libavcodec/
Dimm5.c156 avctx->chroma_sample_location = codec_avctx->chroma_sample_location; in imm5_decode_frame()
Dcodec_par.c115 par->chroma_location = codec->chroma_sample_location; in avcodec_parameters_from_context()
170 codec->chroma_sample_location = par->chroma_location; in avcodec_parameters_to_context()
Ddv.c258 avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; in ff_dvvideo_init()
Dlibdav1d.c297 frame->chroma_location = c->chroma_sample_location = AVCHROMA_LOC_LEFT; in libdav1d_receive_frame()
300 frame->chroma_location = c->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; in libdav1d_receive_frame()
Dh263dec.c90 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in ff_h263_decode_init()
121 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; in ff_h263_decode_init()
Davcodec.c735 enc->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED && in avcodec_string()
736 (str = av_chroma_location_name(enc->chroma_sample_location))) in avcodec_string()
Dav1dec.c571 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; in set_context_with_sequence()
574 avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; in set_context_with_sequence()
Dpthread_frame.c308 dst->chroma_sample_location = src->chroma_sample_location; in update_context_from_thread()
Dlibrav1e.c395 chroma_loc_map(avctx->chroma_sample_location), in librav1e_encode_init()
Dvaapi_encode_h264.c420 if (avctx->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED) { in vaapi_encode_h264_init_sequence_params()
424 avctx->chroma_sample_location - 1; in vaapi_encode_h264_init_sequence_params()
Dvaapi_encode_h265.c491 if (avctx->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED) { in vaapi_encode_h265_init_sequence_params()
495 avctx->chroma_sample_location - 1; in vaapi_encode_h265_init_sequence_params()
Dspeedhq.c722 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in speedhq_decode_init()
Dtiffenc.c501 if (avctx->chroma_sample_location == AVCHROMA_LOC_TOPLEFT) in encode_frame()
Davcodec.h1178 enum AVChromaLocation chroma_sample_location; member
Dmpeg12dec.c1301 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in mpeg_decode_postinit()
1312 case 1: avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; break; in mpeg_decode_postinit()
1314 case 3: avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; break; in mpeg_decode_postinit()
Doptions_table.h403 {"chroma_sample_location", "chroma sample location", OFFSET(chroma_sample_location), AV_OPT_TYPE_IN…
Dhevcdec.c352 avctx->chroma_sample_location = AVCHROMA_LOC_UNSPECIFIED; in export_stream_params()
356 avctx->chroma_sample_location = sps->vui.chroma_sample_loc_type_top_field + 1; in export_stream_params()
358 avctx->chroma_sample_location = AVCHROMA_LOC_LEFT; in export_stream_params()
Ddecode.c1793 frame->chroma_location = avctx->chroma_sample_location; in ff_decode_frame_props()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c3024 context->chroma_sample_location = AVCHROMA_LOC_LEFT; in gst_ffmpeg_videoinfo_to_context()
3027 context->chroma_sample_location = AVCHROMA_LOC_CENTER; in gst_ffmpeg_videoinfo_to_context()
3030 context->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; in gst_ffmpeg_videoinfo_to_context()
3033 context->chroma_sample_location = AVCHROMA_LOC_TOP; in gst_ffmpeg_videoinfo_to_context()
Dgstavviddec.c1370 switch (context->chroma_sample_location) { in gst_ffmpegviddec_negotiate()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvafilter.c1318 .chroma_sample_location = in _config_color_properties()
/third_party/ffmpeg/fftools/
Dffmpeg.c3368 enc_ctx->chroma_sample_location = dec_ctx->chroma_sample_location; in init_output_stream_encode()
3455 enc_ctx->chroma_sample_location = frame->chroma_location; in init_output_stream_encode()
/third_party/ffmpeg/doc/
Dcodecs.texi1020 @item chroma_sample_location @var{integer} (@emph{decoding/encoding,video})

12