OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInputIndex
(Results
1 - 9
of
9
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h
32
// TODO: The initial value for
mInputIndex
should be -1?
33
//
mInputIndex
[i] = i == 0 ? 0 : -1;
34
mInputIndex
[i] = 0;
42
mInputIndex
[i] = src->
mInputIndex
[i];
51
mInputIndex
[pointerId] = inputIndex;
66
if (
mInputIndex
[pointerId] < 0) {
67
mInputIndex
[pointerId] = val;
69
mInputIndex
[pointerId] =
mInputIndex
[pointerId] + val
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h
44
mInputIndex
(0), mLastCachedInputIndex(0) {}
49
mInputIndex
= 0;
80
return inputIndex ==
mInputIndex
- 1;
83
if (
mInputIndex
< inputSize) {
84
mInputIndex
++;
121
const bool shouldCache = (cacheInputIndex ==
mInputIndex
)
127
mLastCachedInputIndex =
mInputIndex
;
141
mInputIndex
= mLastCachedInputIndex;
186
int
mInputIndex
;
dic_node.h
63
: mNeedsToUpdateInputStateG(false), mPointerId(0),
mInputIndex
(0),
69
int16_t
mInputIndex
;
495
inputStateG->
mInputIndex
);
498
inputStateG->
mInputIndex
, inputStateG->mPrevCodePoint,
/frameworks/av/services/audioflinger/
AudioResamplerCubic.cpp
59
size_t inputIndex =
mInputIndex
;
115
mInputIndex
= inputIndex;
126
size_t inputIndex =
mInputIndex
;
182
mInputIndex
= inputIndex;
AudioResampler.h
81
virtual size_t getUnreleasedFrames() const { return
mInputIndex
; }
111
size_t
mInputIndex
;
AudioResampler.cpp
264
mSampleRate(sampleRate), mInSampleRate(sampleRate),
mInputIndex
(0),
309
mInputIndex
= 0;
340
size_t inputIndex =
mInputIndex
;
427
mInputIndex
= inputIndex;
438
size_t inputIndex =
mInputIndex
;
453
mInputIndex
= inputIndex;
523
mInputIndex
= inputIndex;
AudioResamplerSinc.cpp
301
size_t inputIndex =
mInputIndex
;
366
mInputIndex
= inputIndex;
/hardware/intel/common/utils/ISV/include/
isv_worker.h
187
uint32_t
mInputIndex
;
/hardware/intel/common/utils/ISV/base/
isv_worker.cpp
65
mInputIndex
(0), mOutputIndex(0),
97
return getOutputBufCount(
mInputIndex
);
681
ALOGV("process: outputCount=%d,
mInputIndex
=%d", outputCount,
mInputIndex
);
691
if (
mInputIndex
== 0) {
[
all
...]
Completed in 425 milliseconds