Home | History | Annotate | Download | only in stress

Lines Matching refs:write

78         output.write("URL: " + filename);
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);
86 output.write("\n");
90 output.write("Total Result:\n");
91 output.write("Total Complete: " + mTotalComplete + "\n");
92 output.write("Total Error: " + mTotalPlaybackError + "\n");
93 output.write("Total Unknown Info: " + mTotalInfoUnknown + "\n");
94 output.write("Total Track Lagging: " + mTotalVideoTrackLagging + "\n" );
95 output.write("Total Bad Interleaving: " + mTotalBadInterleaving + "\n");
96 output.write("Total Not Seekable: " + mTotalNotSeekable + "\n");
97 output.write("Total Info Meta data update: " + mTotalMetaDataUpdate + "\n");
98 output.write("\n");
155 //Write test result to an output file