Searched refs:mode (Results 76 - 100 of 457) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgc_pred.h60 #include "mode.h"
99 Word16 past_qua_en_MR122[4]; /* MA predictor memory for MR122 mode, Q10 */
130 enum Mode mode, /* i : AMR mode */
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dc_g_aver.h61 #include "mode.h"
143 enum Mode mode, /* i : AMR mode */
H A Ddec_amr.h70 #include "mode.h"
178 Word16 Decoder_amr_reset(Decoder_amrState *st, enum Mode mode);
187 enum Mode mode, /* i : AMR mode */
H A Dph_disp.cpp393 mode = codec mode (enum Mode)
440 enum Mode mode, // i : codec mode
548 if (sub(mode, MR122) != 0 &&
549 sub(mode, MR102) != 0 &&
550 sub(mode, MR74) != 0 &&
566 // Choose filter corresponding to codec mode and dispersion criterium
567 if (sub (mode, MR795) == 0)
656 enum Mode mode, /*
654 ph_disp( ph_dispState *state, enum Mode mode, Word16 x[], Word16 cbGain, Word16 ltpGain, Word16 inno[], Word16 pitch_fac, Word16 tmp_shift, Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcalc_en.h62 #include "mode.h"
153 enum Mode mode, /* i : coder mode */
H A Dgsmamr_enc.h180 enum Mode mode,
H A Dpitch_fr.h65 #include "mode.h"
128 enum Mode mode, /* i : codec mode */
H A Dsid_sync.cpp74 #include "mode.h"
439 mode = codec mode (enum Mode)
457 This function performs SID frame synchronization to ensure that the mode
458 only switches to a neighbouring mode.
496 enum Mode mode,
502 if (mode == MRDTX)
495 sid_sync(void *state, enum Mode mode, enum TXFrameType *tx_frame_type) argument
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java67 * modification time and access mode of the resulting file will be set if desired,
74 * If the {@code mode} argument is negative, then the resulting output file will not
75 * have its access mode or last modification time reset as part of this operation.
83 * @param mode Unix-style file mode (as used by the chmod(2) syscall) to be set on
86 * the mode nor the mtime values will be applied to the restored file.
88 * last modification time of the output file. if the {@code mode} parameter is
95 long size, int type, long mode, long mtime, File outFile) throws IOException {
110 // and using the default mode for those is appropriate.
148 if (mode >
94 restoreFile(ParcelFileDescriptor data, long size, int type, long mode, long mtime, File outFile) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DColorFilter.cpp48 jint srcColor, SkPorterDuff::Mode mode) {
50 return new SkiaBlendFilter(skFilter, srcColor, SkPorterDuff::ToXfermodeMode(mode));
90 SkPorterDuff::Mode mode) {
91 return SkColorFilter::CreateModeFilter(srcColor, SkPorterDuff::ToXfermodeMode(mode));
47 glCreatePorterDuffFilter(JNIEnv* env, jobject, SkColorFilter *skFilter, jint srcColor, SkPorterDuff::Mode mode) argument
89 CreatePorterDuffFilter(JNIEnv* env, jobject, jint srcColor, SkPorterDuff::Mode mode) argument
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DFramebufferBlendActivity.java87 private void drawBlendedBitmap(Canvas canvas, PorterDuff.Mode mode) { argument
93 mPaint.setXfermode(new PorterDuffXfermode(mode));
99 private void drawBlendedBitmapInverse(Canvas canvas, PorterDuff.Mode mode) { argument
104 mPaint.setXfermode(new PorterDuffXfermode(mode));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DCompatModePanel.java123 int mode = mAM.getFrontActivityScreenCompatMode();
124 if (mode == ActivityManager.COMPAT_MODE_ALWAYS
125 || mode == ActivityManager.COMPAT_MODE_NEVER) {
130 final boolean on = (mode == ActivityManager.COMPAT_MODE_ENABLED);
/frameworks/av/include/media/stagefright/
H A DMediaSource.h78 void setSeekTo(int64_t time_us, SeekMode mode = SEEK_CLOSEST_SYNC);
80 bool getSeekTo(int64_t *time_us, SeekMode *mode) const;
/frameworks/base/core/java/android/app/
H A DIBackupAgent.aidl113 * @param mode Access mode of the file system entity, e.g. 0660.
117 int type, String domain, String path, long mode, long mtime,
H A DUiModeManager.java28 * It provides functionality to disable the car mode and it gives access to the
29 * night mode settings.
35 * to the appropriate UI mode, sends broadcasts about the mode switch, and
36 * starts the corresponding mode activity if appropriate. See the
40 * <p>In addition, the user may manually switch the system to car mode without
41 * physically being in a dock. While in car mode -- whether by manual action
43 * displayed allowing the user to exit dock mode. Thus the dock mode
55 * Broadcast sent when the device's UI has switched to car mode, eithe
198 setNightMode(int mode) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_FileUtils.cpp37 jstring file, jint mode,
55 return chmod(file8.string(), mode) == 0 ? 0 : errno;
36 android_os_FileUtils_setPermissions(JNIEnv* env, jobject clazz, jstring file, jint mode, jint uid, jint gid) argument
/frameworks/base/include/androidfw/
H A DAssetManager.h146 Asset* open(const char* fileName, AccessMode mode);
156 Asset* openNonAsset(const char* fileName, AccessMode mode);
162 Asset* openNonAsset(void* cookie, const char* fileName, AccessMode mode);
229 Asset* openInPathLocked(const char* fileName, AccessMode mode,
231 Asset* openNonAssetInPathLocked(const char* fileName, AccessMode mode,
233 Asset* openInLocaleVendorLocked(const char* fileName, AccessMode mode,
242 Asset* openAssetFromFileLocked(const String8& fileName, AccessMode mode);
244 const ZipEntryRO entry, AccessMode mode, const String8& entryName);
H A DKeyLayoutMap.h38 // Axis mode.
39 Mode mode; member in struct:android::AxisInfo
54 AxisInfo() : mode(MODE_NORMAL), axis(-1), highAxis(-1), splitValue(0), flatOverride(-1) {
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java56 public static void setImportantForAccessibility(View view, int mode) { argument
57 view.setImportantForAccessibility(mode);
/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditLayout.java35 * limited screen real estate in extract mode.
54 final ExtractActionMode mode = new ExtractActionMode(cb);
55 if (mode.dispatchOnCreate()) {
56 mode.invalidate();
59 mActionMode = mode;
61 return mode;
67 * @return true if an action mode is currently active.
74 * Finishes a possibly started action mode.
159 // Not the active action mode - no-op
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java132 public ParcelFileDescriptor openFile(Uri url, String mode) throws FileNotFoundException { argument
137 return getBlobColumnAsFile(url, mode, sql);
152 private ParcelFileDescriptor getBlobColumnAsFile(Uri url, String mode, String sql) argument
154 if (!"r".equals(mode)) {
155 throw new FileNotFoundException("Mode " + mode + " not supported for " + url);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatCmdMessage.java42 public LaunchBrowserMode mode; field in class:CatCmdMessage.BrowserSettings
76 mBrowserSettings.mode = ((LaunchBrowserParams) cmdParams).mode;
107 mBrowserSettings.mode = LaunchBrowserMode.values()[in.readInt()];
128 dest.writeInt(mBrowserSettings.mode.ordinal());
/frameworks/base/core/java/android/content/
H A DContentProvider.java239 public ParcelFileDescriptor openFile(Uri uri, String mode) argument
241 if (mode != null && mode.startsWith("rw")) enforceWritePermission(uri);
243 return ContentProvider.this.openFile(uri, mode);
247 public AssetFileDescriptor openAssetFile(Uri uri, String mode) argument
249 if (mode != null && mode.startsWith("rw")) enforceWritePermission(uri);
251 return ContentProvider.this.openAssetFile(uri, mode);
768 * @param mode Access mode fo
783 openFile(Uri uri, String mode) argument
827 openAssetFile(Uri uri, String mode) argument
847 openFileHelper(Uri uri, String mode) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DCompatModePackages.java36 // Compatibility state: no longer ask user to select the mode.
38 // Compatibility state: compatibility mode is enabled.
81 String mode = parser.getAttributeValue(null, "mode");
83 if (mode != null) {
85 modeInt = Integer.parseInt(mode);
134 // Update -- if the app no longer can run in compat mode, clear
210 public void setFrontActivityScreenCompatModeLocked(int mode) { argument
216 setPackageScreenCompatModeLocked(r.info.applicationInfo, mode);
231 public void setPackageScreenCompatModeLocked(String packageName, int mode) { argument
244 setPackageScreenCompatModeLocked(ApplicationInfo ai, int mode) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dgc_pred.cpp202 mode = AMR mode (enum Mode)
203 code = pointer to the innovative codebook vector; Q12 in MR122 mode,
210 is calculated for MR795 mode, Q0 (Word16)
212 this is calculated for MR795 mode, Q15 (Word16)
262 enum Mode mode, // i : AMR mode
288 if (sub (mode, MR122) == 0)
376 if (sub (mode, MR102) == 0)
381 else if (sub (mode, MR79
466 gc_pred( gc_predState *st, enum Mode mode, Word16 *code, Word16 *exp_gcode0, Word16 *frac_gcode0, Word16 *exp_en, Word16 *frac_en, Flag *pOverflow ) argument
[all...]

Completed in 237 milliseconds

1234567891011>>