Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/audio_connector/
Dshm_layout.h178 constexpr uint8_t VIRTIO_SND_CHMAP_MAX_SIZE = 18; variable
183 uint8_t positions[VIRTIO_SND_CHMAP_MAX_SIZE];
Dcommands.cpp70 auto channels = std::min(VIRTIO_SND_CHMAP_MAX_SIZE, reply[i].channels); in Reply()