HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_PRINT (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_msg.h 44 #define DEBUG_PRINT ALOGI
48 #define DEBUG_PRINT printf
53 #define DEBUG_PRINT
  /hardware/qcom/media/mm-core/inc/
qc_omx_msg.h 73 #define DEBUG_PRINT LOGI
77 #define DEBUG_PRINT printf
82 #define DEBUG_PRINT
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_mcsn.c 54 #define DEBUG_PRINT(what) \
59 #define DEBUG_PRINT(what)
94 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
110 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
116 DEBUG_PRINT((DEBUG_NAME "no MCSN audio\n"));
123 DEBUG_PRINT((DEBUG_NAME "no interrupt at end of replay\n"));
129 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
135 DEBUG_PRINT((DEBUG_NAME "MCSN audio available!\n"));
222 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
223 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)))
    [all...]
SDL_mintaudio_gsxb.c 52 #define DEBUG_PRINT(what) \
57 #define DEBUG_PRINT(what)
87 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
98 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
107 DEBUG_PRINT((DEBUG_NAME "no GSXB audio\n"));
113 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
119 DEBUG_PRINT((DEBUG_NAME "GSXB audio available!\n"));
183 DEBUG_PRINT((DEBUG_NAME "NSetinterrupt() failed in close\n"));
211 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
212 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)))
    [all...]
SDL_mintaudio_dma8.c 52 #define DEBUG_PRINT(what) \
57 #define DEBUG_PRINT(what)
87 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
103 DEBUG_PRINT((DEBUG_NAME "no 8 bits sound\n"));
110 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
117 DEBUG_PRINT((DEBUG_NAME "8 bits audio available!\n"));
176 DEBUG_PRINT((DEBUG_NAME "closeaudio: replay stopped\n"));
181 DEBUG_PRINT((DEBUG_NAME "closeaudio: interrupt disabled\n"));
187 DEBUG_PRINT((DEBUG_NAME "closeaudio: no more interrupt running\n"));
195 DEBUG_PRINT((DEBUG_NAME "closeaudio: buffers freed\n"))
    [all...]
SDL_mintaudio_xbios.c 56 #define DEBUG_PRINT(what) \
61 #define DEBUG_PRINT(what)
96 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
107 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
113 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
119 DEBUG_PRINT((DEBUG_NAME "XBIOS audio available!\n"));
279 DEBUG_PRINT((DEBUG_NAME "Not enough memory for the measure\n"));
306 DEBUG_PRINT((DEBUG_NAME "measure %d: freq=%lu KHz\n", i+1, khz));
318 DEBUG_PRINT((DEBUG_NAME "No measure\n"));
321 DEBUG_PRINT((DEBUG_NAME "No SDMA clock\n"))
    [all...]
SDL_mintaudio_stfa.c 53 #define DEBUG_PRINT(what) \
58 #define DEBUG_PRINT(what)
93 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
109 DEBUG_PRINT((DEBUG_NAME "no STFA audio\n"));
116 DEBUG_PRINT((DEBUG_NAME "STFA audio available!\n"));
205 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
206 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
207 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
208 DEBUG_PRINT(("channels=%d, ", spec->channels));
209 DEBUG_PRINT(("freq=%d\n", spec->freq))
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 30 #define DEBUG_PRINT printf
82 DEBUG_PRINT("\n File is not located ");
108 DEBUG_PRINT("\n File can't be created");
117 DEBUG_PRINT("\n MPEG4 codec selected");
122 DEBUG_PRINT("\n H.263");
127 DEBUG_PRINT("\n H.264");
132 DEBUG_PRINT("\n Wrong codec type");
156 DEBUG_PRINT("\n No Sink");
168 DEBUG_PRINT("\n Init decoder fails ");
171 DEBUG_PRINT("\n Decoder open successfull")
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
video_encoder_test.c 30 #define DEBUG_PRINT printf
81 DEBUG_PRINT("\n File is not located ");
108 DEBUG_PRINT("\n File can't be created");
117 DEBUG_PRINT("\n MPEG4 codec selected");
122 DEBUG_PRINT("\n H.263");
127 DEBUG_PRINT("\n H.264");
132 DEBUG_PRINT("\n Wrong codec type");
151 DEBUG_PRINT("\n No Sink");
161 DEBUG_PRINT("\n Init decoder fails ");
165 DEBUG_PRINT("\n Decoder open successfull")
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 30 #define DEBUG_PRINT printf
83 DEBUG_PRINT("\n File is not located ");
102 DEBUG_PRINT("\n File can't be created");
111 DEBUG_PRINT("\n MPEG4 codec selected");
116 DEBUG_PRINT("\n H.263");
121 DEBUG_PRINT("\n H.264");
126 DEBUG_PRINT("\n Wrong codec type");
150 DEBUG_PRINT("\n No Sink");
157 DEBUG_PRINT("\n Init decoder fails ");
160 DEBUG_PRINT("\n Decoder open successfull")
    [all...]
