Home
last modified time | relevance | path

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

/device/google/cuttlefish_vmm/x86_64-linux-gnu/
DCargo.lock176 name = "audio_streams"
191 "audio_streams",
207 "audio_streams",
229 "audio_streams",
613 "audio_streams",
728 "audio_streams",
923 "audio_streams",
1596 "audio_streams",
3028 "audio_streams",
/device/google/cuttlefish_vmm/aarch64-linux-gnu/
DCargo.lock176 name = "audio_streams"
191 "audio_streams",
207 "audio_streams",
229 "audio_streams",
613 "audio_streams",
728 "audio_streams",
923 "audio_streams",
1596 "audio_streams",
3028 "audio_streams",
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp441 Json::Value audio_streams(Json::ValueType::arrayValue); in OnOpen() local
445 audio_streams.append(audio); in OnOpen()
447 device_info[kAudioStreamsField] = audio_streams; in OnOpen()
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js343 for (const audio_desc of this.#deviceConnection.description.audio_streams) {