OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Q16_OFFSET
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp
45
#define
Q16_OFFSET
16
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp
756
expValues.xEVCompensation = ( Gen3A.EVCompensation * ( 1 <<
Q16_OFFSET
) ) / 10;
800
Gen3A.EVCompensation = (10 * expValues.xEVCompensation) / (1 <<
Q16_OFFSET
);
[
all
...]
OMXCapture.cpp
453
extExpCapMode.tBracketConfigType.nBracketValues[i] = ( evValues[i] * ( 1 <<
Q16_OFFSET
) ) / 10;
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
53
#define
Q16_OFFSET
16
[
all
...]
Completed in 661 milliseconds