Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
Dvsock_frame_provider.h47 bool copyYUVFrame(uint32_t width, uint32_t height, YCbCrLayout dst);
Dvsock_frame_provider.cpp73 bool VsockFrameProvider::copyYUVFrame(uint32_t w, uint32_t h, YCbCrLayout dst) { in copyYUVFrame() function in cuttlefish::VsockFrameProvider
Dvsock_camera_device_session_3_4.cpp498 frame_provider_->copyYUVFrame(stream.width, stream.height, dst_yuv); in processRequestLoop()