Home | History | Annotate | Download | only in HAL3

Lines Matching refs:dimension

1020  *   @sensor_dim : sensor output dimension (output)
1065 ALOGI("%s: sensor output dimension = %d x %d", __func__, sensor_dim.width, sensor_dim.height);
2165 int32_t dimension = (int32_t)((*it)->stream->width * (*it)->stream->height);
2167 if (dimension > maxJpegDim)
2168 maxJpegDim = dimension;
2172 if (dimension > maxRawDim)
2173 maxRawDim = dimension;
2175 if (dimension > maxProcessedDim)
2176 maxProcessedDim = dimension;
2186 //Find the smallest raw dimension that is greater or equal to jpeg dimension
2191 int32_t dimension = gCamCapability[mCameraId]->raw_dim[i].width *
2193 if (dimension >= maxProcessedDim && dimension < maxRawDim)
2194 maxRawDim = dimension;
5881 * RETURN : Largest supported Raw Dimension
5902 * DESCRIPTION: Calculates maximum jpeg dimension supported by the cameraId
5936 * @dim : configuration dimension
7102 * DESCRIPTION: Returns the supported jpeg sizes based on the max dimension that