Searched refs:flipOut (Results 1 – 2 of 2) sorted by relevance
47 static CAMERAFlip flipIn, flipOut; variable148 flipOut = CAMERA_FLIP_NONE; in TwlMain()228 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_VERTICAL; in TwlMain()237 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_HORIZONTAL; in TwlMain()246 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_REVERSE; in TwlMain()255 *(current == CAMERA_SELECT_IN ? &flipIn : &flipOut) = CAMERA_FLIP_NONE; in TwlMain()294 result = CAMERA_I2CFlip(CAMERA_SELECT_OUT, flipOut); in CameraInit()
37 static CAMERAFlip flipIn, flipOut; variable137 flipOut = CAMERA_FLIP_NONE; in TwlMain()353 result = CAMERA_I2CFlip(CAMERA_SELECT_OUT, flipOut); in CameraInit()421 CAMERAFlip *pFlip = (current == CAMERA_SELECT_IN ? &flipIn : &flipOut); in CameraDmaRecvIntr()