Home | History | Annotate | Download | only in cts

Lines Matching defs:getNativeFrameCount

1435         assertTrue(TEST_NAME, track.getNativeFrameCount() >= frameCount);
1436 assertEquals(TEST_NAME, track.getNativeFrameCount(), track.getBufferSizeInFrames());
2547 /* MockAudioTrack allows testing of protected getNativeFrameCount() and setState(). */
2559 public int getNativeFrameCount() {
2560 return super.getNativeFrameCount();