Searched defs:mode (Results 176 - 200 of 293) sorted by relevance

1234567891011>>

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp68 int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode)
206 if (mode == MPEG4_MODE)
237 mode = H263_MODE;
238 /* Set max width and height. In H.263 mode, we use */
756 OSCL_EXPORT_REF void PVSetPostProcType(VideoDecControls *decCtrl, int mode) argument
759 video->postFilterType = mode;
852 /* Return : This function returns the decoding mode of the baselayer */
67 PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode) argument
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp108 Int mode = video->headerInfo.Mode[mbnum]; /* get mode */ local
130 if (mode == MODE_INTER || mode == MODE_INTER_Q)
161 else if (mode == MODE_INTER4V)
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_intra_prediction.c201 Perform intra 16x16 prediction mode for luma pixels and add
257 macroblock array 'data'. The intra 4x4 prediction mode for each
268 u32 mode; local
301 mode = DetermineIntra4x4PredMode(mbLayer,
304 pMb->intra4x4PredMode[block] = (u8)mode;
351 (OMXVCM4P10Intra4x4PredMode)mode,
451 specified prediction mode. Writes the final macroblock
616 Perform intra 16x16 prediction mode for luma pixels and add
691 macroblock array 'data'. The intra 4x4 prediction mode for each
704 u32 mode; local
[all...]
/frameworks/base/media/libstagefright/mpeg2ts/
H A DESQueue.cpp36 ElementaryStreamQueue::ElementaryStreamQueue(Mode mode) argument
37 : mMode(mode) {
H A DMPEG2PSExtractor.cpp540 ElementaryStreamQueue::Mode mode; local
544 mode = ElementaryStreamQueue::H264;
547 mode = ElementaryStreamQueue::AAC;
551 mode = ElementaryStreamQueue::MPEG_AUDIO;
556 mode = ElementaryStreamQueue::MPEG_VIDEO;
560 mode = ElementaryStreamQueue::MPEG4_VIDEO;
569 mQueue = new ElementaryStreamQueue(mode);
/frameworks/base/opengl/libagl/
H A Dlight.cpp94 c->lighting.colorMaterial.mode = GL_AMBIENT_AND_DIFFUSE;
96 c->fog.mode = GL_EXP;
593 c->fog.mode = param;
597 c->fog.mode = param;
601 c->fog.mode = param;
626 void glShadeModel(GLenum mode) argument
629 if (ggl_unlikely(mode != GL_SMOOTH && mode != GL_FLAT)) {
633 c->lighting.shadeModel = mode;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardUpdateMonitor.java324 protected void handleRingerModeChange(int mode) { argument
325 if (DEBUG) Log.d(TAG, "handleRingerModeChange(" + mode + ")");
326 mRingMode = mode;
328 mInfoCallbacks.get(i).onRingerModeChanged(mode);
498 * Called when the ringer mode changes.
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java194 public void setInTouchMode(boolean mode) { argument
196 mService.mInTouchMode = mode;
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java33 * <li>Network selection mode
339 * Get current network selection mode.
341 * @return true if manual mode, false if automatic mode
542 public void setCdmaEriIconMode(int mode) { argument
543 this.mCdmaEriIconMode = mode;
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java127 public SharedPreferences getSharedPreferences(String name, int mode) { argument
137 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException { argument
182 public File getDir(String name, int mode) { argument
187 public SQLiteDatabase openOrCreateDatabase(String file, int mode, argument
193 public SQLiteDatabase openOrCreateDatabase(String file, int mode, argument
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java142 public native static boolean setPowerModeCommand(int mode); argument
151 * Sets the bluetooth coexistence mode.
153 * @param mode One of {@link #BLUETOOTH_COEXISTENCE_MODE_DISABLED},
156 * @return Whether the mode was successfully set.
158 public native static boolean setBluetoothCoexistenceModeCommand(int mode); argument
161 * Enable or disable Bluetooth coexistence scan mode. When this mode is on,
165 * @param isSet whether to enable or disable this mode
174 public native static boolean setScanResultHandlingCommand(int mode); argument
/frameworks/base/core/java/android/app/
H A DActivityManager.java67 * Screen compatibility mode: the application most always run in
68 * compatibility mode.
74 * Screen compatibility mode: the application can never run in
75 * compatibility mode.
81 * Screen compatibility mode: unknown.
87 * Screen compatibility mode: the application currently has compatibility
88 * mode disabled.
94 * Screen compatibility mode: the application currently has compatibility
95 * mode enabled.
101 * Screen compatibility mode
118 setFrontActivityScreenCompatMode(int mode) argument
137 setPackageScreenCompatMode(String packageName, int mode) argument
[all...]
H A DDialog.java972 * to the superclass implementation by calling super.onActionModeStarted(mode).
974 public void onActionModeStarted(ActionMode mode) { argument
975 mActionMode = mode;
982 * to the superclass implementation by calling super.onActionModeFinished(mode).
984 public void onActionModeFinished(ActionMode mode) { argument
985 if (mode == mActionMode) {
/frameworks/base/core/java/android/content/
H A DContentResolver.java404 * @param mode May be "w", "wa", "rw", or "rwt".
409 public final OutputStream openOutputStream(Uri uri, String mode) argument
411 AssetFileDescriptor fd = openAssetFileDescriptor(uri, mode);
439 * @param mode The file mode to use, as per {@link ContentProvider#openFile
444 * file exists under the URI or the mode is invalid.
448 String mode) throws FileNotFoundException {
449 AssetFileDescriptor afd = openAssetFileDescriptor(uri, mode);
504 * <p>Note that if this function is called for read-only input (mode is "r")
510 * @param mode Th
447 openFileDescriptor(Uri uri, String mode) argument
517 openAssetFileDescriptor(Uri uri, String mode) argument
686 modeToMode(Uri uri, String mode) argument
[all...]
H A DContextWrapper.java152 public SharedPreferences getSharedPreferences(String name, int mode) { argument
153 return mBase.getSharedPreferences(name, mode);
163 public FileOutputStream openFileOutput(String name, int mode) argument
165 return mBase.openFileOutput(name, mode);
209 public File getDir(String name, int mode) { argument
210 return mBase.getDir(name, mode);
214 public SQLiteDatabase openOrCreateDatabase(String name, int mode, CursorFactory factory) { argument
215 return mBase.openOrCreateDatabase(name, mode, factory);
219 public SQLiteDatabase openOrCreateDatabase(String name, int mode, CursorFactory factory, argument
221 return mBase.openOrCreateDatabase(name, mode, factor
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java132 /** Keyboard mode, or zero, if none. */
178 /** The keyboard mode for this row */
179 public int mode; field in class:Keyboard.Row
207 mode = a.getResourceId(com.android.internal.R.styleable.Keyboard_Row_keyboardMode,
515 * that have a keyboard mode defined but don't match the specified mode.
518 * @param modeId keyboard mode identifier
538 * that have a keyboard mode defined but don't match the specified mode.
541 * @param modeId keyboard mode identifie
[all...]
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java525 * drag mode.
1476 public void setOverScrollMode(int mode) { argument
1477 if (mode != OVER_SCROLL_NEVER) {
1487 super.setOverScrollMode(mode);
H A DImageView.java473 * @param scaleType The desired scaling mode.
978 * @param mode How to apply the color. The standard mode is
983 public final void setColorFilter(int color, PorterDuff.Mode mode) { argument
984 setColorFilter(new PorterDuffColorFilter(color, mode));
989 * {@link PorterDuff.Mode#SRC_ATOP} blending mode.
H A DListPopupWindow.java302 * Sets the operating mode for the soft input area.
304 * @param mode The desired mode, see
311 public void setSoftInputMode(int mode) { argument
312 mPopup.setSoftInputMode(mode);
650 public void setInputMethodMode(int mode) { argument
651 mPopup.setInputMethodMode(mode);
861 // of touch mode.
1108 * passed to the drop down in this mode; the list only looks focused.</p>
1113 * WARNING: This is a workaround for a touch mode issu
[all...]
H A DPopupWindow.java467 public void setInputMethodMode(int mode) { argument
468 mInputMethodMode = mode;
472 * Sets the operating mode for the soft input area.
474 * @param mode The desired mode, see
481 public void setSoftInputMode(int mode) { argument
482 mSoftInputMode = mode;
719 * @param widthSpec an explicit width measure spec mode, either
723 * @param heightSpec an explicit height measure spec mode, either
H A DRemoteViews.java497 int colorFilter, PorterDuff.Mode mode, int level) {
502 this.filterMode = mode;
1322 * @param mode Specify a PorterDuff mode for this drawable, or null to leave
1328 int colorFilter, PorterDuff.Mode mode, int level) {
1330 colorFilter, mode, level));
496 SetDrawableParameters(int id, boolean targetBackground, int alpha, int colorFilter, PorterDuff.Mode mode, int level) argument
1327 setDrawableParameters(int viewId, boolean targetBackground, int alpha, int colorFilter, PorterDuff.Mode mode, int level) argument
H A DScrollView.java535 * drag mode.
1508 public void setOverScrollMode(int mode) { argument
1509 if (mode != OVER_SCROLL_NEVER) {
1519 super.setOverScrollMode(mode);
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java313 "setSelectedNavigationIndex not valid for current navigation mode");
391 ActionModeImpl mode = new ActionModeImpl(callback);
392 if (mode.dispatchOnCreate()) {
394 mode.invalidate();
395 mContextView.initForMode(mode);
402 mActionMode = mode;
403 return mode;
667 // Not the active action mode - no-op
671 // If we were hidden before the mode was shown, defer the onDestroy
684 // Clear out the context mode view
964 setNavigationMode(int mode) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java402 // Allow full screen width in split mode.
624 public void setNavigationMode(int mode) { argument
626 if (mode != oldMode) {
639 switch (mode) {
663 mNavigationMode = mode;
758 // Don't show while in expanded mode or with empty text
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp376 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset ) */
379 (JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint offset) {
381 (GLenum)mode,
378 android_glDrawElements__IIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint offset) argument

Completed in 1845 milliseconds

1234567891011>>