HomeSort by relevance Sort by last modified time
    Searched full:debug_print (Results 1 - 25 of 36) 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 ");
111 DEBUG_PRINT("\n File can't be created");
119 DEBUG_PRINT("\n MPEG4 codec selected");
124 DEBUG_PRINT("\n H.263");
129 DEBUG_PRINT("\n H.264");
134 DEBUG_PRINT("\n Wrong codec type");
158 DEBUG_PRINT("\n No Sink");
170 DEBUG_PRINT("\n Init decoder fails ");
173 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 ");
105 DEBUG_PRINT("\n File can't be created");
113 DEBUG_PRINT("\n MPEG4 codec selected");
118 DEBUG_PRINT("\n H.263");
123 DEBUG_PRINT("\n H.264");
128 DEBUG_PRINT("\n Wrong codec type");
152 DEBUG_PRINT("\n No Sink");
159 DEBUG_PRINT("\n Init decoder fails ");
162 DEBUG_PRINT("\n Decoder open successfull")
    [all...]
omx_vdec_test.cpp 54 #define DEBUG_PRINT
58 #define DEBUG_PRINT printf
73 #define DEBUG_PRINT(...) printf(__VA_ARGS__)
288 DEBUG_PRINT("Waiting for event\n");
295 DEBUG_PRINT("Running .... get the event\n");
425 DEBUG_PRINT("EBD::Either EOS or Some Error while reading file\n");
459 DEBUG_PRINT("Inside %s fbd_cnt[%d] \n", __FUNCTION__, fbd_cnt);
467 DEBUG_PRINT("Error - No pBuffer to dequeue\n");
477 DEBUG_PRINT("Ignoring FillBufferDone\n");
526 DEBUG_PRINT("\nFillBufferDone: Failed to write to the file\n")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_dma8.c 52 #define DEBUG_PRINT(what) \
57 #define DEBUG_PRINT(what)
83 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
99 DEBUG_PRINT((DEBUG_NAME "no 8 bits sound\n"));
106 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
113 DEBUG_PRINT((DEBUG_NAME "8 bits audio available!\n"));
187 DEBUG_PRINT((DEBUG_NAME "closeaudio: replay stopped\n"));
192 DEBUG_PRINT((DEBUG_NAME "closeaudio: interrupt disabled\n"));
198 DEBUG_PRINT((DEBUG_NAME "closeaudio: no more interrupt running\n"));
206 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"));
122 DEBUG_PRINT((DEBUG_NAME "no interrupt at end of replay\n"));
128 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
134 DEBUG_PRINT((DEBUG_NAME "MCSN audio available!\n"));
221 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
222 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)))
    [all...]
SDL_mintaudio_xbios.c 55 #define DEBUG_PRINT(what) \
60 #define DEBUG_PRINT(what)
95 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
106 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
112 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
118 DEBUG_PRINT((DEBUG_NAME "XBIOS audio available!\n"));
282 DEBUG_PRINT((DEBUG_NAME "Not enough memory for the measure\n"));
309 DEBUG_PRINT((DEBUG_NAME "measure %d: freq=%lu KHz\n", i+1, khz));
321 DEBUG_PRINT((DEBUG_NAME "No measure\n"));
324 DEBUG_PRINT((DEBUG_NAME "No SDMA clock\n"))
    [all...]
SDL_mintaudio_stfa.c 52 #define DEBUG_PRINT(what) \
57 #define DEBUG_PRINT(what)
91 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
107 DEBUG_PRINT((DEBUG_NAME "no STFA audio\n"));
113 DEBUG_PRINT((DEBUG_NAME "STFA audio available!\n"));
202 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
203 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
204 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
205 DEBUG_PRINT(("channels=%d, ", spec->channels));
206 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",
null_cipher.c 60 debug_print(mod_cipher,
104 debug_print(mod_cipher, "initializing null cipher", NULL);
  /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",
null_auth.c 60 debug_print(mod_auth, "allocating auth func with key length %d", key_len);
61 debug_print(mod_auth, " tag length %d", out_len);
  /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...]
  /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/omxcore/inc/
qc_omx_msg.h 44 #define DEBUG_PRINT LOGI
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,",
srtp.c 239 debug_print(mod_srtp, "cloning stream (SSRC: 0x%08x)", ssrc);
381 debug_print(mod_srtp, "found aes_icm, generating salt", NULL);
387 debug_print(mod_srtp, "cipher key: %s",
402 debug_print(mod_srtp, "auth key: %s",
430 debug_print(mod_srtp, "found aes_icm, generating rtcp salt", NULL);
436 debug_print(mod_srtp, "rtcp cipher key: %s",
451 debug_print(mod_srtp, "rtcp auth key: %s",
475 debug_print(mod_srtp, "initializing stream (SSRC: 0x%08x)",
610 debug_print(mod_srtp, "function srtp_protect", NULL);
736 debug_print(mod_srtp, "estimated packet index: %016llx", est)
    [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...]
  /external/srtp/crypto/include/
err.h 158 #define debug_print(mod, format, arg) \ macro
166 #define debug_print(mod, format, arg) macro

Completed in 1449 milliseconds

1 2