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

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
vidc_debug.h 57 #undef DEBUG_PRINT_HIGH
58 #define DEBUG_PRINT_HIGH(fmt, args...) \
65 #define DEBUG_PRINT_HIGH printf
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
vidc_debug.h 60 #undef DEBUG_PRINT_HIGH
61 #define DEBUG_PRINT_HIGH(fmt, args...) ({ \
69 #define DEBUG_PRINT_HIGH printf
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
extra_data_handler.h 51 #define DEBUG_PRINT_HIGH ALOGV
53 #define DEBUG_PRINT_HIGH
63 #define DEBUG_PRINT_HIGH printf
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
vidc_color_converter.cpp 32 #undef DEBUG_PRINT_HIGH
36 #define DEBUG_PRINT_HIGH ALOGE
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
frameparser.cpp 54 #undef DEBUG_PRINT_HIGH
58 #define DEBUG_PRINT_HIGH ALOGV
mp4_utils.cpp 38 #undef DEBUG_PRINT_HIGH
42 #define DEBUG_PRINT_HIGH ALOGV
omx_vdec.cpp 135 #undef DEBUG_PRINT_HIGH
139 #define DEBUG_PRINT_HIGH ALOGV
169 DEBUG_PRINT_HIGH("omx_vdec: Async thread start\n");
192 DEBUG_PRINT_HIGH("omx_vdec: Async thread stop\n");
202 DEBUG_PRINT_HIGH("omx_vdec: message thread start\n");
224 DEBUG_PRINT_HIGH("omx_vdec: message thread stop\n");
512 DEBUG_PRINT_HIGH("In OMX vdec Constructor");
519 DEBUG_PRINT_HIGH("vidc.dec.debug.perf is %d", perf_flag);
526 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
536 DEBUG_PRINT_HIGH("vidc.dec.debug.concealedmb value is %d",m_debug_concealedmb)
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
vidc_debug.h 63 #undef DEBUG_PRINT_HIGH
64 #define DEBUG_PRINT_HIGH(fmt, args...) ({ \
72 #define DEBUG_PRINT_HIGH printf
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 83 #define DEBUG_PRINT_HIGH ALOGV
85 #define DEBUG_PRINT_HIGH
95 #define DEBUG_PRINT_HIGH
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 78 #define DEBUG_PRINT_HIGH ALOGE
80 #define DEBUG_PRINT_HIGH
90 #define DEBUG_PRINT_HIGH printf
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc_swvdec.h 80 #define DEBUG_PRINT_HIGH(fmt, ...) printf(fmt "\n", ##__VA_ARGS__)
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 69 #define DEBUG_PRINT_HIGH(x, ...) ALOGV("[Step] "x, ##__VA_ARGS__)
73 #define DEBUG_PRINT_HIGH(x, ...)
78 #define DEBUG_PRINT_HIGH printf

Completed in 116 milliseconds