Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dcamera_streamer.cpp122 cvd_connection_.WriteStrides(y, frame->width(), frame->height(), in VsockSendYUVFrame()
124 cvd_connection_.WriteStrides(u, chroma_width, chroma_height, in VsockSendYUVFrame()
126 cvd_connection_.WriteStrides(v, chroma_width, chroma_height, in VsockSendYUVFrame()
/device/google/cuttlefish/common/libs/utils/
Dvsock_connection.h61 bool WriteStrides(const char* data, unsigned int size,
Dvsock_connection.cpp202 bool VsockConnection::WriteStrides(const char* data, unsigned int size, in WriteStrides() function in cuttlefish::VsockConnection