Searched refs:img_in (Results 1 – 2 of 2) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.h | 330 static void RemosaicQuadBayerBlock(uint16_t* img_in, uint16_t* img_out, 334 static status_t RemosaicRAW16Image(uint16_t* img_in, uint16_t* img_out,
|
D | EmulatedSensor.cpp | 1183 void EmulatedSensor::RemosaicQuadBayerBlock(uint16_t* img_in, uint16_t* img_out, in RemosaicQuadBayerBlock() argument 1192 img_in + (ystart + row) * (row_stride_in_bytes / 2) + xstart; in RemosaicQuadBayerBlock() 1208 status_t EmulatedSensor::RemosaicRAW16Image(uint16_t* img_in, uint16_t* img_out, in RemosaicRAW16Image() argument 1220 RemosaicQuadBayerBlock(img_in, img_out, i, j, row_stride_in_bytes); in RemosaicRAW16Image()
|