Home | History | Annotate | Download | only in HAL3

Lines Matching refs:temp_height

2497     int temp_width, temp_height;
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;
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;