Home | History | Annotate | Download | only in HAL

Lines Matching refs:rat

5260  *   @rat     : ptr to struct to store rational info
5268 int32_t QCameraParameters::getRational(rat_t *rat, int num, int denom)
5270 if (NULL == rat) {
5271 ALOGE("%s: NULL rat input", __func__);
5274 rat->num = num;
5275 rat->denom = denom;