HomeSort by relevance Sort by last modified time
    Searched refs:H264_DEC_DEBUG_PRINT (Results 1 - 7 of 7) sorted by null

  /external/libavc/decoder/
ih264d_debug.h 37 #define H264_DEC_DEBUG_PRINT(...) printf("\n[H264_DEBUG] %s/%d:: ", __FUNCTION__, __LINE__);printf(__VA_ARGS__)
39 #define H264_DEC_DEBUG_PRINT(...) {}
ih264d_sei.c 371 H264_DEC_DEBUG_PRINT("\nError in parsing SEI message");
378 H264_DEC_DEBUG_PRINT("\nError in parsing SEI message");
ih264d_parse_headers.c 87 H264_DEC_DEBUG_PRINT("\nSlice partition not supported");
    [all...]
ih264d_api.c 241 H264_DEC_DEBUG_PRINT("\n");
253 H264_DEC_DEBUG_PRINT("\n");
272 H264_DEC_DEBUG_PRINT("\n");
442 H264_DEC_DEBUG_PRINT("The input bytes is: %d",
    [all...]
ih264d_parse_slice.c 451 H264_DEC_DEBUG_PRINT("------- Display Buffers Reset --------\n");
503 H264_DEC_DEBUG_PRINT("got a buffer\n");
507 H264_DEC_DEBUG_PRINT("did not get a buffer\n");
836 H264_DEC_DEBUG_PRINT("pic not inserted display %d %d\n",
    [all...]
ih264d_parse_pslice.c     [all...]
ih264d_utils.c 547 H264_DEC_DEBUG_PRINT("Toggling secondField\n");
    [all...]

Completed in 220 milliseconds