Searched refs:mode (Results 176 - 200 of 457) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dq_plsf_3.cpp808 mode = coder mode (enum)
813 MA prediction in DTX mode (Word16)
819 in DTX mode
836 mr795_1_lsf = first codebook for MR795 mode (const Word16)
838 past_rq_init = initalization table for MA predictor in DTX mode
866 enum Mode mode, // i : coder mode
870 Word16 *pred_init_i // o : init index for MA prediction in DTX mode
891 if (test(), sub(mode, MRDT
1006 Q_plsf_3( Q_plsfState *st, enum Mode mode, Word16 *lsp1, Word16 *lsp1_q, Word16 *indice, Word16 *pred_init_i, Flag *pOverflow ) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSecurityViewFlipper.java230 final int mode;
234 mode = MeasureSpec.AT_MOST;
238 mode = MeasureSpec.EXACTLY;
242 mode = MeasureSpec.EXACTLY;
246 return MeasureSpec.makeMeasureSpec(size, mode);
/frameworks/native/opengl/libagl/
H A Dstate.cpp254 void glCullFace(GLenum mode) argument
257 switch (mode) {
265 c->cull.cullFace = mode;
268 void glFrontFace(GLenum mode) argument
271 switch (mode) {
279 c->cull.frontFace = mode;
282 void glHint(GLenum target, GLenum mode) argument
292 GGL_POINT_SMOOTH_NICE, mode==GL_NICEST);
295 c->perspective = (mode == GL_NICEST) ? 1 : 0;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardView.java169 * The current mode.
174 * Keeps track of what mode the current unlock screen is (cached from most recent computation in
199 Mode mode = mMode;
204 if (mode == Mode.UnlockScreen && getUnlockMode() == UnlockMode.Unknown) {
206 mode = Mode.LockScreen;
209 updateScreen(mode, true);
276 // navigating away from unlock screen during verify mode means
770 // can only verify unlock when in pattern/password mode
822 throw new IllegalStateException("unknown unlock mode " + unlockMode);
827 private void updateScreen(Mode mode, boolea argument
[all...]
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec21 void glCullFace ( GLenum mode )
29 void glDrawArrays ( GLenum mode, GLint first, GLsizei count )
30 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
39 void glFrontFace ( GLenum mode )
46 void glHint ( GLenum target, GLenum mode )
65 void glMatrixMode ( GLenum mode )
90 void glShadeModel ( GLenum mode )
H A DGLES20.spec9 void glBlendEquation ( GLenum mode )
28 void glCullFace ( GLenum mode )
41 void glDrawArrays ( GLenum mode, GLint first, GLsizei count )
42 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
43 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
50 void glFrontFace ( GLenum mode )
82 void glHint ( GLenum target, GLenum mode )
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c46 * @param[in] mode The access mode to use for the directories being created.
50 static int FwdLockGlue_CreateDirectories(const char *path, mode_t mode) { argument
61 if (mkdir(partialPath, mode) != 0 && errno != EEXIST) {
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp124 ReadOptions::SeekMode mode; local
126 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
/frameworks/av/media/libstagefright/
H A DJPEGSource.cpp115 ReadOptions::SeekMode mode; local
116 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dg_pitch.cpp81 #include "mode.h"
115 mode = AMR mode (enum Mode)
164 enum Mode mode, // i : AMR mode
266 if (sub(mode, MR122) == 0)
299 enum Mode mode, /* i : AMR mode */
457 if (mode == MR122)
298 G_pitch( enum Mode mode, Word16 xn[], Word16 y1[], Word16 g_coeff[], Word16 L_subfr, Flag *pOverflow ) argument
H A Dpitch_ol.cpp669 mode = data of type enum Mode specifies the mode.
724 enum Mode mode, // i : coder mode
756 if ((sub(mode, MR475) == 0) || (sub(mode, MR515) == 0))
828 // mode dependent scaling in Lag_max
829 if (sub(mode, MR122) == 0)
941 enum Mode mode, /* i : coder mode */
939 Pitch_ol( vadState *vadSt, enum Mode mode, Word16 signal[], Word16 pit_min, Word16 pit_max, Word16 L_frame, Word16 idx, Flag dtx, Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h150 OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode);
163 OSCL_IMPORT_REF void PVSetPostProcType(VideoDecControls *decCtrl, int mode);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl44 boolean setScanMode(int mode, int duration);
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java214 String mode = data.readString();
217 fd = openFile(url, mode);
233 String mode = data.readString();
236 fd = openAssetFile(url, mode);
516 public ParcelFileDescriptor openFile(Uri url, String mode) argument
524 data.writeString(mode);
538 public AssetFileDescriptor openAssetFile(Uri url, String mode) argument
546 data.writeString(mode);
/frameworks/base/core/jni/android/graphics/
H A DShader.cpp465 SkShader* shaderA, SkShader* shaderB, SkXfermode* mode)
467 return new SkComposeShader(shaderA, shaderB, mode);
474 SkXfermode* mode = (SkXfermode*) au.get(); local
475 return new SkComposeShader(shaderA, shaderB, mode);
481 SkXfermode::Mode mode = SkPorterDuff::ToXfermodeMode(porterDuffMode); local
482 return new SkiaComposeShader(shaderA, shaderB, mode, shader);
489 SkiaShader* shaderA, SkiaShader* shaderB, SkXfermode* mode) {
492 if (!SkXfermode::IsMode(mode, &skiaMode)) {
464 ComposeShader_create1(JNIEnv* env, jobject o, SkShader* shaderA, SkShader* shaderB, SkXfermode* mode) argument
488 ComposeShader_postCreate1(JNIEnv* env, jobject o, SkShader* shader, SkiaShader* shaderA, SkiaShader* shaderB, SkXfermode* mode) argument
/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java126 int type, String domain, String path, long mode, long mtime)
149 FullBackup.restoreFile(data, size, type, mode, mtime, outFile);
125 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String path, long mode, long mtime) argument
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DXfermodeActivity.java127 private void drawRects(Canvas canvas, PorterDuff.Mode mode) { argument
132 mRedPaint.setXfermode(new PorterDuffXfermode(mode));
/frameworks/base/native/android/
H A Dasset_manager.cpp87 AAsset* AAssetManager_open(AAssetManager* amgr, const char* filename, int mode) argument
90 switch (mode) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessController.java133 private void setMode(int mode) { argument
135 Settings.System.SCREEN_BRIGHTNESS_MODE, mode,
/frameworks/av/include/media/
H A DVisualizer.h43 * In addition to the polling capture mode, a callback mode is also available by installing a
112 // mode must one of VISUALIZER_SCALING_MODE_NORMALIZED,
114 status_t setScalingMode(uint32_t mode);
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dcod_main.h89 VOAMRWBMODE mode; member in struct:__anon608
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.h112 Mode mode,
/frameworks/base/core/java/android/app/
H A DNativeActivity.java368 void showIme(int mode) { argument
369 mIMM.showSoftInput(mNativeContentView, mode);
372 void hideIme(int mode) { argument
373 mIMM.hideSoftInputFromWindow(mNativeContentView.getWindowToken(), mode);
/frameworks/base/include/androidfw/
H A DBackupHelpers.h46 int mode; member in struct:android::FileState
/frameworks/base/libs/androidfw/
H A DKeyLayoutMap.cpp143 ALOGD("mapAxis: scanCode=%d ~ Result mode=%d, axis=%d, highAxis=%d, "
146 outAxisInfo->mode, outAxisInfo->axis, outAxisInfo->highAxis,
285 axisInfo.mode = AxisInfo::MODE_INVERT;
296 axisInfo.mode = AxisInfo::MODE_SPLIT;
356 ALOGD("Parsed axis: scanCode=%d, mode=%d, axis=%d, highAxis=%d, "
359 axisInfo.mode, axisInfo.axis, axisInfo.highAxis,

Completed in 284 milliseconds

1234567891011>>