Searched refs:h265d_dbg (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_sei.c | 98 …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 D | h265d_refs.c | 48 h265d_dbg(H265D_DBG_REF, "poc %d clr ref index %d", frame->poc, frame->slot_index); in mpp_hevc_unref_frame() 51 …h265d_dbg(H265D_DBG_REF, "unref_frame poc %d frame->slot_index %d \n", frame->poc, frame->slot_ind… in mpp_hevc_unref_frame() 92 … h265d_dbg(H265D_DBG_GLOBAL, "width = %d height = %d", s->h265dctx->width, s->h265dctx->height); in alloc_frame() 145 h265d_dbg(H265D_DBG_GLOBAL, "poc %d w_stride %d h_stride %d\n", in alloc_frame() 182 h265d_dbg(H265D_DBG_REF, "alloc frame poc %d slot_index %d", poc, ref->slot_index); in mpp_hevc_set_new_ref() 226 h265d_dbg(H265D_DBG_REF, "generate_missing_ref in \n"); in generate_missing_ref() 236 …h265d_dbg(H265D_DBG_REF, "generate_missing_ref frame poc %d slot_index %d", poc, frame->slot_index… in generate_missing_ref() 260 h265d_dbg(H265D_DBG_REF, "set ref poc = %d ref->slot_index %d", ref->poc, ref->slot_index); in add_candidate_ref()
|
| H A D | h265d_ps.c | 277 h265d_dbg(H265D_DBG_GLOBAL, "Main profile bitstream\n"); in decode_profile_tier_level() 279 h265d_dbg(H265D_DBG_GLOBAL, "Main 10 profile bitstream\n"); in decode_profile_tier_level() 281 h265d_dbg(H265D_DBG_GLOBAL, "Main Still Picture profile bitstream\n"); in decode_profile_tier_level() 1037 h265d_dbg(H265D_DBG_FUNCTION, "Decoding VPS\n"); in mpp_hevc_decode_nal_vps() 1041 h265d_dbg(H265D_DBG_VPS, "vps_id = 0x%x", vps_id); in mpp_hevc_decode_nal_vps() 1169 h265d_dbg(H265D_DBG_FUNCTION, "Decoding VUI\n"); in decode_vui() 1244 h265d_dbg(H265D_DBG_SPS, in decode_vui() 1412 h265d_dbg(H265D_DBG_FUNCTION, "Decoding SPS\n"); in mpp_hevc_decode_nal_sps() 1479 h265d_dbg(H265D_DBG_SPS, in mpp_hevc_decode_nal_sps() 1549 …h265d_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 D | h265d_parser.c | 201 …h265d_dbg(H265D_DBG_TIME, "s->cur_offset %lld s->cur_frame_offset[%d] %lld s->frame_offset %lld s-… in mpp_fetch_timestamp() 234 …h265d_dbg(H265D_DBG_TIME, "s->cur_frame_start_index = %d,cur_frame_offset = %lld,s->cur_frame_end … in h265d_split_frame() 1086 h265d_dbg(H265D_DBG_FUNCTION, "compare_sliceheader in"); in hls_slice_header() 1091 h265d_dbg(H265D_DBG_FUNCTION, "compare_sliceheader ok"); in hls_slice_header() 1127 h265d_dbg(H265D_DBG_GLOBAL, in hls_nal_unit() 1201 h265d_dbg(H265D_DBG_REF, in mpp_hevc_output_frame() 1301 h265d_dbg(H265D_DBG_GLOBAL, "s->nal_unit_type = %d,len = %d \n", s->nal_unit_type, length); in parser_nal_unit() 1381 h265d_dbg(H265D_DBG_FUNCTION, "hls_slice_header in"); in parser_nal_unit() 1383 h265d_dbg(H265D_DBG_FUNCTION, "hls_slice_header out"); in parser_nal_unit() 1399 … h265d_dbg(H265D_DBG_SEI, "First recovery frame found, poc %d", s->recovery.first_frm_id); in parser_nal_unit() [all …]
|
| H A D | h265d_parser.h | 58 #define h265d_dbg(flag, fmt, ...) _mpp_dbg(h265d_debug, flag, fmt, ## __VA_ARGS__) macro
|