Searched refs:captureFpsEnable (Results 1 – 2 of 2) sorted by relevance
105 double captureFpsEnable = -1; in statsd_recorder() local106 if (item->getDouble("android.media.mediarecorder.capture-fpsenable", &captureFpsEnable)) { in statsd_recorder()107 metrics_proto.set_capture_fps_enable(captureFpsEnable); in statsd_recorder()
715 status_t StagefrightRecorder::setParamCaptureFpsEnable(int32_t captureFpsEnable) { in setParamCaptureFpsEnable() argument716 ALOGV("setParamCaptureFpsEnable: %d", captureFpsEnable); in setParamCaptureFpsEnable()718 if(captureFpsEnable == 0) { in setParamCaptureFpsEnable()720 } else if (captureFpsEnable == 1) { in setParamCaptureFpsEnable()858 int32_t captureFpsEnable; in setParameter() local859 if (safe_strtoi32(value.string(), &captureFpsEnable)) { in setParameter()860 return setParamCaptureFpsEnable(captureFpsEnable); in setParameter()