Searched refs:CAMERA_I2CFlip (Results 1 – 3 of 3) sorted by relevance
222 result = CAMERA_I2CFlip(current, CAMERA_FLIP_VERTICAL); in TwlMain()231 result = CAMERA_I2CFlip(current, CAMERA_FLIP_HORIZONTAL); in TwlMain()240 result = CAMERA_I2CFlip(current, CAMERA_FLIP_REVERSE); in TwlMain()249 result = CAMERA_I2CFlip(current, CAMERA_FLIP_NONE); in TwlMain()288 result = CAMERA_I2CFlip(CAMERA_SELECT_IN, flipIn); in CameraInit()293 result = CAMERA_I2CFlip(CAMERA_SELECT_OUT, flipOut); in CameraInit()
347 result = CAMERA_I2CFlip(CAMERA_SELECT_IN, flipIn); in CameraInit()353 result = CAMERA_I2CFlip(CAMERA_SELECT_OUT, flipOut); in CameraInit()
581 SDK_INLINE CAMERAResult CAMERA_I2CFlip(CAMERASelect camera, CAMERAFlip flip) in CAMERA_I2CFlip() function