Searched defs:DEBUG_PRINT_LOW (Results 1 - 11 of 11) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/ |
H A D | vidc_debug.h | 53 #undef DEBUG_PRINT_LOW macro 54 #define DEBUG_PRINT_LOW(fmt, args...) \ macro 64 #define DEBUG_PRINT_LOW printf macro
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/ |
H A D | vidc_debug.h | 55 #undef DEBUG_PRINT_LOW macro 56 #define DEBUG_PRINT_LOW(fmt, args...) ({ \ macro 68 #define DEBUG_PRINT_LOW printf macro
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/ |
H A D | extra_data_handler.h | 46 #define DEBUG_PRINT_LOW ALOGV macro 48 #define DEBUG_PRINT_LOW macro 62 #define DEBUG_PRINT_LOW printf macro
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/ |
H A D | vidc_color_converter.cpp | 31 #undef DEBUG_PRINT_LOW macro 35 #define DEBUG_PRINT_LOW ALOGV macro 85 DEBUG_PRINT_LOW("\n Color convert status %d",result); 149 DEBUG_PRINT_LOW("\n Status of getbuffer is %d", cret);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | frameparser.cpp | 53 #undef DEBUG_PRINT_LOW macro 57 #define DEBUG_PRINT_LOW ALOGV macro 168 DEBUG_PRINT_LOW("\n FrameParser: dest_len %d source_len %d",dest_len,source_len); 171 DEBUG_PRINT_LOW("\n FrameParser: EOS rxd!! Notify it as a complete frame"); 175 DEBUG_PRINT_LOW("\n FrameParser: Bitstream Parsing error"); 341 DEBUG_PRINT_LOW("\n FrameParser: Parsed Len = %d", dest->nFilledLen); 538 DEBUG_PRINT_LOW("\n FrameParser: NAL Parsing Error! dest_len %d "
|
H A D | mp4_utils.cpp | 37 #undef DEBUG_PRINT_LOW macro 41 #define DEBUG_PRINT_LOW ALOGV macro 85 DEBUG_PRINT_LOW("Unable to find code 0x%x\n", referenceCode);
|
H A D | omx_vdec.cpp | 134 #undef DEBUG_PRINT_LOW macro 138 #define DEBUG_PRINT_LOW ALOGV macro 231 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out); 233 DEBUG_PRINT_LOW("post_message to pipe done %d\n",ret_value); 327 DEBUG_PRINT_LOW("Insert_ts(): Inserting TIMESTAMP (%lld) at idx (%d)", 335 DEBUG_PRINT_LOW("Timestamp array list is FULL. Unsuccessful insert"); 372 DEBUG_PRINT_LOW("Timestamp array list is empty. Unsuccessful pop"); 380 DEBUG_PRINT_LOW("Pop_min_ts:Timestamp (%lld), index(%d)", 394 DEBUG_PRINT_LOW("reset_ts_list(): Resetting timestamp array list"); 864 DEBUG_PRINT_LOW("\ [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
H A D | omx_video_base.h | 78 #define DEBUG_PRINT_LOW ALOGV macro 80 #define DEBUG_PRINT_LOW macro 94 #define DEBUG_PRINT_LOW macro
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
H A D | omx_vdec.h | 73 #define DEBUG_PRINT_LOW ALOGE macro 75 #define DEBUG_PRINT_LOW macro 89 #define DEBUG_PRINT_LOW printf macro
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec_hevc_swvdec.h | 79 #define DEBUG_PRINT_LOW(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro
|
/hardware/qcom/media/msm8996/videopp/inc/ |
H A D | omx_vdpp.h | 68 #define DEBUG_PRINT_LOW(x, ...) ALOGV("[Entry] "x, ##__VA_ARGS__) macro 72 /*#define DEBUG_PRINT_LOW(x, ...) 77 #define DEBUG_PRINT_LOW printf macro
|
Completed in 1432 milliseconds