OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnDecoderStopped
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/filters/
video_frame_stream.h
135
void
OnDecoderStopped
();
fake_video_decoder_unittest.cc
202
void
OnDecoderStopped
() {
222
decoder_->Stop(base::Bind(&FakeVideoDecoderTest::
OnDecoderStopped
,
video_frame_stream.cc
357
// If !stop_cb_.is_null(), it will be handled in
OnDecoderStopped
().
407
decoder_->Stop(base::Bind(&VideoFrameStream::
OnDecoderStopped
, weak_this_));
410
void VideoFrameStream::
OnDecoderStopped
() {
Completed in 94 milliseconds