HomeSort by relevance Sort by last modified time
    Searched refs:mInputSize (Results 1 - 11 of 11) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.cpp 68 mInputSize = 0;
78 mInputSize += mProximityInfoStates[i].size();
dic_traverse_session.h 56 mInputSize(0), mMaxPointerCount(1), mMultiWordCostMultiplier(1.0f) {
88 int getInputSize() const { return mInputSize; }
180 int mInputSize;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 51 mInputSize(0),
310 while (mInputSize < numBytesPerInputFrame) {
325 size_t copy = numBytesPerInputFrame - mInputSize;
330 if (mInputSize == 0) {
334 memcpy((uint8_t *)mInputFrame + mInputSize, inData, copy);
335 mInputSize += copy;
351 memset((uint8_t *)mInputFrame + mInputSize,
353 numBytesPerInputFrame - mInputSize);
355 mInputSize = numBytesPerInputFrame;
418 mInputSize = 0
    [all...]
SoftAMRNBEncoder.h 55 size_t mInputSize;
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.h 63 size_t mInputSize;
SoftAACEncoder2.h 63 size_t mInputSize;
SoftAACEncoder.cpp 53 mInputSize(0),
445 while (mInputSize < numBytesPerInputFrame) {
460 size_t copy = numBytesPerInputFrame - mInputSize;
469 if (mInputSize == 0) {
473 memcpy((uint8_t *)mInputFrame + mInputSize, inData, copy);
474 mInputSize += copy;
491 memset((uint8_t *)mInputFrame + mInputSize,
493 numBytesPerInputFrame - mInputSize);
495 mInputSize = numBytesPerInputFrame;
573 mInputSize = 0
    [all...]
SoftAACEncoder2.cpp 63 mInputSize(0),
544 while (mInputSize < numBytesPerInputFrame) {
559 size_t copy = numBytesPerInputFrame - mInputSize;
577 if (mInputSize == 0) {
581 memcpy((uint8_t *)mInputFrame + mInputSize, inData, copy);
582 mInputSize += copy;
598 memset((uint8_t *)mInputFrame + mInputSize,
600 numBytesPerInputFrame - mInputSize);
602 mInputSize = numBytesPerInputFrame;
717 mInputSize = 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.h 61 size_t mInputSize;
SoftAMRWBEncoder.cpp 52 mInputSize(0),
357 while (mInputSize < numBytesPerInputFrame) {
372 size_t copy = numBytesPerInputFrame - mInputSize;
377 if (mInputSize == 0) {
381 memcpy((uint8_t *)mInputFrame + mInputSize, inData, copy);
382 mInputSize += copy;
398 memset((uint8_t *)mInputFrame + mInputSize,
400 numBytesPerInputFrame - mInputSize);
402 mInputSize = numBytesPerInputFrame;
432 inputData.Length = mInputSize;
    [all...]
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 195 mInputSize(inputSize),
204 return mInputSize;
212 const size_t mInputSize;

Completed in 141 milliseconds