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 72 private CodecState mAudioTrackState;
154 if (mAudioTrackState != null) {
155 mAudioTrackState.process();
166 if (mAudioTrackState != null) {
167 mAudioTrackState.stop();
436 mAudioTrackState = state;
663 if (mAudioTrackState == null) {
667 return mAudioTrackState.getAudioTimeUs();

Completed in 1587 milliseconds