Home
last modified time | relevance | path

Searched refs:H265D_DBG_GLOBAL (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c94 … h265d_dbg(H265D_DBG_GLOBAL, "width = %d height = %d", s->h265dctx->width, s->h265dctx->height); in alloc_frame()
150 h265d_dbg(H265D_DBG_GLOBAL, "poc %d w_stride %d h_stride %d\n", in alloc_frame()
H A Dh265d_parser.c1148 h265d_dbg(H265D_DBG_GLOBAL, in hls_nal_unit()
1360 h265d_dbg(H265D_DBG_GLOBAL, "s->nal_unit_type = %d,len = %d \n", s->nal_unit_type, length); in parser_nal_unit()
1722 … h265d_dbg(H265D_DBG_GLOBAL, "tag_stream: nal.size=%d, consumed=%d\n", nal->size, consumed); in split_nal_units()
2067 h265d_dbg(H265D_DBG_GLOBAL, "decode poc = %d", s->poc); in h265d_parse()
2084 h265d_dbg(H265D_DBG_GLOBAL, "Decoded frame with POC %d.\n", s->poc); in h265d_parse()
H A Dh265d_ps.c285 h265d_dbg(H265D_DBG_GLOBAL, "Main profile bitstream\n"); in decode_profile_tier_level()
287 h265d_dbg(H265D_DBG_GLOBAL, "Main 10 profile bitstream\n"); in decode_profile_tier_level()
289 h265d_dbg(H265D_DBG_GLOBAL, "Main Still Picture profile bitstream\n"); in decode_profile_tier_level()
291 h265d_dbg(H265D_DBG_GLOBAL, "Main 4:4:4 profile profile bitstream\n"); in decode_profile_tier_level()
H A Dh265d_parser.h53 #define H265D_DBG_GLOBAL (0x00000040) macro