Searched refs:img_in (Results 1 – 2 of 2) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.h | 399 static void RemosaicQuadBayerBlock(uint16_t* img_in, uint16_t* img_out, 403 static status_t RemosaicRAW16Image(uint16_t* img_in, uint16_t* img_out,
|
D | EmulatedSensor.cpp | 1388 void EmulatedSensor::RemosaicQuadBayerBlock(uint16_t* img_in, uint16_t* img_out, in RemosaicQuadBayerBlock() argument 1397 img_in + (ystart + row) * (row_stride_in_bytes / 2) + xstart; in RemosaicQuadBayerBlock() 1413 status_t EmulatedSensor::RemosaicRAW16Image(uint16_t* img_in, uint16_t* img_out, in RemosaicRAW16Image() argument 1425 RemosaicQuadBayerBlock(img_in, img_out, i, j, row_stride_in_bytes); in RemosaicRAW16Image()
|