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

<<31323334353637383940>>

  /frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 95 LOGV("create midi metadata retriever");
  /frameworks/base/media/libstagefright/
CameraSourceTimeLapse.cpp 26 #include <media/stagefright/MetaData.h>
  /frameworks/base/media/libstagefright/rtsp/
rtp_test.cpp 26 #include <media/stagefright/MetaData.h>
ARTPWriter.cpp 32 #include <media/stagefright/MetaData.h>
117 status_t ARTPWriter::start(MetaData *params) {
456 sp<MetaData> meta = mSource->getFormat();
MyTransmitter.h 112 sp<MetaData> encMeta = new MetaData;
179 sp<MetaData> meta = mEncoder->getFormat();
  /frameworks/base/media/libstagefright/timedtext/
TimedTextPlayer.cpp 27 #include <media/stagefright/MetaData.h>
  /frameworks/media/libvideoeditor/vss/inc/
M4PTO3GPP_API.h 144 /**< File descriptor of the temporary file to store metadata ("moov.bin") */
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.h 87 ::google::protobuf::Metadata GetMetadata() const;
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 240 //Metadata buffermanagement
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 101 * Group metadata was not found, close the fragment now.
165 LOADING, // Loader is fetching the group metadata
488 // Setup the group metadata display
754 * The listener for the group metadata (i.e. group name, account type, and account name) loader.
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
ExternalAccountTypeTest.java 80 * Initialize with the name of an existing package, which has no contacts.xml metadata.
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 62 * records are just metadata about this record. There MUST be one URI
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 98 * existence, and matches it up against the expected metadata.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 326 /* This does not work well, because the metadata is a bit misleading:
537 IViewMetadata metadata = mRulesEngine.getMetadata(selectedNode.getFqcn()); local
538 if (metadata != null) {
539 List<String> attributes = metadata.getTopAttributes();
    [all...]
GridLayoutRule.java 326 IViewMetadata metadata = mRulesEngine.getMetadata(fqcn); local
327 if (metadata == null) {
330 FillPreference fill = metadata.getFillPreference();
  /external/chromium/webkit/glue/media/
buffered_data_source.cc 68 preload_(media::METADATA),
387 // If the user indicates preload=metadata, then just load exactly
389 if (preload_ == media::METADATA && !media_has_played_)
  /external/e2fsprogs/e2fsck/
revoke.c 16 * metadata from being replayed on top of newer data using the same
264 * metadata writes of the buffer in this transaction cancel the
271 * metadata.
  /external/e2fsprogs/misc/
mke2fs.8.in 210 This mostly affects placement of filesystem metadata like bitmaps at
493 Allow the per-block group metadata (allocation bitmaps and inode tables)
496 will place the per-block group metadata together starting at the first
  /external/llvm/lib/VMCore/
Module.cpp 116 /// getMDKindID - Return a unique non-zero ID for the specified metadata kind.
123 /// custom metadata IDs registered in this LLVMContext. ID #0 is not used,
468 // Incorporate types hiding in metadata.
  /external/llvm/test/Transforms/ObjCARC/
basic.ll 22 declare void @llvm.dbg.value(metadata, i64, metadata)
927 ; Trivial code motion case: Triangle, but no metadata. Don't move past
957 ; Trivial code motion case: Triangle, with metadata. Do move past
958 ; unrelated memory references! And preserve the metadata.
1207 ; Like test36, but with metadata.
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 174 "Enable internet radio mode (extraction of shoutcast/icecast metadata)",
444 request.setHTTPHeaderField("icy-metadata", "1");
751 GstCaps* caps = gst_caps_new_simple("application/x-icy", "metadata-interval", G_TYPE_INT, (gint) icyMetaInt, NULL);
  /frameworks/base/media/libstagefright/omx/tests/
OMXHarness.cpp 36 #include <media/stagefright/MetaData.h>
269 sp<MetaData> meta = extractor->getTrackMetaData(i);
527 sp<MetaData> meta = extractor->getTrackMetaData(i);
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareInterface.h 41 camera_frame_metadata_t *metadata,
455 camera_frame_metadata_t *metadata,
467 __this->mDataCb(msg_type, mem->mBuffers[index], metadata, __this->mCbUser);
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 43 #include <media/stagefright/MetaData.h>
188 sp<MetaData> meta = pReaderContext->mExtractor->getMetaData();
439 sp<MetaData> meta = NULL;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 95 public boolean tryGCOrWait(String metaData, Throwable t) {
100 LatinImeLogger.logOnException(metaData, t);
108 LatinImeLogger.logOnException(metaData, t);
    [all...]

Completed in 693 milliseconds

<<31323334353637383940>>