Home | History | Annotate | Download | only in HAL3

Lines Matching refs:dimension

1124  *   @sensor_dim : sensor output dimension (output)
1169 LOGH("sensor output dimension = %d x %d", sensor_dim.width, sensor_dim.height);
2521 int32_t dimension = (int32_t)((*it)->stream->width * (*it)->stream->height);
2523 if (dimension > maxJpegDim)
2524 maxJpegDim = dimension;
2528 if (dimension > maxRawDim)
2529 maxRawDim = dimension;
2531 if (dimension > maxProcessedDim)
2532 maxProcessedDim = dimension;
2542 //Find the smallest raw dimension that is greater or equal to jpeg dimension
2547 int32_t dimension = gCamCapability[mCameraId]->raw_dim[i].width *
2549 if (dimension >= maxProcessedDim && dimension < maxRawDim)
2550 maxRawDim = dimension;
6701 * RETURN : Largest supported Raw Dimension
6722 * DESCRIPTION: Calculates maximum jpeg dimension supported by the cameraId
6756 * @dim : configuration dimension
7232 * and one fixed fps range per dimension. Eg: for 120 FPS, advertise [30, 120]
8075 * DESCRIPTION: Returns the supported jpeg sizes based on the max dimension that