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()
1370 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_EFFECT; in CAMERA_I2CEffectExAsyncCore()
1488 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_FLIP; in CAMERA_I2CFlipExAsyncCore()
1603 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_PHOTO_MODE; in CAMERA_I2CPhotoModeAsyncCore()
1708 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_WHITE_BALANCE; in CAMERA_I2CWhiteBalanceAsyncCore()
1813 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_EXPOSURE; in CAMERA_I2CExposureAsyncCore()
1909 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SHARPNESS; in CAMERA_I2CSharpnessAsyncCore()
2005 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_TEST_PATTERN; in CAMERAi_I2CTestPatternAsyncCore()
2103 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_AUTO_EXPOSURE; in CAMERA_I2CAutoExposureAsyncCore()
2195 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_AUTO_WHITE_BALANCE; in CAMERA_I2CAutoWhiteBalanceAsyncCore()
2297 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SET_LED; in CAMERA_SetLEDAsyncCore()
2431 static BOOL CameraSendPxiCommand(CAMERAPxiCommand command, u8 size, u8 data) in CameraSendPxiCommand()
2496 …cameraWork.command = (CAMERAPxiCommand)((data & CAMERA_PXI_COMMAND_MASK) >> CAMERA_PXI_COMMAND_SHI… in CameraPxiCallback()