OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECODE_ERROR
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/media/filters/
decoder_stream.h
46
DECODE_ERROR
, // Decoder returned decode error.
decoder_stream.cc
123
FROM_HERE, base::Bind(read_cb,
DECODE_ERROR
, scoped_refptr<Output>()));
322
SatisfyRead(
DECODE_ERROR
, NULL);
514
SatisfyRead(
DECODE_ERROR
, NULL);
video_frame_stream_unittest.cc
733
ASSERT_EQ(VideoFrameStream::
DECODE_ERROR
, last_read_status_);
752
// The error must surface from Read() as
DECODE_ERROR
.
758
EXPECT_EQ(VideoFrameStream::
DECODE_ERROR
, last_read_status_);
video_renderer_impl.cc
305
if (status == VideoFrameStream::
DECODE_ERROR
||
audio_renderer_impl.cc
387
if (status == AudioBufferStream::
DECODE_ERROR
) {
/external/chromium_org/content/renderer/media/
rtc_video_decoder.h
185
DECODE_ERROR
, // Decoding error happened.
rtc_video_decoder.cc
158
if (state_ == UNINITIALIZED || state_ ==
DECODE_ERROR
) {
189
if (state_ ==
DECODE_ERROR
) {
513
state_ =
DECODE_ERROR
;
/external/chromium_org/net/base/
sdch_manager.h
170
DECODE_ERROR
= 96, // Something went wrong during decode.
/external/chromium_org/net/filter/
sdch_filter.cc
146
SdchManager::SdchErrorRecovery(SdchManager::
DECODE_ERROR
);
Completed in 699 milliseconds