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

<<21222324252627282930>>

  /frameworks/base/docs/html/guide/topics/manifest/
meta-data-element.jd 24 {@link android.content.pm.PackageItemInfo#metaData
25 PackageItemInfo.metaData} field.
  /frameworks/base/include/camera/
Camera.h 63 camera_frame_metadata_t *metadata) = 0;
143 camera_frame_metadata_t *metadata);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.cpp 32 #include <media/stagefright/MetaData.h>
84 sp<MetaData> NuPlayer::HTTPLiveSource::getFormat(bool audio) {
  /frameworks/base/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 25 #include <media/stagefright/MetaData.h>
34 const sp<ANativeWindow> &nativeWindow, const sp<MetaData> &meta)
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 68 #include "llvm/Metadata.h"
103 // Name of metadata node where pragma info resides (should be synced with
107 // Name of metadata node where exported variable names reside (should be
111 // Name of metadata node where exported function names reside (should be
115 // Name of metadata node where RS object slot info resides (should be
336 // Load named metadata
447 // Read pragma information from the metadata node of the module.
612 // if reaching here, we know the global variable record in metadata is
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 61 // Insert constants and metadata that are named at module level into the slot
91 // Enumerate metadata attached with this instruction.
177 /// named metadata in the specified module.
204 assert((isa<MDNode>(MD) || isa<MDString>(MD)) && "Invalid metadata kind");
233 /// EnumerateFunctionLocalMetadataa - Incorporate function-local metadata
270 "EnumerateValue doesn't handle Metadata!");
439 // Enumerate metadata after the instructions they might refer to.
456 // Add all of the function-local metadata.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
tree_policy.hpp 118 // Const metadata reference.
121 // Metadata reference.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 118 // Const metadata reference.
121 // Metadata reference.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 118 // Const metadata reference.
121 // Metadata reference.
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 118 // Const metadata reference.
121 // Metadata reference.
  /system/extras/fatblock/
read.c 61 WARN("checking metadata of %s: stat failed: %s\n",
96 WARN("reading %s (%llu, %llu): metadata has changed\n",
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 230 /// SymbolMetadata - Represents path-dependent metadata about a specific region.
231 /// Metadata symbols remain live as long as they are marked as in use before
399 /// \brief Creates a metadata symbol associated with a specific region.
474 /// environment. Checkers should instead use metadata symbols and markInUse.
479 /// For metadata symbols,
  /external/llvm/test/Transforms/SimplifyCFG/
branch_fold_dbg.ll 7 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "llvm.metadata"
9 @.str = internal constant [4 x i8] c"a.c\00", section "llvm.metadata" ; <[4 x i8]*> [#uses=1]
10 @.str1 = internal constant [6 x i8] c"/tmp/\00", section "llvm.metadata" ; <[6 x i8]*> [#uses=1]
11 @.str2 = internal constant [55 x i8] c"4.2.1 (Based on Apple Inc. build 5636) (LLVM build 00)\00", section "llvm.metadata" ; <[55 x i8]*> [#uses=1]
12 @llvm.dbg.compile_unit = internal constant %llvm.dbg.compile_unit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 1, i8* getelementptr ([4 x i8]* @.str, i32 0, i32 0), i8* getelementptr ([6 x i8]* @.str1, i32 0, i32 0), i8* getelementptr ([55 x i8]* @.str2, i32 0, i32 0), i1 true, i1 false, i8* null }, section "llvm.metadata" ; <%llvm.dbg.compile_unit.type*> [#uses=1]
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 218 // Nothing more to do if we already have all of the item's metadata.
220 LOG(Media, "MediaPlayerPrivateAVFoundation::playabilityKnown(%p) - all metadata loaded", this);
224 // At this point we are supposed to load metadata. It is OK to ask the asset to load the same
439 if (avAssetStatus == MediaPlayerAVAssetStatusFailed || m_preload > MediaPlayer::MetaData) {
442 // have access to its metadata. Or we may have been asked to become ready to play immediately.
  /frameworks/base/core/java/android/server/search/
Searchables.java 101 * activity does not define any explicit searchable metadata.
123 Bundle md = ai.metaData;
129 md = ai.applicationInfo.metaData;
161 // case 3: no metadata
215 // for each component, try to find metadata
  /frameworks/media/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 27 #include <stagefright/MetaData.h>
392 sp<MetaData> metaData = buffer->meta_data();
393 metaData->setInt32(kKeyRendered, 1);
588 void RenderInput::updateVideoSize(sp<MetaData> meta) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_internal_node<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
61 pat_trie_leaf<Type_Traits, E_Access_Traits, Metadata, Allocator>
65 typename Metadata,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_internal_node<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
61 pat_trie_leaf<Type_Traits, E_Access_Traits, Metadata, Allocator>
65 typename Metadata,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_internal_node<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
61 pat_trie_leaf<Type_Traits, E_Access_Traits, Metadata, Allocator>
65 typename Metadata,
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 52 typename Metadata, typename Allocator>
55 pat_trie_internal_node<Type_Traits, E_Access_Traits, Metadata, Allocator>
58 pat_trie_node_base<Type_Traits, E_Access_Traits, Metadata, Allocator>
61 pat_trie_leaf<Type_Traits, E_Access_Traits, Metadata, Allocator>
65 typename Metadata,
  /external/clang/docs/
PCHInternals.html 33 <li><a href="#metadata">Metadata Block</a></li>
176 <h3 id="metadata">Metadata Block</h3>
178 <p>The metadata block contains several records that provide
179 information about how the precompiled header was built. This metadata
182 when compiling for a 64-bit x86 target. The metadata block contains
209 <dd>Although not explicitly stored as part of the metadata, the
217 contents are verified along with the rest of the metadata.</dd>
222 a slightly different metadata block, which contains the followin
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 197 Metadata GetMetadata() const;
422 Metadata DynamicMessage::GetMetadata() const {
423 Metadata metadata; local
424 metadata.descriptor = type_info_->type;
425 metadata.reflection = type_info_->reflection.get();
426 return metadata;
  /frameworks/base/media/libstagefright/
CameraSource.cpp 27 #include <media/stagefright/MetaData.h>
43 camera_frame_metadata_t *metadata);
70 camera_frame_metadata_t *metadata) {
522 // By default, do not store metadata in video buffers
538 mMeta = new MetaData;
578 status_t CameraSource::start(MetaData *meta) {
698 sp<MetaData> CameraSource::getFormat() {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 125 // No metadata
129 provider.metaData = new Bundle();
133 provider.metaData.putString("android.content.ContactDirectory", "");
137 provider.metaData.putBoolean("android.content.ContactDirectory", false);
141 provider.metaData.putBoolean("android.content.ContactDirectory", true);
593 providerInfo.metaData = new Bundle();
594 providerInfo.metaData.putBoolean("android.content.ContactDirectory", true);
  /system/media/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 69 /* metadata key index for the PCM format information we want to retrieve */
72 /* size of the struct to retrieve the PCM format metadata values: the values we're interested in
77 /* used to query metadata values */
311 /* allocate memory to receive the PCM format metadata */
395 /* Get the metadata extraction interface which was explicitly requested */
459 /* Display the metadata obtained from the decoder */
480 /* find out the key index of the metadata we're interested in */

Completed in 1652 milliseconds

<<21222324252627282930>>