Lines Matching refs:dimension
1038 * @sensor_dim : sensor output dimension (output)
1083 LOGH("sensor output dimension = %d x %d", sensor_dim.width, sensor_dim.height);
2311 int32_t dimension = (int32_t)((*it)->stream->width * (*it)->stream->height);
2313 if (dimension > maxJpegDim)
2314 maxJpegDim = dimension;
2318 if (dimension > maxRawDim)
2319 maxRawDim = dimension;
2321 if (dimension > maxProcessedDim)
2322 maxProcessedDim = dimension;
2332 //Find the smallest raw dimension that is greater or equal to jpeg dimension
2337 int32_t dimension = gCamCapability[mCameraId]->raw_dim[i].width *
2339 if (dimension >= maxProcessedDim && dimension < maxRawDim)
2340 maxRawDim = dimension;
6080 * RETURN : Largest supported Raw Dimension
6101 * DESCRIPTION: Calculates maximum jpeg dimension supported by the cameraId
6135 * @dim : configuration dimension
7368 * DESCRIPTION: Returns the supported jpeg sizes based on the max dimension that