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

  /external/chromium_org/media/filters/
decrypting_audio_decoder_unittest.cc 126 void ReadAndExpectFrameReadyWith(
155 ReadAndExpectFrameReadyWith(AudioDecoder::kOk, decoded_frame_);
162 ReadAndExpectFrameReadyWith(AudioDecoder::kOk, end_of_stream_frame_);
305 ReadAndExpectFrameReadyWith(AudioDecoder::kDecodeError, NULL);
323 ReadAndExpectFrameReadyWith(AudioDecoder::kOk, decoded_frame_);
349 ReadAndExpectFrameReadyWith(AudioDecoder::kOk, decoded_frame_);
350 ReadAndExpectFrameReadyWith(AudioDecoder::kOk, frame_a);
351 ReadAndExpectFrameReadyWith(AudioDecoder::kOk, frame_b);
369 ReadAndExpectFrameReadyWith(AudioDecoder::kAborted, NULL);
396 ReadAndExpectFrameReadyWith(AudioDecoder::kOk, decoded_frame_)
    [all...]
decrypting_video_decoder_unittest.cc 106 void ReadAndExpectFrameReadyWith(
130 ReadAndExpectFrameReadyWith(
138 ReadAndExpectFrameReadyWith(DecoderBuffer::CreateEOSBuffer(),
282 ReadAndExpectFrameReadyWith(
286 ReadAndExpectFrameReadyWith(
301 ReadAndExpectFrameReadyWith(
303 ReadAndExpectFrameReadyWith(

Completed in 596 milliseconds