Home | History | Annotate | Download | only in mm-camera-interface

Lines Matching refs:effect

46 static int32_t mm_camera_ctrl_set_specialEffect (mm_camera_obj_t *my_obj, int effect) {
48 if (effect == CAMERA_EFFECT_MAX)
49 effect = CAMERA_EFFECT_OFF;
53 ctrl.value = effect;