Searched refs:H265D_DBG_GLOBAL (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_refs.c | 94 … 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 D | h265d_parser.c | 1148 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 D | h265d_ps.c | 285 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 D | h265d_parser.h | 53 #define H265D_DBG_GLOBAL (0x00000040) macro
|