HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_PRINT_ERROR (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_msg.h 43 #define DEBUG_PRINT_ERROR LOGE
47 #define DEBUG_PRINT_ERROR printf
52 #define DEBUG_PRINT_ERROR
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 50 #define DEBUG_PRINT_ERROR printf
533 DEBUG_PRINT_ERROR(" Unloading the dynamic library for %s\n",
538 DEBUG_PRINT_ERROR("Error %d in dlclose of lib %s\n",
554 DEBUG_PRINT_ERROR("OMXCORE Warning: Free Handle called with no active instances\n");
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 81 #define DEBUG_PRINT_ERROR LOGE
83 #define DEBUG_PRINT_ERROR
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 64 #define DEBUG_PRINT_ERROR LOGE
66 #define DEBUG_PRINT_ERROR
482 DEBUG_PRINT_ERROR("\nERROR: Sending OMX_EventError to Client");
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 86 #define DEBUG_PRINT_ERROR(...) printf(__VA_ARGS__)
106 DEBUG_PRINT_ERROR("\n Error in ioctl read next msg");
114 DEBUG_PRINT_ERROR("\nERROR:Wrong ioctl message");
145 DEBUG_PRINT_ERROR("\nERROR: read from pipe failed, ret %d errno %d", n, errno);
192 DEBUG_PRINT_ERROR("ERROR: %s()::Command Queue Full\n", __func__);
388 DEBUG_PRINT_ERROR("ERROR: %s()::Context is incorrect, bailing out\n",
445 DEBUG_PRINT_ERROR("\n OMX_EventError: p2 is OMX_StateInvalid");
483 DEBUG_PRINT_ERROR("ERROR: %s()::EventHandler is NULL\n", __func__);
490 DEBUG_PRINT_ERROR("\n empty_this_buffer_proxy_arbitrary failure");
498 DEBUG_PRINT_ERROR("\n empty_this_buffer_proxy failure")
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 55 #define DEBUG_PRINT_ERROR
59 #define DEBUG_PRINT_ERROR printf
74 #define DEBUG_PRINT_ERROR(...) printf(__VA_ARGS__)
404 DEBUG_PRINT_ERROR("Error - No etb pBuffer to dequeue\n");
494 DEBUG_PRINT_ERROR("Sleep %d us. AV Sync time is left behind\n",
501 DEBUG_PRINT_ERROR("Error - Drop the frame at the renderer. Video frame with ts %lu usec behind by %ld usec"
616 DEBUG_PRINT_ERROR("ERROR - Unknown Event \n");
641 DEBUG_PRINT_ERROR("Error in enqueue ebd data\n");
673 DEBUG_PRINT_ERROR("Error in enqueueing fbd_data\n");
    [all...]

Completed in 169 milliseconds