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