Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
Dvsock_frame_provider.h46 bool waitYUVFrame(unsigned int max_wait_ms);
Dvsock_frame_provider.cpp58 bool VsockFrameProvider::waitYUVFrame(unsigned int max_wait_ms) { in waitYUVFrame() function in cuttlefish::VsockFrameProvider
Dvsock_camera_device_session_3_4.cpp469 frame_provider_->waitYUVFrame(wait_timeout_ms); in processRequestLoop()