Home
last modified time | relevance | path

Searched refs:CAMERA_SELECT_BOTH (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.2.1/include/twl/camera/common/
Dtypes.h39 CAMERA_SELECT_BOTH = (CAMERA_SELECT_IN|CAMERA_SELECT_OUT) enumerator
/TwlSDK-5.2.1/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c343 (void)CAMERA_I2CInitAsyncCore(CAMERA_SELECT_BOTH, CAMERA_Reboot, (void*)I2C_PhotoMode_IN); in CAMERA_Reboot()
895 case CAMERA_SELECT_BOTH: in CAMERA_I2CInitAsyncCore()
1162 case CAMERA_SELECT_BOTH: in CAMERA_I2CSizeExAsyncCore()
1280 case CAMERA_SELECT_BOTH: in CAMERA_I2CFrameRateAsyncCore()
1392 case CAMERA_SELECT_BOTH: in CAMERA_I2CEffectExAsyncCore()
1510 case CAMERA_SELECT_BOTH: in CAMERA_I2CFlipExAsyncCore()
1625 case CAMERA_SELECT_BOTH: in CAMERA_I2CPhotoModeAsyncCore()
1730 case CAMERA_SELECT_BOTH: in CAMERA_I2CWhiteBalanceAsyncCore()
1835 case CAMERA_SELECT_BOTH: in CAMERA_I2CExposureAsyncCore()
1931 case CAMERA_SELECT_BOTH: in CAMERA_I2CSharpnessAsyncCore()
[all …]
/TwlSDK-5.2.1/include/twl/camera/ARM9/
Dcamera_api.h108 return CAMERA_I2CInitCore(CAMERA_SELECT_BOTH); in CAMERA_Init()