Home | History | Annotate | Download | only in HAL3

Lines Matching refs:temp_height

3997     int temp_width, temp_height;
4000 temp_height = gCamCapability[camera_id]->picture_sizes_tbl[i].height;
4001 if (temp_width * temp_height > max_jpeg_size ) {
4002 max_jpeg_size = temp_width * temp_height;