HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 326 - 350 of 811) sorted by null

<<11121314151617181920>>

  /external/zlib/contrib/infback9/
infback9.c 229 inflate_mode mode; /* current inflate mode */ local
260 mode = TYPE;
276 switch (mode) {
281 mode = DONE;
291 mode = STORED;
300 mode = LEN; /* decode codes */
305 mode = TABLE;
309 mode = BAD;
320 mode = BAD
    [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 58 public int mode; field in class:FileUtils.FileStatus
84 public static native int setPermissions(String file, int mode, int uid, int gid);
180 if (max > 0 || (size > 0 && max == 0)) { // "head" mode: read the first N bytes
188 } else if (max < 0) { // "tail" mode: keep the last N
208 } else { // "cat" mode: size unknown, read it all in streaming fashion
  /frameworks/base/media/libstagefright/
AMRExtractor.cpp 215 ReadOptions::SeekMode mode; local
216 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
CameraSource.cpp 274 ReadOptions::SeekMode mode; local
275 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
JPEGSource.cpp 115 ReadOptions::SeekMode mode; local
116 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
StagefrightMetadataRetriever.cpp 139 LOGE("Unknown seek mode: %d", seekMode);
143 MediaSource::ReadOptions::SeekMode mode = local
148 options.setSeekTo(thumbNailTime, mode);
151 options.setSeekTo(frameTimeUs, mode);
WAVExtractor.cpp 319 ReadOptions::SeekMode mode; local
320 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
  /frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 43 printf ("Options +M* for seting compression bitrate mode, default is 23.85kbps\n");
59 printf ("Options +DTX enable DTX mode, default is disable.\n");
73 int mode,
182 //###################################### set encode Mode ##################################################
184 ret = AudioAPI.SetParam(hCodec, VO_PID_AMRWB_MODE, &mode);
263 int mode, r; local
280 mode = VOAMRWB_MD2385;
294 case '0': mode = VOAMRWB_MD66;
296 case '1': mode = VOAMRWB_MD885;
298 case '2': mode = VOAMRWB_MD1265;
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 89 VOAMRWBMODE mode; member in struct:__anon9209
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
M4vH263Decoder.cpp 94 MP4DecodingMode mode; local
96 mode = MPEG4_MODE;
99 mode = H263_MODE;
126 mHandle, vol_data, &vol_size, 1, mWidth, mHeight, mode);
135 CHECK_EQ((int)mode, (int)actualMode);
141 if (mode == H263_MODE && (width == 0 || height == 0)) {
182 ReadOptions::SeekMode mode; local
183 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 27 /* Purpose : Decode a frame of MPEG4 bitstream in combined mode. */
34 /* 04/13/2000 : Rewrote this combined mode path completely */
35 /* so that it handles "Combined Mode With Error */
50 uint8 *Mode = video->headerInfo.Mode;
67 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB);
74 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB);
168 if (Mode[mbnum] != MODE_SKIPPED)
349 uint8 *Mode = video->headerInfo.Mode;
533 uint mode = video->headerInfo.Mode[mbnum]; local
    [all...]
datapart_decode.cpp 28 /* Purpose : Decode a frame of MPEG4 bitstream in datapartitioning mode. */
57 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB);
63 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB);
132 /* Purpose : Decode Data Partitioned Mode Video Packet in I-VOP */
141 uint8 *Mode = video->headerInfo.Mode;
173 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]);
234 MBtype = Mode[mbnum];
235 /* No skipped mode in I-packets 3/1/2001 */
240 /* there is always acdcpred in DataPart mode 04/10/01 *
629 uint8 mode = video->headerInfo.Mode[mbnum]; local
    [all...]
dcac_prediction.cpp 79 if (!comp && x_pos && !(video->headerInfo.Mode[mbnum-1]&INTRA_MASK)) /* not intra */
83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */
226 uint8 *mode = video->headerInfo.Mode; local
269 && (mode[mbnum-nMBPerRow] == MODE_INTRA || mode[mbnum-nMBPerRow] == MODE_INTRA_Q);;
277 && (mode[mbnum-1] == MODE_INTRA || mode[mbnum-1] == MODE_INTRA_Q);
285 && (mode[mbnum-nMBPerRow] == MODE_INTRA || mode[mbnum-nMBPerRow] == MODE_INTRA_Q)
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h 80 /* MPEG Header Definitions - Mode Values */
128 int32 mode; member in struct:__anon9256
  /hardware/broadcom/wlan/bcm4329/src/include/
