/external/webrtc/webrtc/modules/audio_processing/include/ |
mock_audio_processing.h | 186 ChannelLayout input_layout, 219 ChannelLayout input_layout, 233 ChannelLayout input_layout));
|
audio_processing.h | 280 ChannelLayout input_layout, 321 // |input_layout|. At output, the channels will be arranged according to 331 ChannelLayout input_layout, [all...] |
/external/webrtc/webrtc/modules/audio_processing/ |
audio_processing_impl.h | 54 ChannelLayout input_layout, 71 ChannelLayout input_layout,
|
audio_processing_impl.cc | 296 ChannelLayout input_layout, 301 ChannelsFromLayout(input_layout), 302 LayoutHasKeyboard(input_layout)}, 560 ChannelLayout input_layout, 577 input_stream.set_num_channels(ChannelsFromLayout(input_layout)); 578 input_stream.set_has_keyboard(LayoutHasKeyboard(input_layout)); [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_context.h | 48 refcnt_ptr<GalliumD3D11InputLayout, PtrTraits> input_layout; member in struct:GalliumD3D11DeviceContext 569 if(new_input_layout != input_layout.p) 571 input_layout = new_input_layout; 580 *out_input_layout = input_layout.ref(); [all...] |
/external/webrtc/talk/media/webrtc/ |
fakewebrtcvoiceengine.h | 67 webrtc::AudioProcessing::ChannelLayout input_layout, 90 webrtc::AudioProcessing::ChannelLayout input_layout,
|