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

  /external/chromium_org/media/filters/
audio_decoder_selector_unittest.cc 55 MOCK_METHOD2(OnDecoderSelected,
60 OnDecoderSelected(decoder.get(), stream.get());
129 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
165 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
178 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
205 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, IsNull()));
232 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
253 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
264 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
285 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, NotNull()))
    [all...]
video_decoder_selector_unittest.cc 55 MOCK_METHOD2(OnDecoderSelected,
61 OnDecoderSelected(decoder.get(), stream.get());
125 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
163 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
176 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
203 EXPECT_CALL(*this, OnDecoderSelected(decoder_2_, IsNull()));
230 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, IsNull()));
251 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
262 EXPECT_CALL(*this, OnDecoderSelected(IsNull(), IsNull()));
283 EXPECT_CALL(*this, OnDecoderSelected(decoder_1_, NotNull()))
    [all...]
decoder_stream.h 132 void OnDecoderSelected(
decoder_stream.cc 82 base::Bind(&DecoderStream<StreamType>::OnDecoderSelected,
243 void DecoderStream<StreamType>::OnDecoderSelected(

Completed in 336 milliseconds