Searched defs:mInputFrame (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.h60 int16_t *mInputFrame; member in struct:android::SoftAACEncoder2
H A DSoftAACEncoder.h62 int16_t *mInputFrame; member in struct:android::SoftAACEncoder
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.h56 int16_t mInputFrame[kNumSamplesPerFrame]; member in struct:android::SoftAMRNBEncoder
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.h62 int16_t mInputFrame[kNumSamplesPerFrame]; member in struct:android::SoftAMRWBEncoder
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h63 int16_t *mInputFrame; member in class:android::AACEncoder
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java269 FrameLayout mInputFrame; field in class:InputMethodService
701 mInputFrame = (FrameLayout)mRootView.findViewById(android.R.id.inputArea);
708 mInputFrame.setVisibility(View.GONE);
1037 if (mInputFrame.getVisibility() == View.VISIBLE) {
1038 mInputFrame.getLocationInWindow(loc);
1070 mInputFrame.setVisibility(isShown ? View.VISIBLE : View.GONE);
1216 mInputFrame.removeAllViews();
1217 mInputFrame.addView(view, new FrameLayout.LayoutParams(

Completed in 92 milliseconds