Home
last modified time | relevance | path

Searched refs:video_signal_info (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dqsvdec.c361 mfxExtVideoSignalInfo video_signal_info = { 0 }; in qsv_decode_header() local
362 mfxExtBuffer *header_ext_params[1] = { (mfxExtBuffer *)&video_signal_info }; in qsv_decode_header()
387 video_signal_info.Header.BufferId = MFX_EXTBUFF_VIDEO_SIGNAL_INFO; in qsv_decode_header()
388 video_signal_info.Header.BufferSz = sizeof(video_signal_info); in qsv_decode_header()
401 avctx->color_range = video_signal_info.VideoFullRange ? AVCOL_RANGE_JPEG : AVCOL_RANGE_MPEG; in qsv_decode_header()
403 if (video_signal_info.ColourDescriptionPresent) { in qsv_decode_header()
404 avctx->color_primaries = video_signal_info.ColourPrimaries; in qsv_decode_header()
405 avctx->color_trc = video_signal_info.TransferCharacteristics; in qsv_decode_header()
406 avctx->colorspace = video_signal_info in qsv_decode_header()
[all...]

Completed in 2 milliseconds