Lines Matching defs:command

128     CAMERAPxiCommand    command;        // Command type   member
878 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_INIT; in CAMERA_I2CInitAsyncCore() local
951 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_ACTIVATE; in CAMERA_I2CActivateAsyncCore() local
1041 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_CONTEXT_SWITCH; in CAMERA_I2CContextSwitchAsyncCore() local
1143 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SIZE; in CAMERA_I2CSizeExAsyncCore() local
1261 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_FRAME_RATE; in CAMERA_I2CFrameRateAsyncCore() local
1370 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_EFFECT; in CAMERA_I2CEffectExAsyncCore() local
1488 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_FLIP; in CAMERA_I2CFlipExAsyncCore() local
1603 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_PHOTO_MODE; in CAMERA_I2CPhotoModeAsyncCore() local
1708 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_WHITE_BALANCE; in CAMERA_I2CWhiteBalanceAsyncCore() local
1813 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_EXPOSURE; in CAMERA_I2CExposureAsyncCore() local
1909 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SHARPNESS; in CAMERA_I2CSharpnessAsyncCore() local
2005 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_TEST_PATTERN; in CAMERAi_I2CTestPatternAsyncCore() local
2103 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_AUTO_EXPOSURE; in CAMERA_I2CAutoExposureAsyncCore() local
2195 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_AUTO_WHITE_BALANCE; in CAMERA_I2CAutoWhiteBalanceAsyncCore() local
2297 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SET_LED; in CAMERA_SetLEDAsyncCore() local
2431 static BOOL CameraSendPxiCommand(CAMERAPxiCommand command, u8 size, u8 data) in CameraSendPxiCommand()