Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
Dcached_stream_buffer.h63 YCbCrLayout acquireAsYUV(int32_t width, int32_t height, int timeout_ms);
Dcached_stream_buffer.cpp88 YCbCrLayout CachedStreamBuffer::acquireAsYUV(int32_t width, int32_t height, in acquireAsYUV() function in android::hardware::camera::device::V3_4::implementation::CachedStreamBuffer
Dvsock_camera_device_session_3_4.cpp496 buffer->acquireAsYUV(stream.width, stream.height, wait_timeout_ms); in processRequestLoop()