Searched refs:PIPELINE_ERROR_DECODE (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/media/base/
H A Dpipeline_status.h21 PIPELINE_ERROR_DECODE = 3, enumerator in enum:media::PipelineStatus
H A Dmedia_log.cc74 case PIPELINE_ERROR_DECODE:
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_regression_tests.cc134 FFMPEG_TEST_CASE(Cr140165, "security/140165.ogg", PIPELINE_ERROR_DECODE,
135 PIPELINE_ERROR_DECODE, kNullVideoHash, kNullAudioHash);
141 FFMPEG_TEST_CASE(Cr152691, "security/152691.mp3", PIPELINE_ERROR_DECODE,
142 PIPELINE_ERROR_DECODE, kNullVideoHash, kNullAudioHash);
143 FFMPEG_TEST_CASE(Cr161639, "security/161639.m4a", PIPELINE_ERROR_DECODE,
144 PIPELINE_ERROR_DECODE, kNullVideoHash, kNullAudioHash);
145 FFMPEG_TEST_CASE(Cr222754, "security/222754.mp4", PIPELINE_ERROR_DECODE,
146 PIPELINE_ERROR_DECODE, kNullVideoHash, kNullAudioHash);
150 FFMPEG_TEST_CASE(Cr234630b, "security/234630b.mov", PIPELINE_ERROR_DECODE,
151 PIPELINE_ERROR_DECODE, kNullVideoHas
[all...]
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_util.cc62 case media::PIPELINE_ERROR_DECODE:
H A Dwebmediasourceclient_impl.cc80 pipeline_status = media::PIPELINE_ERROR_DECODE;
/external/chromium_org/media/filters/
H A Dpipeline_integration_test.cc562 EXPECT_EQ(PIPELINE_ERROR_DECODE, pipeline_status_);
572 EXPECT_EQ(PIPELINE_ERROR_DECODE, WaitUntilEndedOrError());
600 EXPECT_EQ(PIPELINE_ERROR_DECODE, WaitUntilEndedOrError());
674 EXPECT_EQ(PIPELINE_ERROR_DECODE, pipeline_status_);
684 EXPECT_EQ(PIPELINE_ERROR_DECODE, WaitUntilEndedOrError());
712 EXPECT_EQ(PIPELINE_ERROR_DECODE, WaitUntilEndedOrError());
721 ASSERT_EQ(WaitUntilEndedOrError(), PIPELINE_ERROR_DECODE); local
H A Dvideo_renderer_base_unittest.cc470 WaitForError(PIPELINE_ERROR_DECODE);
480 Preroll(kFrameDurationInMs * 6, PIPELINE_ERROR_DECODE);
H A Dchunk_demuxer_unittest.cc991 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
1087 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
1109 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
1132 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
1185 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
1186 MarkEndOfStream(PIPELINE_ERROR_DECODE);
2609 EXPECT_CALL(host_, OnDemuxerError(PIPELINE_ERROR_DECODE));
H A Daudio_renderer_impl.cc610 PipelineStatus status = is_decode_error ? PIPELINE_ERROR_DECODE : PIPELINE_OK;
H A Ddecrypting_audio_decoder.cc67 base::ResetAndReturn(&init_cb_).Run(PIPELINE_ERROR_DECODE);
H A Dvideo_renderer_base.cc346 PipelineStatus error = PIPELINE_ERROR_DECODE;
H A Ddecrypting_audio_decoder_unittest.cc263 InitializeAndExpectStatus(config, PIPELINE_ERROR_DECODE);
H A Dchunk_demuxer.cc1025 ReportError_Locked(PIPELINE_ERROR_DECODE);
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc847 case media::PIPELINE_ERROR_DECODE:

Completed in 138 milliseconds