Home
last modified time | relevance | path

Searched refs:H265D_DBG_PPS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c2127 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()
2131 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()
2134 h265d_dbg(H265D_DBG_PPS, "num bit left %d", gb->num_remaining_bits_in_curr_byte_); in mpp_hevc_decode_nal_pps()
2144 h265d_dbg(H265D_DBG_PPS, "pps_extension_flag %d", pps->pps_extension_flag); in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.h50 #define H265D_DBG_PPS (0x00000008) macro