Home
last modified time | relevance | path

Searched defs:StreamDesc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.h45 struct StreamDesc { struct
46 std::mutex mtx;
47 int bits_per_sample = -1;
48 int sample_rate = -1;
49 int channels = -1;
50 bool active = false;
51 HoldingBuffer buffer;
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dshm_streams.rs53 struct StreamDesc { struct
61 stream_descs: Vec<StreamDesc>, argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp463 Stream::create(const Directory &StreamDesc, const object::MinidumpFile &File) { in create()
556 for (const Directory &StreamDesc : File.streams()) { in create() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp463 Stream::create(const Directory &StreamDesc, const object::MinidumpFile &File) { in create()
556 for (const Directory &StreamDesc : File.streams()) { in create() local