Searched refs:NUM_STREAMS (Results 1 – 1 of 1) sorted by relevance
121 constexpr uint32_t NUM_STREAMS = sizeof(STREAMS) / sizeof(STREAMS[0]); variable124 CHECK(stream_id < NUM_STREAMS) << "Invalid stream id: " << stream_id; in IsCapture()286 stream_descs_(NUM_STREAMS), in AudioHandler()296 NUM_STREAMS, NUM_JACKS, NUM_CHMAPS, in Loop()317 if (cmd.start_id() >= NUM_STREAMS || in StreamsInfo()318 cmd.start_id() + cmd.count() > NUM_STREAMS) { in StreamsInfo()328 if (cmd.stream_id() >= NUM_STREAMS) { in SetStreamParameters()354 if (cmd.stream_id() >= NUM_STREAMS) { in PrepareStream()362 if (cmd.stream_id() >= NUM_STREAMS) { in ReleaseStream()370 if (cmd.stream_id() >= NUM_STREAMS) { in StartStream()[all …]