Home | History | Annotate | Download | only in stress

Lines Matching refs:CodecTest

29 import com.android.mediaframeworktest.functional.CodecTest;
79 output.write(" Complete: " + CodecTest.onCompleteSuccess);
80 output.write(" Error: " + CodecTest.mPlaybackError);
81 output.write(" Unknown Info: " + CodecTest.mMediaInfoUnknownCount);
82 output.write(" Track Lagging: " + CodecTest.mMediaInfoVideoTrackLaggingCount);
83 output.write(" Bad Interleaving: " + CodecTest.mMediaInfoBadInterleavingCount);
84 output.write(" Not Seekable: " + CodecTest.mMediaInfoNotSeekableCount);
85 output.write(" Info Meta data update: " + CodecTest.mMediaInfoMetdataUpdateCount);
102 if (CodecTest.onCompleteSuccess){
105 else if (CodecTest.mPlaybackError){
108 mTotalInfoUnknown += CodecTest.mMediaInfoUnknownCount;
109 mTotalVideoTrackLagging += CodecTest.mMediaInfoVideoTrackLaggingCount;
110 mTotalBadInterleaving += CodecTest.mMediaInfoBadInterleavingCount;
111 mTotalNotSeekable += CodecTest.mMediaInfoNotSeekableCount;
112 mTotalMetaDataUpdate += CodecTest.mMediaInfoMetdataUpdateCount;
147 CodecTest.playMediaSamples(filename, 60000);