Home
last modified time | relevance | path

Searched refs:CHANNEL_LAYOUT_UNSUPPORTED (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/api/audio/
Dchannel_layout.cc200 return CHANNEL_LAYOUT_UNSUPPORTED; in GuessChannelLayout()
213 case CHANNEL_LAYOUT_UNSUPPORTED: in ChannelLayoutToString()
Dchannel_layout.h22 CHANNEL_LAYOUT_UNSUPPORTED = 1, enumerator
Daudio_frame.cc85 if (channel_layout_ != CHANNEL_LAYOUT_UNSUPPORTED) { in UpdateFrame()
/external/webrtc/audio/utility/
Dchannel_mixing_matrix.cc37 RTC_CHECK_NE(layout, CHANNEL_LAYOUT_UNSUPPORTED); in ValidateLayout()
/external/openscreen/cast/streaming/
Dremoting.proto84 CHANNEL_LAYOUT_UNSUPPORTED = 1; enumerator
/external/openscreen/cast/cast_core/api/runtime/
Dcast_audio_decoder_service.proto51 CHANNEL_LAYOUT_UNSUPPORTED = 0; enumerator