Home | History | Annotate | Download | only in HAL3

Lines Matching defs:temp_height

6799     size_t temp_width, temp_height;
6804 temp_height = (size_t)gCamCapability[camera_id]->picture_sizes_tbl[i].height;
6805 if (temp_width * temp_height > max_jpeg_size ) {
6806 max_jpeg_size = temp_width * temp_height;