Home
last modified time | relevance | path

Searched refs:DEBUG_PRINT (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c30 #define DEBUG_PRINT printf macro
82 DEBUG_PRINT("\n File is not located "); in main()
108 DEBUG_PRINT("\n File can't be created"); in main()
117 DEBUG_PRINT("\n MPEG4 codec selected"); in main()
122 DEBUG_PRINT("\n H.263"); in main()
127 DEBUG_PRINT("\n H.264"); in main()
132 DEBUG_PRINT("\n Wrong codec type"); in main()
156 DEBUG_PRINT("\n No Sink"); in main()
168 DEBUG_PRINT("\n Init decoder fails "); in main()
171 DEBUG_PRINT("\n Decoder open successfull"); in main()
[all …]
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c30 #define DEBUG_PRINT printf macro
83 DEBUG_PRINT("\n File is not located "); in main()
102 DEBUG_PRINT("\n File can't be created"); in main()
111 DEBUG_PRINT("\n MPEG4 codec selected"); in main()
116 DEBUG_PRINT("\n H.263"); in main()
121 DEBUG_PRINT("\n H.264"); in main()
126 DEBUG_PRINT("\n Wrong codec type"); in main()
150 DEBUG_PRINT("\n No Sink"); in main()
157 DEBUG_PRINT("\n Init decoder fails "); in main()
160 DEBUG_PRINT("\n Decoder open successfull"); in main()
[all …]
Domx_vdec_test.cpp56 #define DEBUG_PRINT macro
71 #define DEBUG_PRINT printf macro
386 DEBUG_PRINT("Waiting for event\n"); in wait_for_event()
393 DEBUG_PRINT("Running .... get the event\n"); in wait_for_event()
577 DEBUG_PRINT("\n EBD_thread flush wait start"); in ebd_thread()
579 DEBUG_PRINT("\n EBD_thread flush wait complete"); in ebd_thread()
595 DEBUG_PRINT("%s: Timestamp sent(%lld)", __FUNCTION__, pBuffer->nTimeStamp); in ebd_thread()
604 DEBUG_PRINT("%s: Timestamp sent(%lld)", __FUNCTION__, pBuffer->nTimeStamp); in ebd_thread()
606 DEBUG_PRINT("EBD::Either EOS or Some Error while reading file\n"); in ebd_thread()
624 DEBUG_PRINT("First Inside %s\n", __FUNCTION__); in fbd_thread()
[all …]
/hardware/qcom/media/mm-core/omxcore/src/common/
Dqc_omx_core.c51 #define DEBUG_PRINT printf macro
77 DEBUG_PRINT("Dynamically Loading the library : %s\n",libname); in omx_core_load_cmp_library()
85 DEBUG_PRINT("Error: Library %s incompatible as QCOM OMX component loader - %s\n", in omx_core_load_cmp_library()
92 DEBUG_PRINT("Error: Couldn't load %s: %s\n",libname,dlerror()); in omx_core_load_cmp_library()
116 DEBUG_PRINT("OMXCORE API - OMX_Init \n"); in OMX_Init()
137 DEBUG_PRINT("before get_cmp_index **********%d\n", rc); in get_cmp_index()
141DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].nam… in get_cmp_index()
149 DEBUG_PRINT("returning index %d\n", rc); in get_cmp_index()
248 DEBUG_PRINT("free handle slot exists %d\n", rc); in get_comp_handle_index()
282 DEBUG_PRINT("Library Used \n"); in check_lib_unload()
[all …]
Domx_core_cmp.cpp89 DEBUG_PRINT("OMXCORE: qc_omx_component_init %x\n",(unsigned)hComp); in qc_omx_component_init()
115DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %x, %s , %x\n",(unsigned)hComp,componentName,(u… in qc_omx_component_get_version()
131DEBUG_PRINT("OMXCORE: qc_omx_component_send_command %x, %d , %d\n",(unsigned)hComp,(unsigned)cmd,(… in qc_omx_component_send_command()
147DEBUG_PRINT("OMXCORE: qc_omx_component_get_parameter %x, %x , %d\n",(unsigned)hComp,(unsigned)para… in qc_omx_component_get_parameter()
163DEBUG_PRINT("OMXCORE: qc_omx_component_set_parameter %x, %x , %d\n",(unsigned)hComp,(unsigned)para… in qc_omx_component_set_parameter()
179 DEBUG_PRINT("OMXCORE: qc_omx_component_get_config %x\n",(unsigned)hComp); in qc_omx_component_get_config()
197 DEBUG_PRINT("OMXCORE: qc_omx_component_set_config %x\n",(unsigned)hComp); in qc_omx_component_set_config()
228 DEBUG_PRINT("OMXCORE: qc_omx_component_get_state %x\n",(unsigned)hComp); in qc_omx_component_get_state()
244 DEBUG_PRINT("Error: qc_omx_component_tunnel_request Not Implemented\n"); in qc_omx_component_tunnel_request()
258 DEBUG_PRINT("OMXCORE: qc_omx_component_use_buffer %x\n",(unsigned)hComp); in qc_omx_component_use_buffer()
[all …]
/hardware/qcom/media/mm-core/src/common/
Dqc_omx_core.c74 DEBUG_PRINT("Dynamically Loading the library : %s\n",libname); in omx_core_load_cmp_library()
82 DEBUG_PRINT("Error: Library %s incompatible as QCOM OMX component loader - %s\n", in omx_core_load_cmp_library()
89 DEBUG_PRINT("Error: Couldn't load %s: %s\n",libname,dlerror()); in omx_core_load_cmp_library()
113 DEBUG_PRINT("OMXCORE API - OMX_Init \n"); in OMX_Init()
134 DEBUG_PRINT("before get_cmp_index **********%d\n", rc); in get_cmp_index()
138DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].nam… in get_cmp_index()
146 DEBUG_PRINT("returning index %d\n", rc); in get_cmp_index()
248 DEBUG_PRINT("free handle slot exists %d\n", rc); in get_comp_handle_index()
282 DEBUG_PRINT("Library Used \n"); in check_lib_unload()
315 DEBUG_PRINT("Component exists %d\n", rc); in is_cmp_already_exists()
[all …]
Domx_core_cmp.cpp89 DEBUG_PRINT("OMXCORE: qc_omx_component_init %x\n",(unsigned)hComp); in qc_omx_component_init()
115DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %x, %s , %x\n",(unsigned)hComp,componentName,(u… in qc_omx_component_get_version()
131DEBUG_PRINT("OMXCORE: qc_omx_component_send_command %x, %d , %d\n",(unsigned)hComp,(unsigned)cmd,(… in qc_omx_component_send_command()
147DEBUG_PRINT("OMXCORE: qc_omx_component_get_parameter %x, %x , %d\n",(unsigned)hComp,(unsigned)para… in qc_omx_component_get_parameter()
163DEBUG_PRINT("OMXCORE: qc_omx_component_set_parameter %x, %x , %d\n",(unsigned)hComp,(unsigned)para… in qc_omx_component_set_parameter()
179 DEBUG_PRINT("OMXCORE: qc_omx_component_get_config %x\n",(unsigned)hComp); in qc_omx_component_get_config()
197 DEBUG_PRINT("OMXCORE: qc_omx_component_set_config %x\n",(unsigned)hComp); in qc_omx_component_set_config()
228 DEBUG_PRINT("OMXCORE: qc_omx_component_get_state %x\n",(unsigned)hComp); in qc_omx_component_get_state()
244 DEBUG_PRINT("Error: qc_omx_component_tunnel_request Not Implemented\n"); in qc_omx_component_tunnel_request()
258 DEBUG_PRINT("OMXCORE: qc_omx_component_use_buffer %x\n",(unsigned)hComp); in qc_omx_component_use_buffer()
[all …]
/hardware/qcom/media/mm-core/omxcore/inc/
Dqc_omx_msg.h44 #define DEBUG_PRINT ALOGI macro
48 #define DEBUG_PRINT printf macro
53 #define DEBUG_PRINT macro
/hardware/qcom/media/mm-core/inc/
Dqc_omx_msg.h44 #define DEBUG_PRINT LOGI macro
48 #define DEBUG_PRINT printf macro
53 #define DEBUG_PRINT macro
/hardware/invensense/libsensors_iio/software/simple_apps/self_test/
Dinv_self_test.c256 #ifdef DEBUG_PRINT in main()
294 #ifdef DEBUG_PRINT in main()
312 #ifdef DEBUG_PRINT in main()
/hardware/qcom/media/mm-video/vidc/venc/inc/
Domx_video_base.h122 #define PrintFrameHdr(bufHdr) DEBUG_PRINT("bufHdr %x buf %x size %d TS %d\n",\
/hardware/qcom/media/mm-video/vidc/vdec/inc/
Domx_vdec.h155 #define PrintFrameHdr(bufHdr) DEBUG_PRINT("bufHdr %x buf %x size %d TS %d\n",\