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

  /external/chromium_org/media/filters/
frame_processor_unittest.cc 134 void ProcessFrames(const std::string& audio_timestamps,
136 ASSERT_TRUE(frame_processor_->ProcessFrames(
306 ASSERT_FALSE(frame_processor_->ProcessFrames(
322 ASSERT_FALSE(frame_processor_->ProcessFrames(
343 ProcessFrames("0K", "");
359 ProcessFrames("", "0K");
375 ProcessFrames("0K 10K", "");
393 ProcessFrames("0K", "");
426 ProcessFrames("20K", "");
451 ProcessFrames("0K 10K", "")
    [all...]
frame_processor.h 27 virtual bool ProcessFrames(const StreamParser::BufferQueue& audio_buffers,
47 // and gets updated by ProcessFrames().
frame_processor_base.h 134 virtual bool ProcessFrames(const StreamParser::BufferQueue& audio_buffers,
148 // Otherwise, returns true, indicating future ProcessFrames() will emit
225 // The AudioDecoderConfig associated with buffers handed to ProcessFrames().
frame_processor.cc 39 bool FrameProcessor::ProcessFrames(
chunk_demuxer.cc 709 if (!frame_processor_->ProcessFrames(audio_buffers,
    [all...]

Completed in 52 milliseconds