Searched refs:WriteStrides (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | camera_streamer.cpp | 117 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/ |
D | vsock_connection.h | 60 bool WriteStrides(const char* data, unsigned int size,
|
D | vsock_connection.cpp | 183 bool VsockConnection::WriteStrides(const char* data, unsigned int size, in WriteStrides() function in cuttlefish::VsockConnection
|