Searched defs:version (Results 1 - 25 of 118) sorted by path

12345

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1022 uint8_t version; local
1023 if (mDataSource->readAt(data_offset, &version, 1) < 1) {
1042 if (version == 1) {
1047 } else if (version == 0) {
1121 // tenc box contains 1 byte version, 3 byte flags, 3 byte default algorithm id, one byte
1222 uint8_t version; local
1224 data_offset, &version, sizeof(version))
1225 < (ssize_t)sizeof(version)) {
1231 if (version
2269 uint32_t version = flags >> 24; local
2488 uint8_t version; local
3718 uint8_t version; local
3781 uint8_t version; local
[all...]
H A DSampleTable.cpp188 // Expected version = 0, flags = 0.
226 // Expected version = 0, flags = 0.
292 // Expected version = 0, flags = 0.
348 // Expected version = 0, flags = 0.
381 // NOTE: per 14996-12, version 0 ctts contains unsigned values, while version 1
382 // contains signed values, however some software creates version 0 files that
384 // regardless of version.
401 uint32_t version = flags >> 24; local
404 if ((version !
[all...]
H A DXINGSeeker.cpp103 uint8_t version = (buffer[1] >> 3) & 3; local
106 if(version & 1) { // mpeg1
H A Davc_utils.cpp647 unsigned version = (header >> 19) & 3; local
649 if (version == 0x01) {
676 if (version == 2 /* V2 */) {
678 } else if (version == 0 /* V2.5 */) {
698 (version == 3 /* V1 */)
730 if (version == 3 /* V1 */) {
751 if (version == 3 /* V1 */) {
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h189 int16 version; member in struct:tPVMP3DecoderExternal
210 * Out: Size of the output frame in 16-bit words, This value depends on the mp3 version
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_seek_synch.cpp157 int32 version; local
162 version = MPEG_2_5;
165 version = MPEG_2;
168 version = MPEG_1;
171 version = INVALID_VERSION;
177 if (version != INVALID_VERSION && (freq_index != 3))
179 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[version][(temp<<16)>>28] << 20,
182 numBytes >>= (20 - version);
184 if (version != MPEG_1)
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
H A Dmp3reader.cpp66 unsigned version = (header >> 19) & 3; local
68 if (version == 0x01) {
93 if (version == 2 /* V2 */) {
95 } else if (version == 0 /* V2.5 */) {
115 (version == 3 /* V1 */)
147 if (version == 3 /* V1 */) {
168 if (version == 3 /* V1 */) {
190 // Mask to extract the version, layer, sampling rate parts of the MP3 header,
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp100 ID3::Version ID3::version() const { function in class:android::ID3
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp1098 AString version; local
1099 data->getRequestField(2, &version);
1100 if (!(version == AString("RTSP/1.0"))) {
/frameworks/av/services/audioflinger/
H A DAudioHwDevice.h62 uint32_t version() const { return mHwDevice->common.version; } function in class:android::AudioHwDevice
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DSerializer.h164 static const char version[]; member in struct:android::ModuleTraits::Attributes
221 static const uint32_t gMajor; /**< the major number of the policy xml format version. */
222 static const uint32_t gMinor; /**< the minor number of the policy xml format version. */
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp47 const char *const PolicySerializer::versionAttribute = "version";
411 const char ModuleTraits::Attributes::version[] = "halVersion"; member in class:android::ModuleTraits::Attributes
421 uint32_t version = AUDIO_DEVICE_API_VERSION_MIN; local
422 string versionLiteral = getXmlAttribute(root, Attributes::version);
426 version = HARDWARE_DEVICE_API_VERSION(major, minor);
428 version, major, minor);
433 module = new Element(name.c_str(), version);
613 string version = getXmlAttribute(cur, versionAttribute); local
614 if (version.empty()) {
615 ALOGE("%s: No version foun
[all...]
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java489 public boolean hasSystemFeature(String name, int version) { argument
491 return mPM.hasSystemFeature(name, version);
/frameworks/base/core/java/android/bluetooth/
H A DSdpOppOpsRecord.java35 int l2capPsm, int version, byte[] formatsList) {
40 this.mProfileVersion = version;
103 sb.append("\n Profile version: ").append(mProfileVersion);
34 SdpOppOpsRecord(String serviceName, int rfcommChannel, int l2capPsm, int version, byte[] formatsList) argument
/frameworks/base/core/java/android/content/pm/
H A DFeatureInfo.java32 * version, which must always be backwards compatible. That is, a device
33 * claiming to support version 3 of a specific feature must support apps
34 * requesting version 1 of that feature.
39 * this is null, then this is an OpenGL ES version feature as described
46 * maximum version of this feature supported by the device. The device
50 * minimum version of the feature required by the app.
52 * When a feature version is undefined by a device, it's assumed to be
53 * version 0.
55 public int version; field in class:FeatureInfo
63 * The GLES version use
[all...]
H A DPackageManager.java640 * version code than the currently installed app. This is permitted only if
824 * current SDK version is older than that required by the package.
845 * current SDK version is newer than that required by the package.
955 * {@link IPackageInstallObserver} if the new package has an older version
1167 * of uninstalling the update and rolling back to the older system version (which
1642 * will enumerate at least one {@code VkPhysicalDevice}, and the feature version will indicate
1668 * {@link #hasSystemFeature(String, int)}: The version of this feature indicates the highest
1670 * the hardware level indicated by {@link #FEATURE_VULKAN_HARDWARE_LEVEL}. The feature version
1671 * uses the same encoding as Vulkan version numbers:
1673 * <li>Major version numbe
3646 hasSystemFeature(String name, int version) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DObbInfo.java42 * The version of the package to which the OBB file belongs.
44 public int version; field in class:ObbInfo
68 sb.append(",version=");
69 sb.append(version);
83 dest.writeInt(version);
102 version = source.readInt();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java861 * Gets the database version.
863 * @return the database version
870 * Sets the database version.
872 * @param version the new database version
874 public void setVersion(int version) { argument
875 execSQL("PRAGMA user_version = " + version);
1740 * Returns true if the new version code is greater than the current database version.
1742 * @param newVersion The new version cod
[all...]
H A DSQLiteOpenHelper.java25 * A helper class to manage database creation and version management.
40 * monotonically increasing version numbers for upgrades.</p>
72 * @param version number of the database (starting at 1); if the database is older,
76 public SQLiteOpenHelper(Context context, String name, CursorFactory factory, int version) { argument
77 this(context, name, factory, version, null);
91 * @param version number of the database (starting at 1); if the database is older,
97 public SQLiteOpenHelper(Context context, String name, CursorFactory factory, int version, argument
99 if (version < 1) throw new IllegalArgumentException("Version must be >= 1, was " + version);
104 mNewVersion = version;
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DContextHubMessage.java48 * get message version
50 * @return int - message version
75 * Set message version
77 * @param version - message version
79 public void setVersion(int version) { argument
80 mVersion = version;
96 * @param version - version
99 public ContextHubMessage(int msgType, int version, byt argument
[all...]
H A DGeofenceHardwareImpl.java184 public void setVersion(int version) { argument
185 mVersion = version;
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java112 ModuleProperties(int id, int classId, String implementor, String product, String version, argument
119 mVersion = version;
157 /** Human readable broadcast radio module version number
158 * @return the radio module version.
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java62 /** Unique voice engine Id (changes with each version) */
65 /** Voice detection engine version */
66 public final int version; field in class:SoundTrigger.ModuleProperties
97 String uuid, int version, int maxSoundModels, int maxKeyphrases,
105 this.version = version;
133 int version = in.readInt();
143 return new ModuleProperties(id, implementor, description, uuid, version,
155 dest.writeInt(version);
175 + description + ", uuid=" + uuid + ", version
96 ModuleProperties(int id, String implementor, String description, String uuid, int version, int maxSoundModels, int maxKeyphrases, int maxUsers, int recognitionModes, boolean supportsCaptureTransition, int maxBufferMs, boolean supportsConcurrentCapture, int powerConsumptionMw, boolean returnsTriggerInEvent) argument
[all...]
/frameworks/base/core/java/android/hardware/usb/
H A DUsbAccessory.java28 * the version of the accessory, and a user visible description of the accessory to the device.
29 * The manufacturer, model and version strings are used by the USB Manager to choose
74 String version, String uri, String serial) {
78 mVersion = version;
124 * Returns the version of the accessory.
126 * @return the accessory version
199 String version = in.readString();
202 return new UsbAccessory(manufacturer, model, description, version, uri, serial);
73 UsbAccessory(String manufacturer, String model, String description, String version, String uri, String serial) argument
H A DUsbDevice.java66 String manufacturerName, String productName, String version, String serialNumber) {
75 mVersion = version;
109 * Returns the version number of the device.
111 * @return the device version
297 String version = in.readString();
301 manufacturerName, productName, version, serialNumber);
64 UsbDevice(String name, int vendorId, int productId, int Class, int subClass, int protocol, String manufacturerName, String productName, String version, String serialNumber) argument

Completed in 2251 milliseconds

12345