Home | History | Annotate | Download | only in test

Lines Matching refs:frames

78 //   WebM file as source of video frames.
442 audio_sent_ts_->AddFrames(bus->frames());
536 // Make a shallow copy of packet so we can slide packet.data as frames are
589 audio_fifo_input_bus_->frames())) {
595 if (audio_fifo_input_bus_->frames() + audio_fifo_->frames()
603 if (audio_fifo_->frames() <
612 audio_resampler_->Resample(resampled_bus->frames(),
678 if (audio_fifo_->frames() >= output_bus->frames()) {
679 audio_fifo_->Consume(output_bus, 0, output_bus->frames());
705 // The following three members are used only for fake frames.