Searched refs:chroma_sample_location (Results 1 – 25 of 29) sorted by relevance
12
/third_party/ffmpeg/libavformat/ |
D | yuv4mpegdec.c | 42 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/ |
D | vaapi_vpp.c | 248 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/ |
D | imm5.c | 156 avctx->chroma_sample_location = codec_avctx->chroma_sample_location; in imm5_decode_frame()
|
D | codec_par.c | 115 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()
|
D | dv.c | 258 avctx->chroma_sample_location = AVCHROMA_LOC_TOPLEFT; in ff_dvvideo_init()
|
D | libdav1d.c | 297 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()
|
D | h263dec.c | 90 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()
|
D | avcodec.c | 735 enc->chroma_sample_location != AVCHROMA_LOC_UNSPECIFIED && in avcodec_string() 736 (str = av_chroma_location_name(enc->chroma_sample_location))) in avcodec_string()
|
D | av1dec.c | 571 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()
|
D | pthread_frame.c | 308 dst->chroma_sample_location = src->chroma_sample_location; in update_context_from_thread()
|
D | librav1e.c | 395 chroma_loc_map(avctx->chroma_sample_location), in librav1e_encode_init()
|
D | vaapi_encode_h264.c | 420 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()
|
D | vaapi_encode_h265.c | 491 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()
|
D | speedhq.c | 722 avctx->chroma_sample_location = AVCHROMA_LOC_CENTER; in speedhq_decode_init()
|
D | tiffenc.c | 501 if (avctx->chroma_sample_location == AVCHROMA_LOC_TOPLEFT) in encode_frame()
|
D | avcodec.h | 1178 enum AVChromaLocation chroma_sample_location; member
|
D | mpeg12dec.c | 1301 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()
|
D | options_table.h | 403 {"chroma_sample_location", "chroma sample location", OFFSET(chroma_sample_location), AV_OPT_TYPE_IN…
|
D | hevcdec.c | 352 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()
|
D | decode.c | 1793 frame->chroma_location = avctx->chroma_sample_location; in ff_decode_frame_props()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcodecmap.c | 3024 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()
|
D | gstavviddec.c | 1370 switch (context->chroma_sample_location) { in gst_ffmpegviddec_negotiate()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvafilter.c | 1318 .chroma_sample_location = in _config_color_properties()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 3368 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/ |
D | codecs.texi | 1020 @item chroma_sample_location @var{integer} (@emph{decoding/encoding,video})
|
12