Searched defs:ChannelLayout (Results 1 - 2 of 2) sorted by relevance

/external/libopus/src/
H A Dopus_private.h46 typedef struct ChannelLayout { struct
51 } ChannelLayout; typedef in typeref:struct:ChannelLayout
53 int validate_layout(const ChannelLayout *layout);
54 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev);
55 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev);
56 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev);
/external/webrtc/webrtc/modules/audio_processing/include/
H A Daudio_processing.h228 // 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 86 milliseconds