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

/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/codecs/aacenc/
H A DSoftAACEncoder.h62 int16_t *mInputFrame; member in struct:android::SoftAACEncoder
H A DSoftAACEncoder2.h62 int16_t *mInputFrame; member in struct:android::SoftAACEncoder2
/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.java272 FrameLayout mInputFrame; field in class:InputMethodService
727 mInputFrame = (FrameLayout)mRootView.findViewById(android.R.id.inputArea);
734 mInputFrame.setVisibility(View.GONE);
1066 if (mInputFrame.getVisibility() == View.VISIBLE) {
1067 mInputFrame.getLocationInWindow(loc);
1099 mInputFrame.setVisibility(isShown ? View.VISIBLE : View.GONE);
1245 mInputFrame.removeAllViews();
1246 mInputFrame.addView(view, new FrameLayout.LayoutParams(

Completed in 302 milliseconds