Home | History | Annotate | Download | only in HAL3

Lines Matching refs:dimension

969  *   @sensor_dim : sensor output dimension (output)
1014 ALOGI("%s: sensor output dimension = %d x %d", __func__, sensor_dim.width, sensor_dim.height);
2108 int32_t dimension = (int32_t)((*it)->stream->width * (*it)->stream->height);
2110 if (dimension > maxJpegDim)
2111 maxJpegDim = dimension;
2115 if (dimension > maxRawDim)
2116 maxRawDim = dimension;
2118 if (dimension > maxProcessedDim)
2119 maxProcessedDim = dimension;
2129 //Find the smallest raw dimension that is greater or equal to jpeg dimension
2134 int32_t dimension = gCamCapability[mCameraId]->raw_dim[i].width *
2136 if (dimension >= maxProcessedDim && dimension < maxRawDim)
2137 maxRawDim = dimension;
5740 * RETURN : Largest supported Raw Dimension
5761 * DESCRIPTION: Calculates maximum jpeg dimension supported by the cameraId
5795 * @dim : configuration dimension
6959 * DESCRIPTION: Returns the supported jpeg sizes based on the max dimension that