Searched refs:temp_height (Results 1 - 1 of 1) sorted by relevance

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

Completed in 152 milliseconds