Home
last modified time | relevance | path

Searched refs:WriteStrides (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dcamera_streamer.cpp117 cvd_connection_.WriteStrides(y, frame->width(), frame->height(), in VsockSendYUVFrame()
119 cvd_connection_.WriteStrides(u, chroma_width, chroma_height, in VsockSendYUVFrame()
121 cvd_connection_.WriteStrides(v, chroma_width, chroma_height, in VsockSendYUVFrame()
/device/google/cuttlefish/common/libs/utils/
Dvsock_connection.h60 bool WriteStrides(const char* data, unsigned int size,
Dvsock_connection.cpp183 bool VsockConnection::WriteStrides(const char* data, unsigned int size, in WriteStrides() function in cuttlefish::VsockConnection