Home | History | Annotate | Download | only in camera

Lines Matching refs:hfr

279 static const str_map hfr[] = {
285 static const int HFR_VALUES_COUNT = (sizeof(hfr)/sizeof(str_map));
693 ALOGE("%s:Failed to get default HFR sizes",__func__);
781 //Query for max HFR value
784 //Filter HFR values and build parameter string
787 if(hfr[i].val <= maxHFR){
789 str.append(hfr[i].desc);
1160 //Set HFR
3026 int value = attr_lookup(hfr, sizeof(hfr) / sizeof(str_map), str);
3029 //Check for change in HFR value
3058 ALOGE("Invalid HFR value: %s", (str == NULL) ? "NULL" : str);