Searched defs:captureFpsEnable (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp568 status_t StagefrightRecorder::setParamCaptureFpsEnable(int32_t captureFpsEnable) { argument
569 ALOGV("setParamCaptureFpsEnable: %d", captureFpsEnable);
571 if(captureFpsEnable == 0) {
573 } else if (captureFpsEnable == 1) {
716 int32_t captureFpsEnable; local
717 if (safe_strtoi32(value.string(), &captureFpsEnable)) {
718 return setParamCaptureFpsEnable(captureFpsEnable);

Completed in 1122 milliseconds