Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c879 const u8 _size = CAMERA_PXI_SIZE_INIT; in CAMERA_I2CInitAsyncCore() local
914 …return CameraSendPxiCommand(command, _size, (u8)camera) ? CAMERA_RESULT_SUCCESS : CAMERA_RESULT_SE… in CAMERA_I2CInitAsyncCore()
952 const u8 _size = CAMERA_PXI_SIZE_ACTIVATE; in CAMERA_I2CActivateAsyncCore() local
1003 …return CameraSendPxiCommand(command, _size, (u8)camera) ? CAMERA_RESULT_SUCCESS : CAMERA_RESULT_SE… in CAMERA_I2CActivateAsyncCore()
1042 const u8 _size = CAMERA_PXI_SIZE_CONTEXT_SWITCH; in CAMERA_I2CContextSwitchAsyncCore() local
1044 u8 data[_size+2]; in CAMERA_I2CContextSwitchAsyncCore()
1096 if (CameraSendPxiCommand(command, _size, data[0]) == FALSE) in CAMERA_I2CContextSwitchAsyncCore()
1100 for (i = 1; i < _size; i+=3) { in CAMERA_I2CContextSwitchAsyncCore()
1144 const u8 _size = CAMERA_PXI_SIZE_SIZE; in CAMERA_I2CSizeExAsyncCore() local
1146 u8 data[_size+2]; in CAMERA_I2CSizeExAsyncCore()
[all …]