Home
last modified time | relevance | path

Searched defs:fill (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DAudioFiller.java36 public int fill(float[] buffer, int numFrames, int numChans); in fill() method
DWaveTableFloatFiller.java65 public int fill(float[] buffer, int numFrames, int numChans) { in fill() method in WaveTableFloatFiller
/cts/tests/openglperf2/jni/graphics/
DGLUtils.cpp212 GLuint GLUtils::genTexture(int texWidth, int texHeight, int fill) { in genTexture()
/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java1326 ViewGroup.LayoutParams fill = new ViewGroup.LayoutParams( in onCreate() local