Home
last modified time | relevance | path

Searched defs:player (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DAudioPlayRoutingNative.java63 AudioPlayer player = new AudioPlayer(); in testAquireDefaultProxy() local
82 AudioPlayer player = new AudioPlayer(); in testAquirePreRealizeDefaultProxy() local
100 AudioPlayer player = new AudioPlayer(); in testRouting() local
DJetPlayerTest.java204 public void onJetEvent(JetPlayer player, short segment, byte track, byte channel, in onJetEvent()
209 public void onJetNumQueuedSegmentUpdate(JetPlayer player, int nbSegments) { in onJetNumQueuedSegmentUpdate()
213 public void onJetPauseUpdate(JetPlayer player, int paused) { in onJetPauseUpdate()
217 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) { in onJetUserIdUpdate()
DVolumeShaperTest.java566 try (Player player = createPlayer(p)) { in testMaximumShapers()
594 try ( Player player = createPlayer(p); in testPlayerDuck()
619 try ( Player player = createPlayer(p); in testPlayerRamp()
647 Player player = null; in testPlayerCornerCase() local
698 Player player = null; in testPlayerCornerCase2() local
739 try ( Player player = createPlayer(p); in testPlayerJoin()
784 try ( Player player = createPlayer(p); in testPlayerCubicMonotonic()
905 try ( Player player = createPlayer(p); in testPlayerStepRamp()
1039 try ( Player player = createPlayer(p); in testPlayerTwoShapers()
1124 try ( Player player = createPlayer(p); in testPlayerRunDuringPauseStop()
[all …]
DAudioTrackSurroundTest.java541 SamplePlayerBytes player = new SamplePlayerBytes( in testPlayAC3Bytes() local
550 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayAC3Shorts() local
559 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayIEC61937_32000() local
568 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayIEC61937_44100() local
577 SamplePlayerShorts player = new SamplePlayerShorts( in testPlayIEC61937_48000() local
599 SamplePlayerShorts player = new SamplePlayerShorts( in testPlaySineSweepShorts() local
608 SamplePlayerBytes player = new SamplePlayerBytes( in testPlaySineSweepBytes() local
617 SamplePlayerBytes player = new SamplePlayerBytes( in testPlaySineSweepBytes48000() local
626 … SamplePlayerShorts player = new SamplePlayerShorts(44100, AudioFormat.ENCODING_PCM_16BIT, in testPlaySineSweepShortsMono() local
636 SamplePlayerBytes player = new SamplePlayerBytes(44100, AudioFormat.ENCODING_PCM_16BIT, in testPlaySineSweepBytesMono() local
DVideoSurfaceView.java92 public void setMediaPlayer(MediaPlayer player) { in setMediaPlayer()
DDecodeAccuracyTest.java147 private SimplePlayer player; field in DecodeAccuracyTest
DMediaPlayerTest.java630 private void initMediaPlayer(MediaPlayer player) throws Exception { in initMediaPlayer()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DPlayerBuilder.java44 Player player = null; in build() local
/cts/apps/CtsVerifier/jni/megaaudio/player/
DOboePlayer.cpp164 OboePlayer* player = (OboePlayer*)native_player; in Java_org_hyphonate_megaaudio_player_OboePlayer_setupStreamN() local
171 OboePlayer* player = (OboePlayer*)native_player; in Java_org_hyphonate_megaaudio_player_OboePlayer_teardownStreamN() local
/cts/tests/tests/media/libaudiojni/
Dappendix-b-1-1-buffer-queue.cpp84 SLObjectItf player; in TestPlayMusicBufferQueue() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp112 status_t setNextPlayer(const sp<IMediaPlayer> &player) { return OK; } in setNextPlayer()
147 sp<IMediaPlayer> player = service->create( in main() local
/cts/tests/tests/drm/src/android/drm/cts/
DDRMTest.java267 MediaPlayer player = new MediaPlayer(); in testForwardLockAccess() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java446 MediaPlayer player = MediaPlayer.create(this, Settings.System.DEFAULT_NOTIFICATION_URI); in playSound() local