OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetIdx
(Results
1 - 15
of
15
) sorted by null
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXZoom.cpp
175
CAMHAL_LOGDB("[Goal Reached] Smooth Zoom notify currentIdx = %d,
targetIdx
= %d",
199
CAMHAL_LOGDB("[Advancing] Smooth Zoom notify currentIdx = %d,
targetIdx
= %d",
233
status_t OMXCameraAdapter::startSmoothZoom(int
targetIdx
)
242
targetIdx
,
245
if ((
targetIdx
>= 0 ) && (
targetIdx
< mMaxZoomSupported )) {
246
mTargetZoomIdx =
targetIdx
;
250
CAMHAL_LOGEB("Smooth value out of range %d!",
targetIdx
);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXZoom.cpp
180
CAMHAL_LOGDB("[Goal Reached] Smooth Zoom notify currentIdx = %d,
targetIdx
= %d",
204
CAMHAL_LOGDB("[Advancing] Smooth Zoom notify currentIdx = %d,
targetIdx
= %d",
238
status_t OMXCameraAdapter::startSmoothZoom(int
targetIdx
)
247
targetIdx
,
250
if ( (
targetIdx
>= 0 ) && (
targetIdx
< ZOOM_STAGES ) )
252
mTargetZoomIdx =
targetIdx
;
258
CAMHAL_LOGEB("Smooth value out of range %d!",
targetIdx
);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.cc
165
const uint32_t
targetIdx
,
171
if (
targetIdx
>= candidateSet->sizeOfSet()) {
182
candidateSet->SetEntry(
targetIdx
,
rtcp_receiver_help.h
113
const uint32_t
targetIdx
,
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h
69
uint16_t
targetIdx
; // Table index for corresponding target level
analog_agc.c
435
stt->targetIdxOffset = (3 * zeros - stt->
targetIdx
- 2) / 4;
459
stt->
targetIdx
= ANALOG_TARGET_LEVEL + OFFSET_ENV_TO_RMS;
461
stt->
targetIdx
+= stt->targetIdxOffset;
464
/* analogTargetLevel = round((32767*10^(-
targetIdx
/20))^2*16/2^7) */
465
stt->analogTargetLevel = RXX_BUFFER_LEN * kTargetLevelTable[stt->
targetIdx
]; /* ex. -20 dBov */
466
stt->startUpperLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->
targetIdx
- 1];/* -19 dBov */
467
stt->startLowerLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->
targetIdx
+ 1];/* -21 dBov */
468
stt->upperPrimaryLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->
targetIdx
- 2];/* -18 dBov */
469
stt->lowerPrimaryLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->
targetIdx
+ 2];/* -22 dBov */
470
stt->upperSecondaryLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->
targetIdx
- 5];/* -15 dBov *
[
all
...]
/art/tools/dexfuzz/src/dexfuzz/program/
CodeTranslator.java
461
int
targetIdx
= 0;
463
targets[
targetIdx
] = target.location - switchInsn.location;
464
targetIdx
++;
/hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h
125
virtual status_t startSmoothZoom(int
targetIdx
);
/hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h
112
virtual status_t startSmoothZoom(int
targetIdx
);
/external/skia/src/gpu/batches/
GrAAConvexTessellator.cpp
691
const int
targetIdx
= dst[cur - 1];
692
for (int i = cur - 1; i >= 0 && dst[i] ==
targetIdx
; i--) {
[
all
...]
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
445
virtual status_t startSmoothZoom(int
targetIdx
);
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
399
virtual status_t startSmoothZoom(int
targetIdx
);
[
all
...]
/hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp
[
all
...]
/hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp
[
all
...]
/external/guice/lib/build/
felix-2.0.5.jar
Completed in 341 milliseconds