Searched refs:source_frames (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler.h28 PushSincResampler(int source_frames, int destination_frames);
31 // Perform the resampling. |source_frames| must always equal the
32 // |source_frames| provided at construction. |destination_capacity| must be
36 int Resample(const int16_t* source, int source_frames,
39 int source_frames,
H A Dpush_sinc_resampler.cc20 PushSincResampler::PushSincResampler(int source_frames, int destination_frames) argument
21 : resampler_(new SincResampler(source_frames * 1.0 / destination_frames,
22 source_frames,
66 // pass, and we'd have to introduce an entire |source_frames| of delay, rather
71 // |source_frames|.
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor.cc119 MediaStreamAudioFifo(int channels, int source_frames, argument
121 : source_frames_(source_frames),
124 if (source_frames != destination_frames) {
128 const int fifo_frames = 2 * std::max(source_frames, destination_frames);
/external/chromium_org/net/websockets/
H A Dwebsocket_channel_test.cc324 const InitFrame (&source_frames)[N]) {
328 const InitFrame& source_frame = source_frames[i];
350 ACTION_P(ReturnFrames, source_frames) {
351 *arg0 = CreateFrameVector(*source_frames);
/external/lldb/examples/python/
H A Dcrashlog.py693 if (options.source_all or thread.did_crash()) and display_frame_idx < options.source_frames and options.source_context:
736 option_parser.add_option('--source-frames' , type='int', metavar='NFRAMES', dest='source_frames', help='show source for NFRAMES (default = 4)', default=4)

Completed in 6774 milliseconds