Searched refs:captureFpsEnable (Results 1 – 1 of 1) sorted by relevance
784 status_t StagefrightRecorder::setParamCaptureFpsEnable(int32_t captureFpsEnable) { in setParamCaptureFpsEnable() argument785 ALOGV("setParamCaptureFpsEnable: %d", captureFpsEnable); in setParamCaptureFpsEnable()787 if(captureFpsEnable == 0) { in setParamCaptureFpsEnable()789 } else if (captureFpsEnable == 1) { in setParamCaptureFpsEnable()1046 int32_t captureFpsEnable; in setParameter() local1047 if (safe_strtoi32(value.c_str(), &captureFpsEnable)) { in setParameter()1048 return setParamCaptureFpsEnable(captureFpsEnable); in setParameter()