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()
1080 H264_DEC_DEBUG_PRINT("\nForbidden bit set in Nal Unit, Let's try\n"); in ih264d_parse_nal_unit()
1135 H264_DEC_DEBUG_PRINT( in ih264d_parse_nal_unit()
1190 H264_DEC_DEBUG_PRINT("\nUnknown NAL type %d\n", u1_nal_unit_type); in ih264d_parse_nal_unit()
Dih264d_api.c237 H264_DEC_DEBUG_PRINT("\n"); in api_check_struct_sanity()
249 H264_DEC_DEBUG_PRINT("\n"); in api_check_struct_sanity()
268 H264_DEC_DEBUG_PRINT("\n"); in api_check_struct_sanity()
438 H264_DEC_DEBUG_PRINT("The input bytes is: %d", in api_check_struct_sanity()
1520 H264_DEC_DEBUG_PRINT("\nFatal Error\n"); in ih264d_map_error()
2320 H264_DEC_DEBUG_PRINT("Shouldn't come here\n"); in ih264d_video_decode()
2391 H264_DEC_DEBUG_PRINT("The num bytes consumed: %d\n", in ih264d_video_decode()
3143 H264_DEC_DEBUG_PRINT( in ih264d_reset()
3236 H264_DEC_DEBUG_PRINT("\ndo nothing\n") in ih264d_ctl()
3550 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()
834 H264_DEC_DEBUG_PRINT("pic not inserted display %d %d\n", in ih264d_end_of_pic_dispbuf_mgr()
1464 H264_DEC_DEBUG_PRINT(" ------ PIC SKIPPED ------\n"); in ih264d_parse_decode_slice()
Dih264d_parse_pslice.c1844 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.c556 H264_DEC_DEBUG_PRINT("Toggling secondField\n"); in ih264d_end_of_pic_processing()