dhdioctl.h 97 uint mode; /* Test mode (type of test packets) */ member in struct:dhd_pktgen
116 #define DHD_IDLE_STOP (-1) /* Request SD clock be stopped (and use SD1 mode) */
  /hardware/msm7k/liblights/
lights.c 132 int mode = g_attention; local
134 if (mode == 7 && g_backlight) {
135 mode = 0;
137 LOGV("%s g_backlight = %d, mode = %d, g_attention = %d\n",
138 __func__, g_backlight, mode, g_attention);
141 // can reset the timer on the breathing mode, which looks bad.
142 if (g_trackball == mode) {
146 return write_int(TRACKBALL_FILE, mode);
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 46 * <li><i>"algorithm/mode/padding"</i></li> or
49 * <i>algorithm</i> is the name of a cryptographic algorithm, <i>mode</i> is the
50 * name of a feedback mode and <i>padding</i> is the name of a padding scheme.
51 * If <i>mode</i> and/or <i>padding</i> values are omitted, provider specific
58 * When a block cipher is requested in in stream cipher mode, the number of bits
60 * mode name. e.g. <i>"AES/CFB8/NoPadding"</i>. If no number is specified, a
66 * Constant for decryption operation mode.
71 * Constant for encryption operation mode.
91 * Constant for key unwrapping operation mode.
96 * Constant for key wrapping operation mode
100 private int mode; field in class:Cipher
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSFileSystem.cpp 379 int mode = 0; local
385 mode = 0;
389 mode = 0600;
393 mode = 0600;
397 mode = 0600;
401 mode = 0600;
411 jint rc = TEMP_FAILURE_RETRY(open(path.c_str(), flags, mode));
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherThread.java 34 private String mode = null; field in class:CipherThread
66 mode = getNextMode();
120 return mode;
124 return "Alg name:" + algName + " Key:" + keyLength + " Mode:" + mode +
  /libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 51 * There are two modes of test run: <b>reference generation mode </b> and
52 * <b>testing mode </b>. The actual mode is selected via
53 * <b>&quot;test.mode&quot; </b> system property. The <b>testing mode </b> is
54 * the default mode. <br>
55 * To turn on the <b>reference generation mode </b>, the test.mode property
56 * should be set to value &quot;serial.reference&quot;. In this mode, no testing
58 * serialized objects. This mode should be run on a pur
75 public static String mode = System.getProperty(MODE_KEY); field in class:SerializationTest
    [all...]
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 271 // open file. Mode is set to be consistent with the way that the file
281 int mode = buf.st_mode; local
283 switch ( mode & (S_IWRITE | S_IREAD) ) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 72 int mode = intent.getIntExtra(BluetoothAdapter.EXTRA_SCAN_MODE,
74 if (mode != BluetoothAdapter.ERROR) {
75 handleModeChanged(mode);
201 private void handleModeChanged(int mode) {
202 if (mode == BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
211 int mode = mLocalManager.getBluetoothAdapter().getScanMode(); local
212 if (mode != BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE) {
221 // We're still in discoverable mode, but maybe there isn't a timeout.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 125 * Change Mode
130 * The definition class of engine's mode.
132 public static final class Mode {
229 /** Detail mode of the event */
230 public int mode = 0; field in class:OpenWnnEvent
255 * Generate {@link OpenWnnEvent} for changing the mode
258 * @param mode The mode
260 public OpenWnnEvent(int code, int mode) {
262 this.mode = mode
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm_device.h 27 __u8 mode; member in struct:dlm_lock_params
vt.h 31 char mode; /* vt mode */ member in struct:vt_mode
37 #define VT_GETMODE 0x5601 /* get mode of active vt */
38 #define VT_SETMODE 0x5602 /* set mode of active vt */

Completed in 497 milliseconds

<<11121314151617181920>>