omx_vdec_test.cpp 58 #define DEBUG_PRINT
73 #define DEBUG_PRINT printf
388 DEBUG_PRINT("Waiting for event\n");
395 DEBUG_PRINT("Running .... get the event\n");
579 DEBUG_PRINT("\n EBD_thread flush wait start");
581 DEBUG_PRINT("\n EBD_thread flush wait complete");
597 DEBUG_PRINT("%s: Timestamp sent(%lld)", __FUNCTION__, pBuffer->nTimeStamp);
606 DEBUG_PRINT("%s: Timestamp sent(%lld)", __FUNCTION__, pBuffer->nTimeStamp);
608 DEBUG_PRINT("EBD::Either EOS or Some Error while reading file\n");
626 DEBUG_PRINT("First Inside %s\n", __FUNCTION__)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 30 #define DEBUG_PRINT printf
82 DEBUG_PRINT("\n File is not located ");
102 DEBUG_PRINT("\n File can't be created");
111 DEBUG_PRINT("\n MPEG4 codec selected");
116 DEBUG_PRINT("\n H.263");
121 DEBUG_PRINT("\n H.264");
126 DEBUG_PRINT("\n Wrong codec type");
145 DEBUG_PRINT("\n No Sink");
151 DEBUG_PRINT("\n Init decoder fails ");
155 DEBUG_PRINT("\n Decoder open successfull")
    [all...]
