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()
379 H264_DEC_DEBUG_PRINT("\nError in parsing SEI message"); in ih264d_parse_sei_message()
Dih264d_parse_headers.c89 H264_DEC_DEBUG_PRINT("\nSlice partition not supported"); in ih264d_parse_slice_partition()
1126 H264_DEC_DEBUG_PRINT("\nForbidden bit set in Nal Unit, Let's try\n"); in ih264d_parse_nal_unit()
1176 H264_DEC_DEBUG_PRINT( in ih264d_parse_nal_unit()
1241 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()
1569 H264_DEC_DEBUG_PRINT("\nFatal Error\n"); in ih264d_map_error()
2490 H264_DEC_DEBUG_PRINT("Shouldn't come here\n"); in ih264d_video_decode()
2592 H264_DEC_DEBUG_PRINT("The num bytes consumed: %d\n", in ih264d_video_decode()
3332 H264_DEC_DEBUG_PRINT( in ih264d_reset()
3430 H264_DEC_DEBUG_PRINT("\ndo nothing\n") in ih264d_ctl()
3810 H264_DEC_DEBUG_PRINT("error code = %d\n", *(ptr_err + 1)); in ih264d_api_function()
Dih264d_parse_slice.c466 H264_DEC_DEBUG_PRINT("------- Display Buffers Reset --------\n"); in ih264d_start_of_pic()
518 H264_DEC_DEBUG_PRINT("got a buffer\n"); in ih264d_start_of_pic()
522 H264_DEC_DEBUG_PRINT("did not get a buffer\n"); in ih264d_start_of_pic()
852 H264_DEC_DEBUG_PRINT("pic not inserted display %d %d\n", in ih264d_end_of_pic_dispbuf_mgr()
Dih264d_parse_pslice.c1880 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()