Home
last modified time | relevance | path

Searched refs:flipOut (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/demos.TWL/camera/camera-4/src/
Dmain.c47 static CAMERAFlip flipIn, flipOut; variable
150 flipOut = CAMERA_FLIP_NONE; in TwlMain()
230 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_VERTICAL; in TwlMain()
239 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_HORIZONTAL; in TwlMain()
248 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_REVERSE; in TwlMain()
257 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_NONE; in TwlMain()
296 result = CAMERA_I2CFlip(CAMERA_SELECT_OUT, flipOut); in CameraInit()
/TwlSDK-5.4/build/demos.TWL/camera/camera-1/src/
Dmain.c37 static CAMERAFlip flipIn, flipOut; variable
139 flipOut = CAMERA_FLIP_NONE; in TwlMain()
355 result = CAMERA_I2CFlip(CAMERA_SELECT_OUT, flipOut); in CameraInit()
423 CAMERAFlip *pFlip = (current == CAMERA_SELECT_IN ? &flipIn : &flipOut); in CameraDmaRecvIntr()