Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h403 static void RemosaicQuadBayerBlock(uint16_t* img_in, uint16_t* img_out,
407 static status_t RemosaicRAW16Image(uint16_t* img_in, uint16_t* img_out,
DEmulatedSensor.cpp1419 void EmulatedSensor::RemosaicQuadBayerBlock(uint16_t* img_in, uint16_t* img_out, in RemosaicQuadBayerBlock() argument
1428 img_in + (ystart + row) * (row_stride_in_bytes / 2) + xstart; in RemosaicQuadBayerBlock()
1444 status_t EmulatedSensor::RemosaicRAW16Image(uint16_t* img_in, uint16_t* img_out, in RemosaicRAW16Image() argument
1456 RemosaicQuadBayerBlock(img_in, img_out, i, j, row_stride_in_bytes); in RemosaicRAW16Image()