Searched defs:temp_width (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2497 int temp_width, temp_height; local
2499 temp_width = gCamCapability[mCameraId]->picture_sizes_tbl[i].width;
2501 if (temp_width * temp_height > max_jpeg_size ) {
2502 max_jpeg_size = temp_width * temp_height;
2728 int temp_width, temp_height; local
2730 temp_width = gCamCapability[cameraId]->picture_sizes_tbl[i].width;
2732 if (temp_width * temp_height > max_jpeg_size ) {
2733 max_jpeg_size = temp_width * temp_height;

Completed in 46 milliseconds