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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp696 status_t StagefrightRecorder::setParamCaptureFpsEnable(int32_t captureFpsEnable) { argument
697 ALOGV("setParamCaptureFpsEnable: %d", captureFpsEnable);
699 if(captureFpsEnable == 0) {
701 } else if (captureFpsEnable == 1) {
839 int32_t captureFpsEnable; local
840 if (safe_strtoi32(value.string(), &captureFpsEnable)) {
841 return setParamCaptureFpsEnable(captureFpsEnable);

Completed in 41 milliseconds