Home
last modified time | relevance | path

Searched defs:stream_id (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/host/libs/audio_connector/
Dcommands.cpp106 uint32_t stream_id) in StreamControlCommand()
116 uint32_t stream_id, uint32_t buffer_bytes, uint32_t period_bytes, in StreamSetParamsCommand()
Dbuffers.cpp47 uint32_t ShmBuffer::stream_id() const { in stream_id() function in cuttlefish::ShmBuffer
Dserver.cpp245 uint32_t stream_id = pcm_op_msg->stream_id.as_uint32_t(); in ReceiveCommands() local
324 const uint32_t stream_id = msg_hdr->io_xfer.stream_id.as_uint32_t(); in ReceivePlayback() local
350 const uint32_t stream_id = msg_hdr->io_xfer.stream_id.as_uint32_t(); in ReceiveCapture() local
Dcommands.h95 uint32_t stream_id() const { return stream_id_; } in stream_id() function
Dshm_layout.h200 Le32 stream_id; member
215 Le32 stream_id; member
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp268 int stream_id = NUM_INPUT_STREAMS + i; in AudioHandler() local
395 auto stream_id = buffer.stream_id(); in OnPlaybackBuffer() local
464 auto stream_id = buffer.stream_id(); in OnCaptureBuffer() local
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_device_session_3_4.cpp436 int32_t stream_id, ErrorCode code) { in notifyError()
481 auto stream_id = buffer ? buffer->streamId() : -1; in processRequestLoop() local
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js247 getStream(stream_id) { argument
254 onStream(stream_id) { argument
Dapp.js196 #addAudioStream(stream_id, audioPlaybackCtrl) { argument