Home | History | Annotate | Download | only in HAL3

Lines Matching refs:dimension

1519         int32_t dimension = (*it)->stream->width * (*it)->stream->height;
1521 if (dimension > maxJpegDim)
1522 maxJpegDim = dimension;
1526 if (dimension > maxRawDim)
1527 maxRawDim = dimension;
1529 if (dimension > maxProcessedDim)
1530 maxProcessedDim = dimension;
1537 //Find the smallest raw dimension that is greater or equal to jpeg dimension
1543 int32_t dimension =
1547 if (dimension >= maxProcessedDim && dimension < maxRawDim)
1548 maxRawDim = dimension;
4239 * RETURN : Largest supported Raw Dimension
4260 * DESCRIPTION: Calculates maximum jpeg dimension supported by the cameraId
5277 * DESCRIPTION: Returns the supported jpeg sizes based on the max dimension that