OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZeroFramesPartial
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/media/audio/
virtual_audio_output_stream.cc
82
audio_bus->
ZeroFramesPartial
(frames, audio_bus->frames() - frames);
audio_output_resampler.cc
395
dest->
ZeroFramesPartial
(frames, dest->frames() - frames);
/external/chromium_org/media/base/
audio_renderer_mixer_input.cc
89
audio_bus->
ZeroFramesPartial
(
audio_bus.cc
201
void AudioBus::
ZeroFramesPartial
(int start_frame, int frames) {
214
ZeroFramesPartial
(0, frames);
261
ZeroFramesPartial
(start_frame, frames);
268
ZeroFramesPartial
(frames, frames_ - frames);
audio_bus.h
69
//
ZeroFramesPartial
(). Frames are deinterleaved from the start of |source|
101
void
ZeroFramesPartial
(int start_frame, int frames);
audio_buffer.cc
160
dest->
ZeroFramesPartial
(dest_frame_offset, frames_to_copy);
audio_bus_unittest.cc
223
bus->
ZeroFramesPartial
(kFrameCount / 2, kFrameCount - kFrameCount / 2);
/external/chromium_org/media/audio/pulse/
pulse_output.cc
138
audio_bus_->
ZeroFramesPartial
(
pulse_unified.cc
172
output_bus_->
ZeroFramesPartial
(
/external/chromium_org/media/audio/sounds/
wav_audio_handler.cc
101
bus->
ZeroFramesPartial
(frames, bus->frames() - frames);
/external/chromium_org/media/filters/
audio_file_reader.cc
238
audio_bus->
ZeroFramesPartial
(
Completed in 503 milliseconds