Home | History | Annotate | Download | only in camera

Lines Matching refs:mHFRLevel

730     mHFRLevel = 0;
2607 if((value == LOW_POWER) || mHFRLevel > 1) {
3028 mHFRLevel = (int32_t)value;
3047 native_set_parms(MM_CAMERA_PARM_HFR, sizeof(int32_t), (void *)&mHFRLevel);
3054 native_set_parms(MM_CAMERA_PARM_HFR, sizeof(int32_t), (void *)&mHFRLevel);
4263 if(mHFRLevel > 1) /* hard code the value now. Need to move tgtcommon to camear.h */