Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp103 constexpr uint32_t NUM_INPUT_STREAMS = 1; variable
262 stream_descs_(audio_sinks_.size() + NUM_INPUT_STREAMS), in AudioHandler()
268 int stream_id = NUM_INPUT_STREAMS + i; in AudioHandler()
412 auto sink_id = stream_id - NUM_INPUT_STREAMS; in OnPlaybackBuffer()