Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos.TWL/camera/camera-4/src/
Dmain.c47 static CAMERAFlip flipIn, flipOut; variable
146 flipIn = CAMERA_FLIP_HORIZONTAL; in TwlMain()
227 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_VERTICAL; in TwlMain()
236 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_HORIZONTAL; in TwlMain()
245 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_REVERSE; in TwlMain()
254 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_NONE; in TwlMain()
288 result = CAMERA_I2CFlip(CAMERA_SELECT_IN, flipIn); in CameraInit()
/TwlSDK-5.3.1/build/demos.TWL/camera/camera-1/src/
Dmain.c37 static CAMERAFlip flipIn, flipOut; variable
135 flipIn = CAMERA_FLIP_HORIZONTAL; in TwlMain()
346 result = CAMERA_I2CFlip(CAMERA_SELECT_IN, flipIn); in CameraInit()
420 CAMERAFlip *pFlip = (current == CAMERA_SELECT_IN ? &flipIn : &flipOut); in CameraDmaRecvIntr()