Searched defs:player (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioPlayRoutingNative.java | 63 AudioPlayer player = new AudioPlayer(); in testAquireDefaultProxy() local 82 AudioPlayer player = new AudioPlayer(); in testAquirePreRealizeDefaultProxy() local 100 AudioPlayer player = new AudioPlayer(); in testRouting() local
|
D | JetPlayerTest.java | 201 public void onJetEvent(JetPlayer player, short segment, byte track, byte channel, in onJetEvent() 206 public void onJetNumQueuedSegmentUpdate(JetPlayer player, int nbSegments) { in onJetNumQueuedSegmentUpdate() 210 public void onJetPauseUpdate(JetPlayer player, int paused) { in onJetPauseUpdate() 214 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) { in onJetUserIdUpdate()
|
D | AudioTrackSurroundTest.java | 488 SamplePlayerBytes player = new SamplePlayerBytes( in testPlayAC3Bytes() local 497 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayAC3Shorts() local 509 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayIEC61937_32000() local 517 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayIEC61937_44100() local 525 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayIEC61937_48000() local 567 SamplePlayerShorts player = new SamplePlayerShorts( in testPlaySineSweepShorts() local 576 SamplePlayerBytes player = new SamplePlayerBytes( in testPlaySineSweepBytes() local 585 SamplePlayerBytes player = new SamplePlayerBytes( in testPlaySineSweepBytes48000() local 594 … SamplePlayerShorts player = new SamplePlayerShorts(44100, AudioFormat.ENCODING_PCM_16BIT, in testPlaySineSweepShortsMono() local 604 SamplePlayerBytes player = new SamplePlayerBytes(44100, in testPlaySineSweepBytesMono() local
|
D | VideoSurfaceView.java | 90 public void setMediaPlayer(MediaPlayer player) { in setMediaPlayer()
|
D | DecodeAccuracyTest.java | 160 final SimplePlayer player = new SimplePlayer(getHelper().getContext()); in decodeVideo() local
|
/cts/tests/tests/media/libaudiojni/ |
D | appendix-b-1-1-buffer-queue.cpp | 84 SLObjectItf player; in TestPlayMusicBufferQueue() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/ |
D | BaseGnssTestActivity.java | 294 MediaPlayer player = MediaPlayer.create(this, Settings.System.DEFAULT_NOTIFICATION_URI); in playSound() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | BaseSensorTestActivity.java | 369 MediaPlayer player = MediaPlayer.create(this, Settings.System.DEFAULT_NOTIFICATION_URI); in playSound() local
|