Lines Matching refs:dimension
1096 * @sensor_dim : sensor output dimension (output)
1141 LOGH("sensor output dimension = %d x %d", sensor_dim.width, sensor_dim.height);
2491 int32_t dimension = (int32_t)((*it)->stream->width * (*it)->stream->height);
2493 if (dimension > maxJpegDim)
2494 maxJpegDim = dimension;
2498 if (dimension > maxRawDim)
2499 maxRawDim = dimension;
2501 if (dimension > maxProcessedDim)
2502 maxProcessedDim = dimension;
2512 //Find the smallest raw dimension that is greater or equal to jpeg dimension
2517 int32_t dimension = gCamCapability[mCameraId]->raw_dim[i].width *
2519 if (dimension >= maxProcessedDim && dimension < maxRawDim)
2520 maxRawDim = dimension;
6820 * RETURN : Largest supported Raw Dimension
6841 * DESCRIPTION: Calculates maximum jpeg dimension supported by the cameraId
6875 * @dim : configuration dimension
7327 * and one fixed fps range per dimension. Eg: for 120 FPS, advertise [30, 120]
8167 * DESCRIPTION: Returns the supported jpeg sizes based on the max dimension that