Home | History | Annotate | Download | only in src

Lines Matching refs:mHFRLevel

705     mHFRLevel = 0;
2506 if((value == LOW_POWER) || mHFRLevel > 1) {
2896 mHFRLevel = (int32_t)value;
2915 native_set_parms(MM_CAMERA_PARM_HFR, sizeof(int32_t), (void *)&mHFRLevel);
2922 native_set_parms(MM_CAMERA_PARM_HFR, sizeof(int32_t), (void *)&mHFRLevel);
4043 if(mHFRLevel > 1) /* hard code the value now. Need to move tgtcommon to camear.h */