Lines Matching refs:CAMERAPxiCommand

128     CAMERAPxiCommand    command;        // Command type 
173 static BOOL CameraSendPxiCommand(CAMERAPxiCommand command, u8 size, u8 data);
878 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_INIT; in CAMERA_I2CInitAsyncCore()
951 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_ACTIVATE; in CAMERA_I2CActivateAsyncCore()
1041 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_CONTEXT_SWITCH; in CAMERA_I2CContextSwitchAsyncCore()
1143 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SIZE; in CAMERA_I2CSizeExAsyncCore()
1261 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_FRAME_RATE; in CAMERA_I2CFrameRateAsyncCore()
1373 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_EFFECT; in CAMERA_I2CEffectExAsyncCore()
1491 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_FLIP; in CAMERA_I2CFlipExAsyncCore()
1606 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_PHOTO_MODE; in CAMERA_I2CPhotoModeAsyncCore()
1711 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_WHITE_BALANCE; in CAMERA_I2CWhiteBalanceAsyncCore()
1816 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_EXPOSURE; in CAMERA_I2CExposureAsyncCore()
1912 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SHARPNESS; in CAMERA_I2CSharpnessAsyncCore()
2008 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_TEST_PATTERN; in CAMERAi_I2CTestPatternAsyncCore()
2106 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_AUTO_EXPOSURE; in CAMERA_I2CAutoExposureAsyncCore()
2198 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_AUTO_WHITE_BALANCE; in CAMERA_I2CAutoWhiteBalanceAsyncCore()
2300 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SET_LED; in CAMERA_SetLEDAsyncCore()
2434 static BOOL CameraSendPxiCommand(CAMERAPxiCommand command, u8 size, u8 data) in CameraSendPxiCommand()
2499 …cameraWork.command = (CAMERAPxiCommand)((data & CAMERA_PXI_COMMAND_MASK) >> CAMERA_PXI_COMMAND_SHI… in CameraPxiCallback()