Home
last modified time | relevance | path

Searched refs:H264_DEC_DEBUG_PRINT (Results 1 – 7 of 7) sorted by relevance

/external/libavc/decoder/
Dih264d_debug.h37 #define H264_DEC_DEBUG_PRINT(...) printf("\n[H264_DEBUG] %s/%d:: ", __FUNCTION__, __LINE__);printf(… macro
39 #define H264_DEC_DEBUG_PRINT(...) {} macro
Dih264d_sei.c371 H264_DEC_DEBUG_PRINT("\nError in parsing SEI message"); in ih264d_parse_sei_message()
378 H264_DEC_DEBUG_PRINT("\nError in parsing SEI message"); in ih264d_parse_sei_message()
Dih264d_parse_headers.c87 H264_DEC_DEBUG_PRINT("\nSlice partition not supported"); in ih264d_parse_slice_partition()
1091 H264_DEC_DEBUG_PRINT("\nForbidden bit set in Nal Unit, Let's try\n"); in ih264d_parse_nal_unit()
1141 H264_DEC_DEBUG_PRINT( in ih264d_parse_nal_unit()
1206 H264_DEC_DEBUG_PRINT("\nUnknown NAL type %d\n", u1_nal_unit_type); in ih264d_parse_nal_unit()
Dih264d_api.c241 H264_DEC_DEBUG_PRINT("\n"); in api_check_struct_sanity()
253 H264_DEC_DEBUG_PRINT("\n"); in api_check_struct_sanity()
272 H264_DEC_DEBUG_PRINT("\n"); in api_check_struct_sanity()
442 H264_DEC_DEBUG_PRINT("The input bytes is: %d", in api_check_struct_sanity()
1551 H264_DEC_DEBUG_PRINT("\nFatal Error\n"); in ih264d_map_error()
2352 H264_DEC_DEBUG_PRINT("Shouldn't come here\n"); in ih264d_video_decode()
2454 H264_DEC_DEBUG_PRINT("The num bytes consumed: %d\n", in ih264d_video_decode()
3206 H264_DEC_DEBUG_PRINT( in ih264d_reset()
3304 H264_DEC_DEBUG_PRINT("\ndo nothing\n") in ih264d_ctl()
3684 H264_DEC_DEBUG_PRINT("error code = %d\n", *(ptr_err + 1)); in ih264d_api_function()
Dih264d_parse_slice.c449 H264_DEC_DEBUG_PRINT("------- Display Buffers Reset --------\n"); in ih264d_start_of_pic()
501 H264_DEC_DEBUG_PRINT("got a buffer\n"); in ih264d_start_of_pic()
505 H264_DEC_DEBUG_PRINT("did not get a buffer\n"); in ih264d_start_of_pic()
835 H264_DEC_DEBUG_PRINT("pic not inserted display %d %d\n", in ih264d_end_of_pic_dispbuf_mgr()
Dih264d_parse_pslice.c1882 H264_DEC_DEBUG_PRINT("Mbs in slice: %d\n", ps_dec->ps_cur_slice->u4_mbs_in_slice); in ih264d_mark_err_slice_skip()
Dih264d_utils.c547 H264_DEC_DEBUG_PRINT("Toggling secondField\n"); in ih264d_end_of_pic_processing()