Home
last modified time | relevance | path

Searched refs:h265d_dbg (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c98 …case 0 : s->picture_struct = MPP_PICTURE_STRUCTURE_FRAME; h265d_dbg(H265D_DBG_SEI, "(prog… in decode_pic_timing()
99 …case 1 : s->picture_struct = MPP_PICTURE_STRUCTURE_TOP_FIELD; h265d_dbg(H265D_DBG_SEI, "top f… in decode_pic_timing()
100 …case 2 : s->picture_struct = MPP_PICTURE_STRUCTURE_BOTTOM_FIELD; h265d_dbg(H265D_DBG_SEI, "botto… in decode_pic_timing()
101 …case 3 : s->picture_struct = MPP_PICTURE_STRUCTURE_FRAME; h265d_dbg(H265D_DBG_SEI, "top f… in decode_pic_timing()
102 …case 4 : s->picture_struct = MPP_PICTURE_STRUCTURE_FRAME; h265d_dbg(H265D_DBG_SEI, "botto… in decode_pic_timing()
103 …case 5 : s->picture_struct = MPP_PICTURE_STRUCTURE_FRAME; h265d_dbg(H265D_DBG_SEI, "top f… in decode_pic_timing()
104 …case 6 : s->picture_struct = MPP_PICTURE_STRUCTURE_FRAME; h265d_dbg(H265D_DBG_SEI, "botto… in decode_pic_timing()
105 …case 7 : s->picture_struct = MPP_PICTURE_STRUCTURE_FRAME; h265d_dbg(H265D_DBG_SEI, "frame… in decode_pic_timing()
106 …case 8 : s->picture_struct = MPP_PICTURE_STRUCTURE_FRAME; h265d_dbg(H265D_DBG_SEI, "frame… in decode_pic_timing()
107 …case 9 : s->picture_struct = MPP_PICTURE_STRUCTURE_TOP_FIELD; h265d_dbg(H265D_DBG_SEI, "top f… in decode_pic_timing()
[all …]
H A Dh265d_refs.c48 h265d_dbg(H265D_DBG_REF, "poc %d clr ref index %d", frame->poc, frame->slot_index); in mpp_hevc_unref_frame()
51h265d_dbg(H265D_DBG_REF, "unref_frame poc %d frame->slot_index %d \n", frame->poc, frame->slot_ind… in mpp_hevc_unref_frame()
94h265d_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()
192 h265d_dbg(H265D_DBG_REF, "alloc frame poc %d slot_index %d", poc, ref->slot_index); in mpp_hevc_set_new_ref()
236 h265d_dbg(H265D_DBG_REF, "generate_missing_ref in \n"); in generate_missing_ref()
247h265d_dbg(H265D_DBG_REF, "generate_missing_ref frame poc %d slot_index %d", poc, frame->slot_index… in generate_missing_ref()
271 h265d_dbg(H265D_DBG_REF, "set ref poc = %d ref->slot_index %d", ref->poc, ref->slot_index); in add_candidate_ref()
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()
1053 h265d_dbg(H265D_DBG_FUNCTION, "Decoding VPS\n"); in mpp_hevc_decode_nal_vps()
1057 h265d_dbg(H265D_DBG_VPS, "vps_id = 0x%x", vps_id); in mpp_hevc_decode_nal_vps()
1185 h265d_dbg(H265D_DBG_FUNCTION, "Decoding VUI\n"); in decode_vui()
1263 h265d_dbg(H265D_DBG_SPS, in decode_vui()
1431 h265d_dbg(H265D_DBG_FUNCTION, "Decoding SPS\n"); in mpp_hevc_decode_nal_sps()
1564h265d_dbg(H265D_DBG_SPS, "read bit left %d", gb->num_remaining_bits_in_curr_byte_ + gb->bytes_left… in mpp_hevc_decode_nal_sps()
[all …]
H A Dh265d_parser.c207h265d_dbg(H265D_DBG_TIME, "s->cur_offset %lld s->cur_frame_offset[%d] %lld s->frame_offset %lld s-… in mpp_fetch_timestamp()
240h265d_dbg(H265D_DBG_TIME, "s->cur_frame_start_index = %d,cur_frame_offset = %lld,s->cur_frame_end … in h265d_split_frame()
1107 h265d_dbg(H265D_DBG_FUNCTION, "compare_sliceheader in"); in hls_slice_header()
1112 h265d_dbg(H265D_DBG_FUNCTION, "compare_sliceheader ok"); in hls_slice_header()
1148 h265d_dbg(H265D_DBG_GLOBAL, in hls_nal_unit()
1223 h265d_dbg(H265D_DBG_REF, in mpp_hevc_output_frame()
1239 h265d_dbg(H265D_DBG_REF, in mpp_hevc_output_frame()
1290h265d_dbg(H265D_DBG_REF, "mark recovery frame discard, poc %d\n", mpp_frame_get_poc(s->frame)); in hevc_frame_start()
1298 h265d_dbg(H265D_DBG_REF, "recovery frame missing ref mark discard, poc %d\n", in hevc_frame_start()
1303h265d_dbg(H265D_DBG_REF, "missing ref mark error, poc %d\n", mpp_frame_get_poc(s->frame)); in hevc_frame_start()
[all …]
H A Dh265d_parser.h58 #define h265d_dbg(flag, fmt, ...) _mpp_dbg(h265d_debug, flag, fmt, ## __VA_ARGS__) macro