omx_vdec_test.cpp 60 #define DEBUG_PRINT
75 #define DEBUG_PRINT printf
487 DEBUG_PRINT("Waiting for event\n");
494 DEBUG_PRINT("Running .... get the event\n");
655 DEBUG_PRINT("\n EBD_thread flush wait start");
657 DEBUG_PRINT("\n EBD_thread flush wait complete");
677 DEBUG_PRINT("%s: Timestamp sent(%lld)", __FUNCTION__, pBuffer->nTimeStamp);
684 DEBUG_PRINT("%s: Timestamp sent(%lld)", __FUNCTION__, pBuffer->nTimeStamp);
686 DEBUG_PRINT("EBD::Either EOS or Some Error while reading file\n");
708 DEBUG_PRINT("First Inside %s\n", __FUNCTION__)
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 51 #define DEBUG_PRINT printf
77 DEBUG_PRINT("Dynamically Loading the library : %s\n",libname);
85 DEBUG_PRINT("Error: Library %s incompatible as QCOM OMX component loader - %s\n",
92 DEBUG_PRINT("Error: Couldn't load %s: %s\n",libname,dlerror());
116 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
137 DEBUG_PRINT("before get_cmp_index **********%d\n", rc);
141 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
149 DEBUG_PRINT("returning index %d\n", rc);
248 DEBUG_PRINT("free handle slot exists %d\n", rc);
282 DEBUG_PRINT("Library Used \n")
    [all...]
omx_core_cmp.cpp 89 DEBUG_PRINT("OMXCORE: qc_omx_component_init %x\n",(unsigned)hComp);
115 DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %x, %s , %x\n",(unsigned)hComp,componentName,(unsigned)componentVersion);
131 DEBUG_PRINT("OMXCORE: qc_omx_component_send_command %x, %d , %d\n",(unsigned)hComp,(unsigned)cmd,(unsigned)param1);
147 DEBUG_PRINT("OMXCORE: qc_omx_component_get_parameter %x, %x , %d\n",(unsigned)hComp,(unsigned)paramData,paramIndex);
163 DEBUG_PRINT("OMXCORE: qc_omx_component_set_parameter %x, %x , %d\n",(unsigned)hComp,(unsigned)paramData,paramIndex);
179 DEBUG_PRINT("OMXCORE: qc_omx_component_get_config %x\n",(unsigned)hComp);
197 DEBUG_PRINT("OMXCORE: qc_omx_component_set_config %x\n",(unsigned)hComp);
228 DEBUG_PRINT("OMXCORE: qc_omx_component_get_state %x\n",(unsigned)hComp);
244 DEBUG_PRINT("Error: qc_omx_component_tunnel_request Not Implemented\n");
258 DEBUG_PRINT("OMXCORE: qc_omx_component_use_buffer %x\n",(unsigned)hComp)
    [all...]
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 74 DEBUG_PRINT("Dynamically Loading the library : %s\n",libname);
82 DEBUG_PRINT("Error: Library %s incompatible as QCOM OMX component loader - %s\n",
89 DEBUG_PRINT("Error: Couldn't load %s: %s\n",libname,dlerror());
113 DEBUG_PRINT("OMXCORE API - OMX_Init \n");
134 DEBUG_PRINT("before get_cmp_index **********%d\n", rc);
138 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
146 DEBUG_PRINT("returning index %d\n", rc);
248 DEBUG_PRINT("free handle slot exists %d\n", rc);
282 DEBUG_PRINT("Library Used \n");
315 DEBUG_PRINT("Component exists %d\n", rc)
    [all...]
omx_core_cmp.cpp 89 DEBUG_PRINT("OMXCORE: qc_omx_component_init %x\n",(unsigned)hComp);
115 DEBUG_PRINT("OMXCORE: qc_omx_component_get_version %x, %s , %x\n",(unsigned)hComp,componentName,(unsigned)componentVersion);
131 DEBUG_PRINT("OMXCORE: qc_omx_component_send_command %x, %d , %d\n",(unsigned)hComp,(unsigned)cmd,(unsigned)param1);
147 DEBUG_PRINT("OMXCORE: qc_omx_component_get_parameter %x, %x , %d\n",(unsigned)hComp,(unsigned)paramData,paramIndex);
163 DEBUG_PRINT("OMXCORE: qc_omx_component_set_parameter %x, %x , %d\n",(unsigned)hComp,(unsigned)paramData,paramIndex);
179 DEBUG_PRINT("OMXCORE: qc_omx_component_get_config %x\n",(unsigned)hComp);
197 DEBUG_PRINT("OMXCORE: qc_omx_component_set_config %x\n",(unsigned)hComp);
228 DEBUG_PRINT("OMXCORE: qc_omx_component_get_state %x\n",(unsigned)hComp);
244 DEBUG_PRINT("Error: qc_omx_component_tunnel_request Not Implemented\n");
258 DEBUG_PRINT("OMXCORE: qc_omx_component_use_buffer %x\n",(unsigned)hComp)
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 41 //#define DEBUG_PRINT(x) //
42 #define DEBUG_PRINT(x) std::cout << (x) << std::endl;
46 #define DEBUG_PRINT(x) //
187 DEBUG_PRINT("Element = " + name);
194 DEBUG_PRINT (std::string("CDATA ") + name);
195 DEBUG_PRINT (std::string("CDATA ") + str_name);
209 DEBUG_PRINT("nodeType=" + nodeType);
264 DEBUG_PRINT( "UNKNOWN node name: " + name );
270 DEBUG_PRINT (std::string("CDATA ") + name);
344 DEBUG_PRINT( "UNKNOWN node name: ")
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 273 #if DEBUG_PRINT
279 #if DEBUG_PRINT
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 273 #if DEBUG_PRINT
279 #if DEBUG_PRINT
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 273 #if DEBUG_PRINT
279 #if DEBUG_PRINT
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 122 #define PrintFrameHdr(bufHdr) DEBUG_PRINT("bufHdr %x buf %x size %d TS %d\n",\
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 118 #define PrintFrameHdr(bufHdr) DEBUG_PRINT("bufHdr %x buf %x size %d TS %d\n",\
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 63 #define DEBUG_PRINT(what) \
69 #define DEBUG_PRINT(what)
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 156 #define PrintFrameHdr(bufHdr) DEBUG_PRINT("bufHdr %x buf %x size %d TS %d\n",\

Completed in 1095 milliseconds

1 2