Searched defs:ChannelLayout (Results 1 - 2 of 2) sorted by relevance
/external/libopus/src/ |
H A D | opus_private.h | 44 typedef struct ChannelLayout { struct 49 } ChannelLayout; typedef in typeref:struct:ChannelLayout 51 int validate_layout(const ChannelLayout *layout); 52 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev); 53 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev); 54 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev);
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
H A D | audio_processing.h | 228 // TODO(mgraczyk): Remove once all methods that use ChannelLayout are gone. 229 enum ChannelLayout { enum in class:webrtc::AudioProcessing 280 ChannelLayout input_layout, 281 ChannelLayout output_layout, 282 ChannelLayout reverse_layout) = 0; 331 ChannelLayout input_layout, 333 ChannelLayout output_layout, 377 ChannelLayout layout) = 0;
|
Completed in 402 milliseconds