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

  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTunneledPlayer.java 55 private Map<Integer, CodecState> mVideoCodecStates;
208 if (null == mVideoCodecStates) {
209 mVideoCodecStates = new HashMap<Integer, CodecState>();
211 mVideoCodecStates.clear();
280 mVideoCodecStates.put(Integer.valueOf(trackIndex), state);
311 for (CodecState state : mVideoCodecStates.values()) {
361 for (CodecState state : mVideoCodecStates.values()) {
385 for (CodecState state : mVideoCodecStates.values()) {
396 if (mVideoCodecStates != null) {
397 for (CodecState state : mVideoCodecStates.values())
    [all...]
MediaCodecClearKeyPlayer.java 79 private Map<Integer, CodecState> mVideoCodecStates;
375 if (null == mVideoCodecStates) {
376 mVideoCodecStates = new HashMap<Integer, CodecState>();
378 mVideoCodecStates.clear();
427 mVideoCodecStates.put(Integer.valueOf(trackIndex), state);
488 for (CodecState state : mVideoCodecStates.values()) {
533 for (CodecState state : mVideoCodecStates.values()) {
557 if (mVideoCodecStates != null) {
558 for (CodecState state : mVideoCodecStates.values()) {
561 mVideoCodecStates = null
    [all...]

Completed in 59 milliseconds