Home
last modified time | relevance | path

Searched refs:video_full_range_flag (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h102 RK_S32 video_full_range_flag; member
H A Dh265d_ps.c1211 READ_ONEBIT(gb, &vui->video_full_range_flag); in decode_vui()
H A Dh265d_parser.c502 s->h265dctx->color_range = sps->vui.video_full_range_flag ? in set_sps()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c99 READ_ONEBIT(p_bitctx, &vui->video_full_range_flag); in read_VUI()
H A Dh264d_global.h438 RK_S32 video_full_range_flag; // u(1) member
H A Dh264d_init.c540 if (p->video_signal_type_present_flag && p->video_full_range_flag) in dpb_mark_malloc()