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

12345678

/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.c28 printf("xaCreateEngine\n");
30 printf("result = %d\n", result);
32 printf("engineObject = %p\n", engineObject);
33 printf("realize\n");
35 printf("result = %d\n", result);
36 printf("GetInterface for ENGINE\n");
39 printf("result = %d\n", result);
40 printf("engineEngine = %p\n", engineEngine);
44 printf("CreateOutputMix");
46 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...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c37 printf ("AMR_WB Encoder HELP Displays this text\n");
38 printf ("\n");
39 printf ("Usage:\n");
40 printf ("AMRWBEnc [options] Input_file output_file \n");
41 printf ("\n");
42 printf ("Options +M* +F* +DTX \n");
43 printf ("Support \n");
44 printf ("Options +M* for seting compression bitrate mode, default is 23.85kbps\n");
45 printf (" +M0 = 6.6kbps \n");
46 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");
/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp35 printf("// Auto generated file. Do not modify\n");
36 printf("\n");
37 printf("#include \"incident_sections.h\"\n");
38 printf("\n");
49 printf("IncidentSection const INCIDENT_SECTIONS[] = {\n");
55 printf(" { %d, \"%s\" }", field->number(), field->name().c_str());
57 printf(",\n");
59 printf("\n");
62 printf("};\n");
64 printf("cons
[all...]
/frameworks/av/tools/resampler_tools/
H A Dfir.cpp233 printf("// cmd-line:");
235 printf(" %s", argv[i]);
237 printf("\n");
240 printf("const int32_t RESAMPLE_FIR_SIZE = %d;\n", N);
241 printf("const int32_t RESAMPLE_FIR_INT_PHASES = %d;\n", M);
242 printf("const int32_t RESAMPLE_FIR_NUM_COEF = %d;\n", nzc);
244 printf("const int32_t RESAMPLE_FIR_SIZE = %d;\n", 2*nzc*polyN);
245 printf("const int32_t RESAMPLE_FIR_NUM_COEF = %d;\n", 2*nzc);
248 printf("const int32_t RESAMPLE_FIR_COEF_BITS = %d;\n", nc);
250 printf("\
[all...]
/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine_callback.cpp42 // Make printf print immediately so that debug info is not stuck
45 printf("%s - Play a sine sweep using an AAudio callback\n", argv[0]);
55 printf("player.getFramesPerSecond() = %d\n", player.getFramesPerSecond());
56 printf("player.getChannelCount() = %d\n", player.getChannelCount());
76 printf("Sleep for %d seconds while audio plays in a callback thread.\n", NUM_SECONDS);
92 printf("Stream state is %d %s!\n", state, AAudio_convertStreamStateToText(state));
95 printf("framesWritten = %d\n", (int) AAudioStream_getFramesWritten(player.getStream()));
97 printf("Woke up now.\n");
99 printf("call stop()\n");
104 printf("cal
[all...]
H A Dwrite_sine.cpp68 // Make printf print immediately so that debug info is not stuck
72 printf("%s - Play a sine wave using AAudio\n", argv[0]);
75 printf("requested MMapPolicy = %d\n", AAudio_getMMapPolicy());
90 printf("after open, state = %s\n", AAudio_convertStreamStateToText(state));
94 printf("SampleRate: requested = %d, actual = %d\n", requestedSampleRate, actualSampleRate);
100 printf("ChannelCount: requested = %d, actual = %d\n",
104 printf("SharingMode: requested = %s, actual = %s\n",
111 printf("Buffer: bufferSize = %d\n", AAudioStream_getBufferSizeInFrames(aaudioStream));
113 printf("Buffer: bufferCapacity = %d, remainder = %d\n",
122 printf("Buffe
[all...]
/frameworks/rs/tests/cpp_api/cppbasic-getpointer/
H A Dcompute.cpp16 printf("New RS %p\n", rs.get());
20 printf("Init returned %i\n", r);
23 printf("Element %p\n", e.get());
29 printf("Type %p\n", t.get());
33 printf("Allocation %p\n", a1.get());
37 printf("Allocation %p %p\n", ain.get(), aout.get());
44 printf("Input pointer: %p\n", input);
45 printf("Input stride: %zu\n", inputStride);
46 printf("Output pointer: %p\n", output);
47 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");
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp341 printf("%s%s (v%u)\n", Indent(indent), e.extensionName, e.specVersion);
350 printf("%s%s %u.%u.%u/%u\n", Indent(indent), layers[i].layerName,
356 printf("%s%s\n", Indent(indent + 1), layers[i].description);
359 printf("%sExtensions [%zu]:\n", Indent(indent + 1),
370 printf("%srobustBufferAccess: %s\n", indent, features.robustBufferAccess ? "YES" : "NO");
371 printf("%sfullDrawIndexUint32: %s\n", indent, features.fullDrawIndexUint32 ? "YES" : "NO");
372 printf("%simageCubeArray: %s\n", indent, features.imageCubeArray ? "YES" : "NO");
373 printf("%sindependentBlend: %s\n", indent, features.independentBlend ? "YES" : "NO");
374 printf("%sgeometryShader: %s\n", indent, features.geometryShader ? "YES" : "NO");
375 printf("
[all...]
/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor_callback.cpp41 // Make printf print immediately so that debug info is not stuck
44 printf("%s - Display audio input using an AAudio callback\n", argv[0]);
52 printf("recorder.getFramesPerSecond() = %d\n", recorder.getFramesPerSecond());
53 printf("recorder.getSamplesPerFrame() = %d\n", recorder.getSamplesPerFrame());
61 printf("Sleep for %d seconds while audio record in a callback thread.\n", NUM_SECONDS);
67 printf("%08d: ", (int)recorder.getFramesRead());
79 printf("Stream state is %d %s!\n", state, AAudio_convertStreamStateToText(state));
83 printf("Woke up. Stop for a moment.\n");
96 printf("Sleep for %d seconds while audio records in a callback thread.\n", NUM_SECONDS);
102 printf("
[all...]
/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/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp101 printf("SL_RECORDEVENT_HEADATNEWPOS current position=%ums\n", pMsec);
107 printf("SL_RECORDEVENT_HEADATMARKER current position=%ums\n", pMsec);
117 //printf("RecBufferQueueCallback called\n");
158 //printf("RecBufferQueueCallback returned\n");
318 printf("Recorder created\n");
329 printf("Recorder configured with preset %u\n", presetValue);
331 printf("Using default record preset\n");
338 printf("Recorder configured with performance mode %u\n", performanceMode);
340 printf("Using default performance mode\n");
349 printf("Th
[all...]
/frameworks/rs/tests/cpp_api/latency/
H A Dlatency.cpp16 printf("iters must be positive\n");
21 printf("iters = %d\n", iters);
26 printf("numElems must be positive\n");
44 printf("forcing CPU\n");
47 printf("forcing synchronous\n");
49 printf("numElems = %d\n", numElems);
58 printf("Could not initialize RenderScript\n");
88 printf("elapsed time : %lld microseconds\n", elapsed);
89 printf("time per iter: %f microseconds\n", (double)elapsed / iters);
103 printf("elapse
[all...]
/frameworks/native/services/sensorservice/tests/
H A Dsensorservicetest.cpp48 printf("%" PRId64 "\t%8f\t%8f\t%8f\t%f\n",
57 printf("error reading events (%s)\n", strerror(-n));
69 printf("numSensors=%d\n", int(count));
72 printf("queue=%p\n", q.get());
75 printf("accelerometer=%p (%s)\n",
88 //printf("about to poll...\n");
98 printf("ALOOPER_POLL_TIMEOUT\n");
101 printf("ALOOPER_POLL_TIMEOUT\n");
104 printf("ugh? poll returned %d\n", ret);
/frameworks/base/tools/obbtool/
H A Dpbkdf2gen.cpp68 printf("salt=");
70 printf("%02x", salt[i]);
72 printf("\n");
74 printf("key=");
76 printf("%02x", rawKey[i]);
78 printf("\n");
/frameworks/native/services/surfaceflinger/tests/vsync/
H A Dvsync.cpp35 printf("event vsync: count=%d\t", buffer[i].vsync.count);
39 printf("%f ms (%f Hz)\n", t*1000, 1.0/t);
45 printf("error reading events (%s)\n", strerror(-n));
62 //printf("about to poll...\n");
72 printf("ALOOPER_POLL_TIMEOUT\n");
75 printf("ALOOPER_POLL_TIMEOUT\n");
78 printf("ugh? poll returned %d\n", ret);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
H A Damrnb_enc_test.cpp46 printf("Usage:\n");
47 printf("AMRNBEnc [options] <input file> <output file>\n");
48 printf("\n");
49 printf("Options +M* for setting compression bitrate mode, default is 4.75 kbps\n");
50 printf(" +M0 = 4.75 kbps\n");
51 printf(" +M1 = 5.15 kbps\n");
52 printf(" +M2 = 5.90 kbps\n");
53 printf(" +M3 = 6.70 kbps\n");
54 printf(" +M4 = 7.40 kbps\n");
55 printf("
[all...]
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp147 //printf("LoopbackProcessor send impulse, burst #%d\n", mBurstCounter);
300 printf("loopback: -b{burstsPerBuffer} -p{outputPerfMode} -P{inputPerfMode}\n");
301 printf(" -b{burstsPerBuffer} for example 2 for double buffered\n");
302 printf(" -p{outputPerfMode} set output AAUDIO_PERFORMANCE_MODE*\n");
303 printf(" -P{inputPerfMode} set input AAUDIO_PERFORMANCE_MODE*\n");
304 printf(" n for _NONE\n");
305 printf(" l for _LATENCY\n");
306 printf(" p for _POWER_SAVING;\n");
307 printf("For example: loopback -b2 -pl -Pn\n");
324 printf("ERRO
[all...]
/frameworks/base/cmds/backup/
H A Dbackup.cpp48 printf("this would have written all of your data to stdout\n");
78 printf(" entity: %s (%zu bytes)\n", key.string(), dataSize);
80 printf(" Error reading entity header\n");
86 printf("Unknown chunk type: 0x%08x\n", type);
97 printf("perform_print(%s, %s);", entityname, filename);

Completed in 5291 milliseconds

12345678