Searched refs:mode (Results 226 - 250 of 457) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp111 // default mode that we use from AwesomePlayer.
330 int64_t seekTimeUs, MediaSource::ReadOptions::SeekMode mode) {
352 options.setSeekTo(seekTimeUs, mode);
385 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) {
388 ssize_t minIndex = fetchTrackSamples(timeUs, mode);
329 fetchTrackSamples( int64_t seekTimeUs, MediaSource::ReadOptions::SeekMode mode) argument
384 seekTo( int64_t timeUs, MediaSource::ReadOptions::SeekMode mode) argument
H A DAMRExtractor.cpp255 ReadOptions::SeekMode mode; local
256 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c150 Word16 * mode, /* input : used mode */
153 Word16 * ser_size, /* output: bit rate of the used mode */
215 *ser_size = nb_of_bits[*mode];
216 codec_mode = *mode;
379 /* Note that mode may change here */
380 tx_dtx_handler(st->dtx_encSt, vad_flag, mode);
381 *ser_size = nb_of_bits[*mode];
384 if(*mode != MRDTX)
542 if(*mode
149 coder( Word16 * mode, Word16 speech16k[], Word16 prms[], Word16 * ser_size, void *spe_state, Word16 allow_dtx ) argument
1564 Word16 coding_mode = 0, nb_bits, allow_dtx, mode, reset_flag; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmb_motion_comp.cpp57 the motion compensation mode in order to determine which luminance or
143 uint8 mode; local
187 /* get mode for current MB */
188 mode = video->headerInfo.Mode[mbnum];
193 if (mode & INTER_1VMASK)
243 /*if (mode == MODE_INTER4V) 05/08/15 */
401 if (mode&INTER_1VMASK)
421 /* Post-processing mode (MBM_INTER8) */
600 /* Post-processing mode (copy previous MB) */
/frameworks/av/media/libstagefright/include/
H A DAVIExtractor.h105 int64_t timeUs, MediaSource::ReadOptions::SeekMode mode,
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp708 const jint mode = formatData[fi]; local
709 if ((mode&PROC_PARENS) != 0) {
712 const char term = (char)(mode&PROC_TERM_MASK);
720 if ((mode&PROC_PARENS) != 0) {
736 if ((mode&PROC_COMBINE) != 0) {
743 //ALOGI("Field %d: %d-%d dest=%d mode=0x%x\n", i, start, end, di, mode);
745 if ((mode&(PROC_OUT_FLOAT|PROC_OUT_LONG|PROC_OUT_STRING)) != 0) {
748 if ((mode&PROC_OUT_FLOAT) != 0 && di < NR) {
752 if ((mode
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java308 * @param mode The repeat mode for this drawable.
313 public void setTileModeX(Shader.TileMode mode) { argument
314 setTileModeXY(mode, mBitmapState.mTileModeY);
323 * @param mode The repeat mode for this drawable.
328 public final void setTileModeY(Shader.TileMode mode) { argument
329 setTileModeXY(mBitmapState.mTileModeX, mode);
338 * @param xmode The X repeat mode for this drawable.
339 * @param ymode The Y repeat mode fo
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java235 * a power optimized mode (typically when screen goes off).
307 * Sets the bluetooth coexistence mode.
309 * @param mode One of {@link #BLUETOOTH_COEXISTENCE_MODE_DISABLED},
312 * @return Whether the mode was successfully set.
314 public boolean setBluetoothCoexistenceMode(int mode) { argument
315 return doBooleanCommand("DRIVER BTCOEXMODE " + mode);
319 * Enable or disable Bluetooth coexistence scan mode. When this mode is on,
323 * @param isSet whether to enable or disable this mode
339 public boolean setScanResultHandling(int mode) { argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java238 * specified mode.
240 public native void seekTo(long timeUs, int mode); argument
H A DMediaPlayer.java263 * <li>If the looping mode was being set to <var>true</var>with
266 * <li>If the looping mode was set to <var>false
699 /* Do not change these video scaling mode values below without updating
705 * Specifies a video scaling mode. The content is stretched to the
710 * there is no content cropping with this video scaling mode.
715 * Specifies a video scaling mode. The content is scaled, maintaining
722 * Sets video scaling mode. To make the target video scaling mode
725 * scaling mode is {@link #VIDEO_SCALING_MODE_SCALE_TO_FIT}.
733 * @param mode targe
739 setVideoScalingMode(int mode) argument
1073 setWakeMode(Context context, int mode) argument
2429 isVideoScalingModeSupported(int mode) argument
[all...]
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_file.c478 Trace("DRM_file_exists: stat returns mode 0x%x", sbuf.st_mode);
491 DRM_file_open(const uint16_t *name, int32_t nameLen, int32_t mode, argument
508 Trace("DRM_file_open %.*S mode 0x%x", nameLen, name, mode);
510 assert((mode & ~(DRM_FILE_MODE_READ|DRM_FILE_MODE_WRITE)) == 0);
518 if ((res = open(tmpPathBuf1, modes[mode], 0777)) == -1)
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java281 // C function void glCullFace ( GLenum mode )
284 int mode
340 // C function void glDrawArrays ( GLenum mode, GLint first, GLsizei count )
343 int mode,
348 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
351 int mode,
423 // C function void glFrontFace ( GLenum mode )
426 int mode
502 // C function void glHint ( GLenum target, GLenum mode )
506 int mode
342 glDrawArrays( int mode, int first, int count ) argument
350 glDrawElements( int mode, int count, int type, java.nio.Buffer indices ) argument
1256 glDrawElements( int mode, int count, int type, int offset ) argument
[all...]
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java57 int type, String domain, String relpath, long mode, long mtime)
56 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java586 private String getBeginMode(int mode) { argument
587 switch (mode) {
603 return getHex(mode);
770 private String getHintMode(int mode) { argument
771 switch (mode) {
779 return getHex(mode);
1413 public void glCullFace(int mode) { argument
1415 arg("mode", mode);
1418 mgl.glCullFace(mode);
1513 glDrawArrays(int mode, int first, int count) argument
1529 glDrawElements(int mode, int count, int type, Buffer indices) argument
1657 glFrontFace(int mode) argument
1770 glHint(int target, int mode) argument
2051 glMatrixMode(int mode) argument
2345 glShadeModel(int mode) argument
3345 glDrawElements(int mode, int count, int type, int offset) argument
3471 glBlendEquation(int mode) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java104 /** The mode that no editing action is done. */
106 /** The mode of copy. */
108 /** The mode of paste. */
110 /** The mode of changing size. */
112 /** The mode of changing color. */
114 /** The mode of selection. */
116 /** The mode of changing alignment. */
118 /** The mode of changing cut. */
419 public void onStateChanged(int mode, int state); argument
527 * Notify the event that the mode an
532 notifyStateChanged(int mode, int state) argument
619 onStartAction(int mode, boolean notifyStateChanged) argument
918 addAction(int mode, EditModeActionBase action) argument
969 addAction(int mode, EditModeActionBase action) argument
973 onAction(int mode) argument
977 onAction(int mode, boolean notifyStateChanged) argument
1244 setEditMode(int mode) argument
2875 getAction(int mode) argument
2886 doNext(int mode) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp277 int mode = request.readInt32(); local
278 return mPlayer->setVideoScalingMode(mode);
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.cpp222 MediaSource::ReadOptions::SeekMode mode; local
223 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
/frameworks/base/core/java/android/os/
H A DINetworkManagementService.aidl223 * Load firmware for operation in the given mode. Currently the three
226 void wifiFirmwareReload(String wlanIface, String mode);
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerState.java177 * @param mode The electron beam animation mode to prepare.
180 public boolean prepareElectronBeam(int mode) { argument
181 if (!mElectronBeam.prepare(mode)) {
/frameworks/base/tests/BrowserTestPlugin/jni/
H A Dmain.cpp37 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc,
132 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, argument
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java204 void writeFile(String name, String contents, int mode) { argument
206 PrintStream out = new PrintStream(openFileOutput(name, mode));
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRadialGradient_Delegate.java99 * @param tile The Shader tiling mode
114 int[] colors, float[] positions, TileMode mode) {
115 super(colors, positions, mode);
113 RadialGradientPaint(float x, float y, float radius, int[] colors, float[] positions, TileMode mode) argument
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp161 llvm::Linker::LinkerMode mode = local
166 mode, &error) != 0) {
/frameworks/rs/
H A DrsFont.h88 RenderMode mode = FRAMEBUFFER, Rect *bounds = NULL,
151 Font::RenderMode mode = Font::FRAMEBUFFER,
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp263 ReadOptions::SeekMode mode; local
264 if (options && options->getSeekTo(&seekTimeUs, &mode)) {

Completed in 1163 milliseconds

1234567891011>>