motionLevel       209 libcore/asobj/Camera_as.cpp         return _input->motionLevel();
motionLevel       323 libcore/asobj/Camera_as.cpp     const size_t motionLevel = (ml >= 0 && ml <= 100) ? ml : 100;
motionLevel       325 libcore/asobj/Camera_as.cpp     ptr->setMotionLevel(motionLevel, mt);
motionLevel       462 libcore/asobj/Camera_as.cpp         return as_value(ptr->motionLevel());
motionLevel       101 libmedia/VideoInput.h     virtual int motionLevel() const = 0;
motionLevel        92 libmedia/ffmpeg/VideoInputFfmpeg.h     int motionLevel() const { return _motionLevel; }
motionLevel       173 libmedia/gst/VideoInputGst.h     int motionLevel() const { return _motionLevel; }
motionLevel        91 libmedia/haiku/VideoInputHaiku.h     int motionLevel() const { return _motionLevel; }