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

  /external/chromium_org/content/renderer/media/
webaudio_capturer_source.cc 78 wrapper_bus_->set_frames(number_of_frames);
webaudiosourceprovider_impl.cc 95 bus_wrapper_->set_frames(number_of_frames);
  /external/chromium_org/media/base/
audio_bus.h 34 // It's expected to be used with SetChannelData() and set_frames() to
97 void set_frames(int frames);
127 // Protect SetChannelData() and set_frames() for use by CreateWrapper().
multi_channel_resampler.cc 30 wrapped_resampler_audio_bus_->set_frames(request_size);
audio_hash_unittest.cc 31 wrapped_bus->set_frames(audio_bus->frames());
84 swapped_ch_bus->set_frames(bus_one_->frames());
135 half_bus->set_frames(half_frames);
audio_bus.cc 191 void AudioBus::set_frames(int frames) { function in class:media::AudioBus
  /external/chromium_org/media/audio/mac/
audio_auhal_mac.cc 57 bus->set_frames(frames);
audio_synchronized_mac.cc 63 bus->set_frames(frames);
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.cc 332 converter_bus_->set_frames(total_frames);

Completed in 226 milliseconds