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
1373 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_EFFECT; in CAMERA_I2CEffectExAsyncCore() local
1491 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_FLIP; in CAMERA_I2CFlipExAsyncCore() local
1606 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_PHOTO_MODE; in CAMERA_I2CPhotoModeAsyncCore() local
1711 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_WHITE_BALANCE; in CAMERA_I2CWhiteBalanceAsyncCore() local
1816 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_EXPOSURE; in CAMERA_I2CExposureAsyncCore() local
1912 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SHARPNESS; in CAMERA_I2CSharpnessAsyncCore() local
2008 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_TEST_PATTERN; in CAMERAi_I2CTestPatternAsyncCore() local
2106 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_AUTO_EXPOSURE; in CAMERA_I2CAutoExposureAsyncCore() local
2198 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_AUTO_WHITE_BALANCE; in CAMERA_I2CAutoWhiteBalanceAsyncCore() local
2300 const CAMERAPxiCommand command = CAMERA_PXI_COMMAND_SET_LED; in CAMERA_SetLEDAsyncCore() local
2434 static BOOL CameraSendPxiCommand(CAMERAPxiCommand command, u8 size, u8 data) in CameraSendPxiCommand()