Home | History | Annotate | Download | only in HAL3

Lines Matching refs:dimension

1378         int32_t dimension = (*it)->stream->width * (*it)->stream->height;
1380 if (dimension > maxJpegDim)
1381 maxJpegDim = dimension;
1385 if (dimension > maxRawDim)
1386 maxRawDim = dimension;
1388 if (dimension > maxProcessedDim)
1389 maxProcessedDim = dimension;
1396 //Find the smallest raw dimension that is greater or equal to jpeg dimension
1402 int32_t dimension =
1406 if (dimension >= maxProcessedDim && dimension < maxRawDim)
1407 maxRawDim = dimension;
4016 * RETURN : Largest supported Raw Dimension
4037 * DESCRIPTION: Calculates maximum jpeg dimension supported by the cameraId
5005 * DESCRIPTION: Returns the supported jpeg sizes based on the max dimension that