Searched refs:CaptureRaw (Results 1 – 2 of 2) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.h | 418 void CaptureRaw(uint8_t* img, size_t row_stride_in_bytes, uint32_t gain,
|
D | EmulatedSensor.cpp | 1465 CaptureRaw(img, row_stride_in_bytes, gain, chars, /*in_sensor_zoom*/ false, in CaptureRawBinned() 1474 CaptureRaw(img, row_stride_in_bytes, gain, chars, /*in_sensor_zoom*/ true, in CaptureRawInSensorZoom() 1482 CaptureRaw(img, row_stride_in_bytes, gain, chars, /*inSensorZoom*/ false, in CaptureRawFullRes() 1487 void EmulatedSensor::CaptureRaw(uint8_t* img, size_t row_stride_in_bytes, in CaptureRaw() function in android::EmulatedSensor
|