HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 176 - 200 of 661) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/zlib/contrib/iostream2/
zstream.h 178 char mode[4] = "wb\0"; local
179 if (level != Z_DEFAULT_COMPRESSION) mode[2] = '0'+level;
181 m_fp = ::gzopen(name, mode);
188 char mode[4] = "wb\0"; local
189 if (level != Z_DEFAULT_COMPRESSION) mode[2] = '0'+level;
191 m_fp = ::gzdopen(fileno(fp), mode);
  /frameworks/base/include/utils/
BackupHelpers.h 46 int mode; member in struct:android::FileState
  /frameworks/base/media/libmedia/
IMediaMetadataRetriever.cpp 127 status_t setMode(int mode)
131 data.writeInt32(mode);
136 status_t getMode(int* mode) const
141 *mode = reply.readInt32();
221 int mode = data.readInt32(); local
222 reply->writeInt32(setMode(mode));
227 int mode; local
228 status_t status = getMode(&mode);
229 reply->writeInt32(mode);
  /frameworks/base/media/libstagefright/codecs/amrwb/
AMRWBDecoder.cpp 174 int16 mode = ((inputPtr[0] >> 3) & 0x0f); local
175 size_t frameSize = getFrameSize(mode);
183 &frameType, &mode, 1, &rx_state); local
189 mode, mInputSampleBuffer,
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
M4vH263Decoder.cpp 93 MP4DecodingMode mode; local
95 mode = MPEG4_MODE;
98 mode = H263_MODE;
125 mHandle, vol_data, &vol_size, 1, mWidth, mHeight, mode);
134 CHECK_EQ(mode, actualMode);
140 if (mode == H263_MODE && (width == 0 || height == 0)) {
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 57 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) *
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 48 ipq_mode_msg_t mode; member in union:ipq_peer_msg::__anon9251
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
sysfs.h 23 mode_t mode; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
vt.h 22 char mode; member in struct:vt_mode
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 48 ipq_mode_msg_t mode; member in union:ipq_peer_msg::__anon9605
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
sysfs.h 23 mode_t mode; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
vt.h 22 char mode; member in struct:vt_mode
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 48 ipq_mode_msg_t mode; member in union:ipq_peer_msg::__anon9959
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
sysfs.h 23 mode_t mode; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
vt.h 22 char mode; member in struct:vt_mode
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ip_queue.h 48 ipq_mode_msg_t mode; member in union:ipq_peer_msg::__anon10378
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
sysfs.h 23 mode_t mode; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
vt.h 22 char mode; member in struct:vt_mode
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ip_queue.h 48 ipq_mode_msg_t mode; member in union:ipq_peer_msg::__anon10741
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
sysfs.h 23 mode_t mode; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
vt.h 22 char mode; member in struct:vt_mode
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ip_queue.h 48 ipq_mode_msg_t mode; member in union:ipq_peer_msg::__anon11165
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
sysfs.h 23 mode_t mode; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
vt.h 22 char mode; member in struct:vt_mode
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactActivity.java 77 final int mode = extras.getInt(QuickContact.EXTRA_MODE, QuickContact.MODE_MEDIUM); local
80 mQuickContact.show(lookupUri, target, mode, excludeMimes);

Completed in 2286 milliseconds

1 2 3 4 5 6 78 91011>>