Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h345 void CaptureRGB(uint8_t* img, uint32_t width, uint32_t height,
DEmulatedSensor.cpp817 CaptureRGB((*b)->plane.img.img, (*b)->width, (*b)->height, in threadLoop()
828 CaptureRGB((*b)->plane.img.img, (*b)->width, (*b)->height, in threadLoop()
1336 void EmulatedSensor::CaptureRGB(uint8_t* img, uint32_t width, uint32_t height, in CaptureRGB() function in android::EmulatedSensor