HomeSort by relevance Sort by last modified time
    Searched refs:floatData (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libaaudio/examples/write_sine/src/
write_sine.cpp 65 float *floatData = nullptr;
134 floatData = new float[framesPerWrite * actualChannelCount];
160 myData.sineOsc1.render(&floatData[0], actualChannelCount, framesPerWrite);
162 myData.sineOsc2.render(&floatData[1], actualChannelCount, framesPerWrite);
177 actual = AAudioStream_write(aaudioStream, floatData, minFrames, timeoutNanos);
224 delete[] floatData;
  /system/chre/core/include/chre/core/
sensor_request.h 37 struct chreSensorFloatData floatData;
  /cts/tests/tests/nativemedia/aaudio/src/
test_aaudio_callback.cpp 233 float *floatData = (float *) audioData;
234 for (int i = 0; i < numSamples; i++) *floatData++ = 0.0f;
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp 199 std::vector<GLfloat> floatData (4);
227 ctx.glReadnPixels(0, 0, 1, 1, GL_RGBA, GL_FLOAT, (int) floatData.size(), &floatData[0]);
277 std::vector<float> floatData(4);
295 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]);
302 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]);
309 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]);
320 ctx.glReadPixels (0, 0, 1, 1, GL_RGBA, GL_INT, &floatData[0]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeBufferApiTests.cpp 233 std::vector<float> floatData(4);
251 glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]);
258 glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]);
265 glReadPixels (0, 0, 1, 1, GL_RGBA, GL_FLOAT, &floatData[0]);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java     [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1048 milliseconds