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

  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTunneledPlayer.java 48 private CodecState mAudioTrackState;
73 mAudioTrackState = null;
88 if (mAudioTrackState != null) {
89 mAudioTrackState.process();
260 if (mAudioTrackState != null) {
288 mAudioTrackState = state;
469 if (mAudioTrackState == null) {
473 return mAudioTrackState.getAudioTimeUs();
MediaCodecClearKeyPlayer.java 68 private CodecState mAudioTrackState;
145 if (mAudioTrackState != null) {
146 mAudioTrackState.process();
154 if (mAudioTrackState != null) {
155 mAudioTrackState.stop();
409 mAudioTrackState = state;
603 if (mAudioTrackState == null) {
607 return mAudioTrackState.getAudioTimeUs();

Completed in 5913 milliseconds