Searched refs:printf (Results 1 - 25 of 165) sorted by relevance

1234567

/frameworks/wilhelm/tests/sandbox/
H A Ddual.c33 printf("xaCreateEngine\n");
35 printf("xaResult = %d\n", xaResult);
37 printf("xaEngineObject = %p\n", xaEngineObject);
39 printf("realize xaEngineObject\n");
41 printf("xaResult = %d\n", xaResult);
43 printf("GetInterface for XA_IID_ENGINE\n");
46 printf("xaResult = %d\n", xaResult);
47 printf("xaEngineEngine = %p\n", xaEngineEngine);
50 printf("slCreateEngine\n");
52 printf("slResul
[all...]
H A Dxa.c27 printf("xaCreateEngine\n");
29 printf("result = %d\n", result);
31 printf("engineObject = %p\n", engineObject);
32 printf("realize\n");
34 printf("result = %d\n", result);
35 printf("GetInterface for ENGINE\n");
38 printf("result = %d\n", result);
39 printf("engineEngine = %p\n", engineEngine);
43 printf("CreateOutputMix");
45 printf("resul
[all...]
H A Dengine.c26 printf("Get number of available engine interfaces\n");
34 printf("Engine number of supported interfaces %u\n", numSupportedInterfaces);
40 printf("Display the ID of each available interface\n");
48 printf("interface[%u] ", index);
59 printf("Create an engine and request all available interfaces\n");
62 printf("Create engine with numSupportedInterfaces > 0 but NULL pointers\n");
71 printf("Create engine with no place to return the new engine object\n");
75 printf("Create engine with NULL interface pointer\n");
82 printf("Create an engine with numOptions > 0 but NULL pointer\n");
90 printf("Creat
[all...]
H A Dreverb.c115 printf("roomLevel: %d\n", settings->roomLevel);
116 printf("roomHFLevel: %d\n", settings->roomHFLevel);
117 printf("decayTime: %d\n", settings->decayTime);
118 printf("decayHFRatio: %d\n", settings->decayHFRatio);
119 printf("reflectionsLevel: %d\n", settings->reflectionsLevel);
120 printf("reflectionsDelay: %d\n", settings->reflectionsDelay);
121 printf("reverbLevel: %d\n", settings->reverbLevel);
122 printf("reverbDelay: %d\n", settings->reverbDelay);
123 printf("diffusion: %d\n", settings->diffusion);
124 printf("densit
[all...]
H A Dxaplay.c81 printf("XA_STREAMCBEVENT_PROPERTYCHANGE on stream index %u, pEventData %p\n", streamIndex,
85 printf("Unknown stream event ID %u\n", eventId);
103 printf("PrefetchEventCallback: Buffer fill level is = %d\n", level);
106 printf("PrefetchEventCallback: Prefetch Status is = %u\n", status);
111 printf("PrefetchEventCallback: Error while prefetching data, exiting\n");
140 printf("XA_PLAYEVENT_HEADATEND current position=%u ms\n", position);
144 printf("XA_PLAYEVENT_HEADATNEWPOS current position=%u ms\n", position);
148 printf("XA_PLAYEVENT_HEADATMARKER current position=%u ms\n", position);
179 printf("buffer completion callback after EOS\n");
182 printf("sendin
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c36 printf ("AMR_WB Encoder HELP Displays this text\n");
37 printf ("\n");
38 printf ("Usage:\n");
39 printf ("AMRWBEnc [options] Input_file output_file \n");
40 printf ("\n");
41 printf ("Options +M* +F* +DTX \n");
42 printf ("Support \n");
43 printf ("Options +M* for seting compression bitrate mode, default is 23.85kbps\n");
44 printf (" +M0 = 6.6kbps \n");
45 printf ("
[all...]
/frameworks/wilhelm/tools/hashgen/
H A Dfrag3.c12 printf(" -1");
22 printf(" %s", buffer);
26 printf(" (-1)");
31 printf(",");
32 printf("\n");
H A Dfrag1.c33 printf("\"");
35 printf("\\x%02X", y[k]);
36 printf("\"\n");
/frameworks/native/opengl/libs/tools/
H A Dglapigen37 #printf("%s", $line);
44 printf("%s API_ENTRY(%s%s)(%s)", $type, $prefix, $name, $args);
46 printf(" {\n");
48 printf(" CALL_GL_API(%s", $name);
50 printf(" CALL_GL_API_RETURN(%s", $name);
65 printf("%s", $2);
69 printf(");\n");
70 printf("}\n");
H A Dgltracegen46 printf("TRACE_GL_VOID(");
48 printf("TRACE_GL(%s, ", $type);
51 printf("%s, (%s), (", $name, $args);
65 printf("%s", $2);
69 printf("), %d", $nonVoidArgLen);
84 printf(", \"%s\", %s", $type, $name);
89 printf(")\n");
H A Dglenumsgen32 printf("GL_ENUM(%s,%s)\n", $enumValue, $enumName);
H A Dglentrygen37 printf("GL_ENTRY(%s, %s, %s)\n", $type, $name, $args);
/frameworks/av/tools/resampler_tools/
H A Dfir.cpp228 printf("// cmd-line: ");
230 printf("%s ", argv[i]);
232 printf("\n");
234 printf("const int32_t RESAMPLE_FIR_SIZE = %d;\n", N);
235 printf("const int32_t RESAMPLE_FIR_INT_PHASES = %d;\n", M);
236 printf("const int32_t RESAMPLE_FIR_NUM_COEF = %d;\n", nzc);
238 printf("const int32_t RESAMPLE_FIR_SIZE = %d;\n", 2*nzc*polyN);
239 printf("const int32_t RESAMPLE_FIR_NUM_COEF = %d;\n", 2*nzc);
242 printf("const int32_t RESAMPLE_FIR_COEF_BITS = %d;\n", nc);
244 printf("\
[all...]
/frameworks/rs/tests/cppbasic-getpointer/
H A Dcompute.cpp19 printf("New RS %p\n", rs.get());
23 printf("Init returned %i\n", r);
26 printf("Element %p\n", e.get());
32 printf("Type %p\n", t.get());
36 printf("Allocation %p\n", a1.get());
40 printf("Allocation %p %p\n", ain.get(), aout.get());
47 printf("Input pointer: %p\n", input);
48 printf("Input stride: %u\n", inputStride);
49 printf("Output pointer: %p\n", output);
50 printf("Outpu
[all...]
/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp86 printf("===== Running %s (%d of %d) ==============================\n",
93 printf("failed\n");
95 printf("passed\n");
102 printf("=================================================================\n");
104 printf("All %d test(s) passed\n", testCount);
106 printf("Tests failed: (%d of %d)\n", failed, testCount);
111 printf(" %s\n", t->name);
123 printf ("test_backup_helper built without the tests\n");
H A Dbackup_stress_test.sh50 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1))
51 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1)) > /dev/stderr
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp36 printf("0x%04zx ", offset);
45 printf(" ");
49 printf("%02x ", data[offset + i]);
51 printf(" ");
55 printf(" ");
59 printf("%c", data[offset + i]);
61 printf(".");
65 printf("\n");
77 printf("FAIL %s\n", path);
79 printf("SUCCES
[all...]
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c117 printf("========================================================\n");
118 printf("== dumpstate: %s\n", date);
119 printf("========================================================\n");
121 printf("\n");
122 printf("Build: %s\n", build);
123 printf("Build fingerprint: '%s'\n", fingerprint); /* format is important for other tools */
124 printf("Bootloader: %s\n", bootloader);
125 printf("Radio: %s\n", radio);
126 printf("Network: %s\n", network);
128 printf("Kerne
[all...]
/frameworks/native/services/sensorservice/tests/
H A Dsensorservicetest.cpp47 printf("%lld\t%8f\t%8f\t%8f\t%f\n",
56 printf("error reading events (%s)\n", strerror(-n));
68 printf("numSensors=%d\n", int(count));
71 printf("queue=%p\n", q.get());
74 printf("accelerometer=%p (%s)\n",
87 //printf("about to poll...\n");
97 printf("ALOOPER_POLL_TIMEOUT\n");
100 printf("ALOOPER_POLL_TIMEOUT\n");
103 printf("ugh? poll returned %d\n", ret);
/frameworks/base/tools/obbtool/
H A Dpbkdf2gen.cpp67 printf("salt=");
69 printf("%02x", salt[i]);
71 printf("\n");
73 printf("key=");
75 printf("%02x", rawKey[i]);
77 printf("\n");
/frameworks/native/services/surfaceflinger/tests/vsync/
H A Dvsync.cpp34 printf("event vsync: count=%d\t", buffer[i].vsync.count);
38 printf("%f ms (%f Hz)\n", t*1000, 1.0/t);
44 printf("error reading events (%s)\n", strerror(-n));
61 //printf("about to poll...\n");
71 printf("ALOOPER_POLL_TIMEOUT\n");
74 printf("ALOOPER_POLL_TIMEOUT\n");
77 printf("ugh? poll returned %d\n", ret);
/frameworks/rs/tests/latency/
H A Dlatency.cpp19 printf("iters must be positive\n");
24 printf("iters = %d\n", iters);
29 printf("numElems must be positive\n");
47 printf("forcing CPU\n");
50 printf("forcing synchronous\n");
52 printf("numElems = %d\n", numElems);
88 printf("elapsed time : %lld microseconds\n", elapsed);
89 printf("time per iter: %f microseconds\n", (double)elapsed / iters);
103 printf("elapsed time with copy : %lld microseconds\n", elapsed);
104 printf("tim
[all...]
/frameworks/base/cmds/backup/
H A Dbackup.cpp50 printf("this would have written all of your data to stdout\n");
81 printf(" entity: %s (%d bytes)\n", key.string(), dataSize);
83 printf(" Error reading entity header\n");
89 printf("Unknown chunk type: 0x%08x\n", type);
100 printf("perform_print(%s, %s);", entityname, filename);
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp89 printf("307200 bytes memcpy\n");
94 printf("memcpy() time = %llu us\n", (t-now)/1000);
103 printf("512x512 unmodified texture, 512x512 blit:\n");
112 printf("glFinish() time = %llu us\n", (t-now)/1000);
117 printf("512x512 unmodified texture, 1x1 blit:\n");
126 printf("glFinish() time = %llu us\n", (t-now)/1000);
131 printf("512x512 unmodified texture, 512x512 blit (x2):\n");
141 printf("glFinish() time = %llu us\n", (t-now)/1000);
146 printf("512x512 unmodified texture, 1x1 blit (x2):\n");
156 printf("glFinis
[all...]
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp160 printf("RSFloatPrecision: ");
163 printf("Full\n\n");
166 printf("Relaxed\n\n");
169 printf("UNKNOWN\n\n");
173 printf("exportVarCount: %u\n", ME->getExportVarCount());
176 printf("var[%u]: %s\n", i, varNameList[i]);
178 printf("\n");
180 printf("exportFuncCount: %u\n", ME->getExportFuncCount());
183 printf("func[%u]: %s\n", i, funcNameList[i]);
185 printf("\
[all...]

Completed in 4089 milliseconds

1234567