Home
last modified time | relevance | path

Searched refs:mVideoCodecStates (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTunneledPlayer.java55 private Map<Integer, CodecState> mVideoCodecStates; field in MediaCodecTunneledPlayer
208 if (null == mVideoCodecStates) { in prepare()
209 mVideoCodecStates = new HashMap<Integer, CodecState>(); in prepare()
211 mVideoCodecStates.clear(); in prepare()
280 mVideoCodecStates.put(Integer.valueOf(trackIndex), state); in addTrack()
311 for (CodecState state : mVideoCodecStates.values()) { in start()
361 for (CodecState state : mVideoCodecStates.values()) { in pause()
385 for (CodecState state : mVideoCodecStates.values()) { in flush()
396 if (mVideoCodecStates != null) { in reset()
397 for (CodecState state : mVideoCodecStates.values()) { in reset()
[all …]
DMediaCodecClearKeyPlayer.java79 private Map<Integer, CodecState> mVideoCodecStates; field in MediaCodecClearKeyPlayer
375 if (null == mVideoCodecStates) { in prepare()
376 mVideoCodecStates = new HashMap<Integer, CodecState>(); in prepare()
378 mVideoCodecStates.clear(); in prepare()
427 mVideoCodecStates.put(Integer.valueOf(trackIndex), state); in addTrack()
488 for (CodecState state : mVideoCodecStates.values()) { in start()
533 for (CodecState state : mVideoCodecStates.values()) { in pause()
557 if (mVideoCodecStates != null) { in reset()
558 for (CodecState state : mVideoCodecStates.values()) { in reset()
561 mVideoCodecStates = null; in reset()
[all …]