Home | History | Annotate | Download | only in HAL3

Lines Matching refs:dimension

3214         int32_t dimension = (int32_t)((*it)->stream->width * (*it)->stream->height);
3216 if (dimension > maxJpegDim)
3217 maxJpegDim = dimension;
3222 if (dimension > maxRawDim)
3223 maxRawDim = dimension;
3225 if (dimension > maxProcessedDim)
3226 maxProcessedDim = dimension;
3236 //Find the smallest raw dimension that is greater or equal to jpeg dimension
3241 int32_t dimension = gCamCapability[mCameraId]->raw_dim[i].width *
3243 if (dimension >= maxProcessedDim && dimension < maxRawDim)
3244 maxRawDim = dimension;
9241 * RETURN : Largest supported Raw Dimension
9262 * DESCRIPTION: Calculates maximum jpeg dimension supported by the cameraId
9296 * @dim : configuration dimension
9910 * and one fixed fps range per dimension. Eg: for 120 FPS, advertise [30, 120]
11039 * DESCRIPTION: Returns the supported jpeg sizes based on the max dimension that