Searched refs:mInputFrame (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrWbEnc.cpp | 169 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()
|
D | C2SoftAmrNbEnc.cpp | 241 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()
|
D | C2SoftAmrNbEnc.h | 63 int16_t mInputFrame[kNumSamplesPerFrame]; variable
|
D | C2SoftAmrWbEnc.h | 64 int16_t mInputFrame[kNumSamplesPerFrame]; variable
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 633 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()
|
D | NavigationBarController.java | 332 final View inputFrame = mService.mInputFrame; in updateTouchableInsets()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 22570 Landroid/inputmethodservice/InputMethodService;->mInputFrame:Landroid/widget/FrameLayout;
|