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

  /external/chromium_org/media/filters/
decoder_stream.h 45 DECODE_ERROR, // Decoder returned decode error.
decoder_stream.cc 102 FROM_HERE, base::Bind(read_cb, DECODE_ERROR, scoped_refptr<Output>()));
341 SatisfyRead(DECODE_ERROR, NULL);
536 SatisfyRead(DECODE_ERROR, NULL);
video_frame_stream_unittest.cc 700 ASSERT_EQ(VideoFrameStream::DECODE_ERROR, last_read_status_);
719 // The error must surface from Read() as DECODE_ERROR.
725 EXPECT_EQ(VideoFrameStream::DECODE_ERROR, last_read_status_);
video_renderer_impl.cc 335 if (status == VideoFrameStream::DECODE_ERROR ||
audio_renderer_impl.cc 401 if (status == AudioBufferStream::DECODE_ERROR) {
  /external/chromium_org/net/base/
sdch_manager.h 155 DECODE_ERROR = 96, // Something went wrong during decode.
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.h 195 DECODE_ERROR, // Decoding error happened.
rtc_video_decoder.cc 156 if (state_ == UNINITIALIZED || state_ == DECODE_ERROR) {
187 if (state_ == DECODE_ERROR) {
504 state_ = DECODE_ERROR;
  /external/chromium_org/net/filter/
sdch_filter.cc 112 SdchManager::SdchErrorRecovery(SdchManager::DECODE_ERROR);

Completed in 5259 milliseconds