Searched refs:CAMERA_I2CFlip (Results 1 – 3 of 3) sorted by relevance
225 result = CAMERA_I2CFlip(current, CAMERA_FLIP_VERTICAL); in TwlMain()234 result = CAMERA_I2CFlip(current, CAMERA_FLIP_HORIZONTAL); in TwlMain()243 result = CAMERA_I2CFlip(current, CAMERA_FLIP_REVERSE); in TwlMain()252 result = CAMERA_I2CFlip(current, CAMERA_FLIP_NONE); in TwlMain()291 result = CAMERA_I2CFlip(CAMERA_SELECT_IN, flipIn); in CameraInit()296 result = CAMERA_I2CFlip(CAMERA_SELECT_OUT, flipOut); in CameraInit()
349 result = CAMERA_I2CFlip(CAMERA_SELECT_IN, flipIn); in CameraInit()355 result = CAMERA_I2CFlip(CAMERA_SELECT_OUT, flipOut); in CameraInit()
581 SDK_INLINE CAMERAResult CAMERA_I2CFlip(CAMERASelect camera, CAMERAFlip flip) in CAMERA_I2CFlip() function