Home
last modified time | relevance | path

Searched refs:vps_timing_info_present_flag (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c600 if (openhevc_vps->vps_timing_info_present_flag != in compare_vps()
601 vps->vps_timing_info_present_flag) { in compare_vps()
1104 READ_ONEBIT(gb, &vps->vps_timing_info_present_flag); in mpp_hevc_decode_nal_vps()
1105 if (vps->vps_timing_info_present_flag) { in mpp_hevc_decode_nal_vps()
H A Dh265d_parser.h175 RK_U8 vps_timing_info_present_flag; member
H A Dh265d_parser.c510 if (s->vps->vps_timing_info_present_flag) { in set_sps()