HomeSort by relevance Sort by last modified time
    Searched full:debug_print (Results 1 - 25 of 42) sorted by null

1 2

  /hardware/qcom/media/mm-video/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/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...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
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_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_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...]
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...]
  /external/srtp/crypto/math/
stat.c 35 debug_print(mod_stat, "bit count: %d", ones_count);
66 debug_print(mod_stat, "poker test: %f\n", poker);
109 debug_print(mod_stat, ">25 runs: %d", state);
117 debug_print(mod_stat, ">25 gaps: %d", state);
137 debug_print(mod_stat, ">25 runs (2): %d", state);
152 debug_print(mod_stat, ">25 gaps (2): %d", state);
169 debug_print(mod_stat, "runs test", NULL);
171 debug_print(mod_stat, " runs[]: %d", runs[i]);
173 debug_print(mod_stat, " gaps[]: %d", gaps[i]);
222 debug_print(mod_stat, "couldn't get rand bytes: %d",status)
    [all...]
  /external/srtp/crypto/cipher/
cipher.c 93 debug_print(mod_cipher, "running self-test for cipher %s",
117 debug_print(mod_cipher, "testing encryption", NULL);
134 debug_print(mod_cipher, "plaintext: %s",
153 debug_print(mod_cipher, "ciphertext: %s",
164 debug_print(mod_cipher, "test case %d failed", case_num);
165 debug_print(mod_cipher, "(failure at byte %d)", i);
170 debug_print(mod_cipher, "c computed: %s",
173 debug_print(mod_cipher, "c expected: %s",
184 debug_print(mod_cipher, "testing decryption", NULL);
201 debug_print(mod_cipher, "ciphertext: %s"
    [all...]
aes_icm.c 98 debug_print(mod_aes_icm,
184 debug_print(mod_aes_icm,
186 debug_print(mod_aes_icm,
230 debug_print(mod_aes_icm,
239 debug_print(mod_aes_icm, "counter: %s",
241 debug_print(mod_aes_icm, "ciphertext: %s",
265 debug_print(mod_aes_icm,
270 debug_print(mod_aes_icm,
295 debug_print(mod_aes_icm, "counter: %s",
297 debug_print(mod_aes_icm, "ciphertext: %s",
    [all...]
aes_cbc.c 63 debug_print(mod_aes_cbc,
114 debug_print(mod_aes_cbc,
144 debug_print(mod_aes_cbc, "setting iv: %s", v128_hex_string(&c->state));
168 debug_print(mod_aes_cbc, "iv: %s",
181 debug_print(mod_aes_cbc, "inblock: %s",
186 debug_print(mod_aes_cbc, "outblock: %s",
221 debug_print(mod_aes_cbc, "iv: %s",
235 debug_print(mod_aes_cbc, "inblock: %s",
241 debug_print(mod_aes_cbc, "outblock: %s",
  /external/srtp/crypto/hash/
auth.c 93 debug_print(mod_auth, "running self-test for auth function %s",
132 debug_print(mod_auth, "key: %s",
135 debug_print(mod_auth, "data: %s",
138 debug_print(mod_auth, "tag computed: %s",
140 debug_print(mod_auth, "tag expected: %s",
149 debug_print(mod_auth, "test case %d failed", case_num);
150 debug_print(mod_auth, " (mismatch at octet %d)", i);
hmac.c 61 debug_print(mod_hmac, "allocating auth func with key length %d", key_len);
62 debug_print(mod_hmac, " tag length %d", out_len);
137 debug_print(mod_hmac, "ipad: %s", octet_string_hex_string(ipad, 64));
160 debug_print(mod_hmac, "input: %s",
185 * note that we don't need to debug_print() the input, since the
188 debug_print(mod_hmac, "intermediate state: %s",
207 debug_print(mod_hmac, "output: %s",
  /hardware/qcom/media/mm-core/omxcore/src/common/
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...]
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...]
  /hardware/qcom/media/mm-core/src/common/
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...]
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...]
  /external/srtp/crypto/kernel/
alloc.c 75 debug_print(mod_alloc, "(location: %p) allocated", ptr);
77 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size);
85 debug_print(mod_alloc, "(location: %p) freed", ptr);
100 debug_print(mod_alloc, "(location: %p) allocated", ptr);
102 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size);
110 debug_print(mod_alloc, "(location: %p) freed", ptr);
  /external/srtp/test/
lfsr.c 134 #define debug_print 0 macro
144 #if debug_print
153 #if debug_print
189 #if debug_print
198 #if debug_print
227 #if debug_print
236 #if debug_print
  /hardware/qcom/media/mm-core/inc/
qc_omx_msg.h 44 #define DEBUG_PRINT LOGI
48 #define DEBUG_PRINT printf
53 #define DEBUG_PRINT
  /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
  /external/srtp/srtp/
ekt.c 211 debug_print(mod_srtp, "EKT not in use", NULL);
222 debug_print(mod_srtp, "writing EKT EMK: %s,",
229 debug_print(mod_srtp, "writing EKT ROC: %s,",
236 debug_print(mod_srtp, "writing EKT ISN: %s,",
242 debug_print(mod_srtp, "writing EKT SPI: %s,",
  /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...]
  /hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 29 #define DEBUG_PRINT /* Uncomment to print Gyro & Accel read from Driver */
282 #ifdef DEBUG_PRINT
307 #ifdef DEBUG_PRINT
346 #ifdef DEBUG_PRINT
368 #ifdef DEBUG_PRINT
444 #ifdef DEBUG_PRINT

Completed in 1016 milliseconds

1 2