Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp50 const virtio_snd_pcm_info STREAMS[] = {{ variable
121 constexpr uint32_t NUM_STREAMS = sizeof(STREAMS) / sizeof(STREAMS[0]);
125 return STREAMS[stream_id].direction == in IsCapture()
323 &STREAMS[cmd.start_id()], &STREAMS[0] + cmd.start_id() + cmd.count()); in StreamsInfo()
332 const auto& stream_info = STREAMS[cmd.stream_id()]; in SetStreamParameters()