OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUG_PRINT_LOW
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h
71
#define
DEBUG_PRINT_LOW
LOGE
73
#define
DEBUG_PRINT_LOW
/hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h
54
#define
DEBUG_PRINT_LOW
LOGE
56
#define
DEBUG_PRINT_LOW
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
87
#define
DEBUG_PRINT_LOW
(...) printf(__VA_ARGS__)
156
DEBUG_PRINT_LOW
("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
158
DEBUG_PRINT_LOW
("post_message to pipe done %d\n",ret_value);
555
DEBUG_PRINT_LOW
("\n Input flush done pending input %d",
572
DEBUG_PRINT_LOW
("\n Input Flush completed - Notify Client");
582
DEBUG_PRINT_LOW
("\n Output flush done hence issue stop");
599
DEBUG_PRINT_LOW
("\n Output flush done pending buf %d",pThis->pending_output_buffers);
614
DEBUG_PRINT_LOW
("\n Notify Output Flush done");
625
DEBUG_PRINT_LOW
("\n Input flush done hence issue stop");
650
DEBUG_PRINT_LOW
("\n OMX_COMPONENT_GENERATE_START_DONE Success")
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp
75
#define
DEBUG_PRINT_LOW
(...) printf(__VA_ARGS__)
[
all
...]
Completed in 390 milliseconds