HomeSort by relevance Sort by last modified time
    Searched full:metadata (Results 401 - 425 of 1450) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/
MediaSourceSplitter.cpp 24 #include <media/stagefright/MetaData.h>
51 status_t MediaSourceSplitter::start(int clientId, MetaData *params) {
114 sp<MetaData> MediaSourceSplitter::getFormat(int clientId) {
213 status_t MediaSourceSplitter::Client::start(MetaData *params) {
221 sp<MetaData> MediaSourceSplitter::Client::getFormat() {
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/
AMRNBEncoder.cpp 25 #include <media/stagefright/MetaData.h>
32 AMRNBEncoder::AMRNBEncoder(const sp<MediaSource> &source, const sp<MetaData> &meta)
72 status_t AMRNBEncoder::start(MetaData *params) {
130 sp<MetaData> AMRNBEncoder::getFormat() {
131 sp<MetaData> srcFormat = mSource->getFormat();
  /frameworks/base/media/libstagefright/codecs/amrwbenc/
AMRWBEncoder.cpp 29 #include <media/stagefright/MetaData.h>
39 AMRWBEncoder::AMRWBEncoder(const sp<MediaSource> &source, const sp<MetaData> &meta)
126 status_t AMRWBEncoder::start(MetaData *params) {
181 sp<MetaData> AMRWBEncoder::getFormat() {
182 sp<MetaData> srcFormat = mSource->getFormat();
  /frameworks/base/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 26 #include <media/stagefright/MetaData.h>
31 AnotherPacketSource::AnotherPacketSource(const sp<MetaData> &meta)
45 void AnotherPacketSource::setFormat(const sp<MetaData> &meta) {
53 status_t AnotherPacketSource::start(MetaData *params) {
61 sp<MetaData> AnotherPacketSource::getFormat() {
  /frameworks/media/libvideoeditor/lvpp/
DummyAudioSource.cpp 26 #include <media/stagefright/MetaData.h>
107 status_t DummyAudioSource::start(MetaData *params) {
141 sp<MetaData> DummyAudioSource::getFormat() {
144 sp<MetaData> meta = new MetaData;
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java 34 * Note that these tests use the metadata contained in the files with TEST_META_DATA_FILE_PREFIX,
35 * not the normal metadata files, so should not be used for regression test purposes - these tests
60 // Note that this is the same as the example number for DE in the metadata.
146 PhoneMetadata metadata = phoneUtil.getMetadataForRegion(RegionCode.US); local
147 assertEquals("US", metadata.getId());
148 assertEquals(1, metadata.getCountryCode());
149 assertEquals("011", metadata.getInternationalPrefix());
150 assertTrue(metadata.hasNationalPrefix());
151 assertEquals(2, metadata.numberFormatSize());
153 metadata.getNumberFormat(1).getPattern())
167 PhoneMetadata metadata = phoneUtil.getMetadataForRegion(RegionCode.DE); local
187 PhoneMetadata metadata = phoneUtil.getMetadataForRegion(RegionCode.AR); local
1098 PhoneMetadata metadata = new PhoneMetadata(); local
1204 PhoneMetadata metadata = phoneUtil.getMetadataForRegion(RegionCode.US); local
    [all...]
  /external/webkit/Source/WebCore/fileapi/
DOMFileSystem.cpp 124 virtual void didReadMetadata(const FileMetadata& metadata)
126 if (!metadata.platformPath.isEmpty())
127 m_path = metadata.platformPath;
  /external/webkit/Source/WebCore/platform/graphics/android/
SharedTexture.h 75 * The texture and its associated metadata that is used by the producer. The
78 * metadata is used to track changes to the texture that would orphan the
83 * The target texture stores the id and metadata of the texture that is to be
  /frameworks/base/include/media/stagefright/
MediaSource.h 30 class MetaData;
37 virtual status_t start(MetaData *params = NULL) = 0;
48 virtual sp<MetaData> getFormat() = 0;
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 34 #include <media/stagefright/MetaData.h>
46 const sp<MetaData> &format);
47 virtual status_t start(MetaData *params = NULL);
49 virtual sp<MetaData> getFormat();
72 sp<MetaData> mEncFormat;
74 VideoEditorAudioEncoderSource(const sp<MetaData> &format);
83 const sp<MetaData> &format) {
93 const sp<MetaData> &format):
111 status_t VideoEditorAudioEncoderSource::start(MetaData *meta) {
158 sp<MetaData> VideoEditorAudioEncoderSource::getFormat()
    [all...]
  /packages/apps/Settings/src/com/android/settings/
Utils.java 178 Bundle metaData = resolveInfo.activityInfo.metaData;
180 if (res != null && metaData != null) {
181 icon = res.getDrawable(metaData.getInt(META_DATA_PREFERENCE_ICON));
182 title = res.getString(metaData.getInt(META_DATA_PREFERENCE_TITLE));
183 summary = res.getString(metaData.getInt(META_DATA_PREFERENCE_SUMMARY));
239 Bundle metaData = resolveInfo.activityInfo.metaData;
241 if (res != null && metaData != null) {
242 icon = res.getDrawable(metaData.getInt(META_DATA_PREFERENCE_ICON))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 95 template<typename Metadata>
98 init_entry_metadata(entry_pointer p_l, type_to_type<Metadata>)
99 { new (&p_l->m_update_metadata) Metadata(s_update_policy()); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/
node.hpp 50 template<typename Value_Type, class Metadata, class Allocator>
55 typedef Metadata metadata_type;
61 Metadata,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
node.hpp 48 template<typename Value_Type, class Metadata, class Allocator>
53 typedef Metadata metadata_type;
57 splay_tree_node_<Value_Type, Metadata, Allocator> >::other::pointer
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 95 template<typename Metadata>
98 init_entry_metadata(entry_pointer p_l, type_to_type<Metadata>)
99 { new (&p_l->m_update_metadata) Metadata(s_update_policy()); }
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
node.hpp 50 template<typename Value_Type, class Metadata, class Allocator>
55 typedef Metadata metadata_type;
61 Metadata,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
node.hpp 48 template<typename Value_Type, class Metadata, class Allocator>
53 typedef Metadata metadata_type;
57 splay_tree_node_<Value_Type, Metadata, Allocator> >::other::pointer
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 95 template<typename Metadata>
98 init_entry_metadata(entry_pointer p_l, type_to_type<Metadata>)
99 { new (&p_l->m_update_metadata) Metadata(s_update_policy()); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
node.hpp 50 template<typename Value_Type, class Metadata, class Allocator>
55 typedef Metadata metadata_type;
61 Metadata,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
node.hpp 48 template<typename Value_Type, class Metadata, class Allocator>
53 typedef Metadata metadata_type;
57 splay_tree_node_<Value_Type, Metadata, Allocator> >::other::pointer
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 95 template<typename Metadata>
98 init_entry_metadata(entry_pointer p_l, type_to_type<Metadata>)
99 { new (&p_l->m_update_metadata) Metadata(s_update_policy()); }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
node.hpp 50 template<typename Value_Type, class Metadata, class Allocator>
55 typedef Metadata metadata_type;
61 Metadata,
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
node.hpp 48 template<typename Value_Type, class Metadata, class Allocator>
53 typedef Metadata metadata_type;
57 splay_tree_node_<Value_Type, Metadata, Allocator> >::other::pointer
  /sdk/rule_api/src/com/android/ide/common/api/
IViewMetadata.java 22 * Metadata about a particular view. The metadata for a View can be found by asking the
23 * {@link IClientRulesEngine} for the metadata for a given class via
  /external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoadHook.java 45 // important to use the same options as the metadata may have been populated earlier:
80 // loading the class in question, if metadata for 'className' exists
85 // metadata instance could be associated with more than one app loader]
91 if (m_instrResult.m_descriptor != null) // null means either the metadata existed already or the class is an interface
93 // try to update metadata [this supports the "no initial full cp
102 // updates the metadata first, discard our version of the class def

Completed in 855 milliseconds

<<11121314151617181920>>