Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrWbEnc.cpp169 mInputFrame[i] = 0x0008; /* EHF_MASK */ in onStop()
240 inputData.Buffer = (unsigned char *) mInputFrame; in encodeInput()
323 memcpy(mInputFrame + validSamples, inPtr + inPos, in process()
327 memcpy(mInputFrame + validSamples, inPtr + inPos, (inSize - inPos)); in process()
332 memset(mInputFrame + validSamples, 0, (kNumBytesPerInputFrame - mFilledLen)); in process()
DC2SoftAmrNbEnc.cpp241 memcpy(mInputFrame + validSamples, inPtr + inPos, in process()
245 memcpy(mInputFrame + validSamples, inPtr + inPos, (inSize - inPos)); in process()
250 memset(mInputFrame + validSamples, 0, (kNumBytesPerInputFrame - mFilledLen)); in process()
254 int numEncBytes = AMREncode(mEncState, mSidState, mMode, mInputFrame, in process()
DC2SoftAmrNbEnc.h63 int16_t mInputFrame[kNumSamplesPerFrame]; variable
DC2SoftAmrWbEnc.h64 int16_t mInputFrame[kNumSamplesPerFrame]; variable
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java633 FrameLayout mInputFrame; field in InputMethodService
756 if (mInputFrame != null) {
1409 View rootView = mInputFrame.getRootView(); in setImeExclusionRect()
1950 mInputFrame = mRootView.findViewById(android.R.id.inputArea); in initViews()
1957 mInputFrame.setVisibility(View.GONE); in initViews()
2402 if (mInputFrame.getVisibility() == View.VISIBLE) { in onComputeInsets()
2403 mInputFrame.getLocationInWindow(loc); in onComputeInsets()
2436 mInputFrame.setVisibility(isShown ? View.VISIBLE : View.GONE); in updateInputViewShown()
2607 mInputFrame.removeAllViews(); in setInputView()
2608 mInputFrame.addView(view, new FrameLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT)); in setInputView()
DNavigationBarController.java332 final View inputFrame = mService.mInputFrame; in updateTouchableInsets()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22570 Landroid/inputmethodservice/InputMethodService;->mInputFrame:Landroid/widget/FrameLayout;