Home
last modified time | relevance | path

Searched refs:CaptureRGB (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h423 void CaptureRGB(uint8_t* img, uint32_t width, uint32_t height,
DEmulatedSensor.cpp1035 CaptureRGB((*b)->plane.img.img, (*b)->width, (*b)->height, in threadLoop()
1047 CaptureRGB((*b)->plane.img.img, (*b)->width, (*b)->height, in threadLoop()
1559 void EmulatedSensor::CaptureRGB(uint8_t* img, uint32_t width, uint32_t height, in CaptureRGB() function in android::EmulatedSensor