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

  /external/chromium_org/media/filters/
frame_processor_unittest.cc 133 void ProcessFrames(const std::string& audio_timestamps,
135 ASSERT_TRUE(frame_processor_->ProcessFrames(
305 ASSERT_FALSE(frame_processor_->ProcessFrames(
321 ASSERT_FALSE(frame_processor_->ProcessFrames(
342 ProcessFrames("0K", "");
358 ProcessFrames("", "0K");
374 ProcessFrames("0K 10K", "");
392 ProcessFrames("0K", "");
425 ProcessFrames("20K", "");
450 ProcessFrames("0K 10K", "")
    [all...]
frame_processor.h 55 bool ProcessFrames(const StreamParser::BufferQueue& audio_buffers,
69 // Otherwise, returns true, indicating future ProcessFrames() will emit
145 // The AudioDecoderConfig associated with buffers handed to ProcessFrames().
163 // and gets updated by ProcessFrames().
frame_processor.cc 186 bool FrameProcessor::ProcessFrames(
672 // processed frames for each track buffer at end of ProcessFrames() or prior
chunk_demuxer.cc 744 if (!frame_processor_->ProcessFrames(audio_buffers,
    [all...]

Completed in 1132 milliseconds