Lines Matching refs:dimension
1190 * @sensor_dim : sensor output dimension (output)
1235 LOGH("sensor output dimension = %d x %d", sensor_dim.width, sensor_dim.height);
2602 int32_t dimension = (int32_t)((*it)->stream->width * (*it)->stream->height);
2604 if (dimension > maxJpegDim)
2605 maxJpegDim = dimension;
2609 if (dimension > maxRawDim)
2610 maxRawDim = dimension;
2612 if (dimension > maxProcessedDim)
2613 maxProcessedDim = dimension;
2623 //Find the smallest raw dimension that is greater or equal to jpeg dimension
2628 int32_t dimension = gCamCapability[mCameraId]->raw_dim[i].width *
2630 if (dimension >= maxProcessedDim && dimension < maxRawDim)
2631 maxRawDim = dimension;
6961 * RETURN : Largest supported Raw Dimension
6982 * DESCRIPTION: Calculates maximum jpeg dimension supported by the cameraId
7016 * @dim : configuration dimension
7468 * and one fixed fps range per dimension. Eg: for 120 FPS, advertise [30, 120]
8312 * DESCRIPTION: Returns the supported jpeg sizes based on the max dimension that