HomeSort by relevance Sort by last modified time
    Searched refs:meta (Results 251 - 275 of 417) sorted by null

<<11121314151617

  /frameworks/base/media/libstagefright/foundation/
ABuffer.cpp 68 sp<AMessage> ABuffer::meta() { function in class:android::ABuffer
  /frameworks/base/media/libstagefright/include/
AMRNBEncoder.h 29 AMRNBEncoder(const sp<MediaSource> &source, const sp<MetaData> &meta);
AMRWBEncoder.h 32 AMRWBEncoder(const sp<MediaSource> &source, const sp<MetaData> &meta);
  /frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorUtils.h 93 void displayMetaData(const sp<MetaData> meta);
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 347 CHECK(track->meta->findCString(kKeyMIMEType, &mime));
355 track->meta->setInt64(
362 return track->meta;
715 track->meta = new MetaData;
719 track->meta->setCString(kKeyMIMEType, "application/octet-stream");
831 mLastTrack->meta->setInt64(
858 mLastTrack->meta->setCString(
893 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime));
955 mLastTrack->meta->setCString(kKeyMIMEType, FourCC2MIME(chunk_type));
956 mLastTrack->meta->setInt32(kKeyChannelCount, num_channels)
    [all...]
WAVExtractor.cpp 51 const sp<MetaData> &meta,
95 sp<MetaData> meta = new MetaData; local
98 return meta;
101 meta->setCString(kKeyMIMEType, "audio/x-wav");
103 return meta;
251 const sp<MetaData> &meta,
256 mMeta(meta),
AudioSource.cpp 157 sp<MetaData> meta = new MetaData; local
158 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_RAW);
159 meta->setInt32(kKeySampleRate, mSampleRate);
160 meta->setInt32(kKeyChannelCount, mRecord->channelCount());
161 meta->setInt32(kKeyMaxInputSize, kMaxBufferSize);
163 return meta;
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.css 27 #resource-browser-results .resource-meta {
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLMetaElement03.js 49 docsLoaded += preload(docRef, "doc", "meta");
78 The name attribute specifies the meta information name.
98 doc = load(docRef, "doc", "meta");
99 nodeList = doc.getElementsByTagName("meta");
104 assertEquals("nameLink","Meta-Name",vname);
HTMLMetaElement01.js 49 docsLoaded += preload(docRef, "doc", "meta");
98 doc = load(docRef, "doc", "meta");
99 nodeList = doc.getElementsByTagName("meta");
HTMLMetaElement02.js 49 docsLoaded += preload(docRef, "doc", "meta");
98 doc = load(docRef, "doc", "meta");
99 nodeList = doc.getElementsByTagName("meta");
HTMLMetaElement04.js 49 docsLoaded += preload(docRef, "doc", "meta");
98 doc = load(docRef, "doc", "meta");
99 nodeList = doc.getElementsByTagName("meta");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLMetaElement03.js 49 docsLoaded += preload(docRef, "doc", "meta");
78 The name attribute specifies the meta information name.
98 doc = load(docRef, "doc", "meta");
99 nodeList = doc.getElementsByTagName("meta");
104 assertEquals("nameLink","Meta-Name",vname);
HTMLMetaElement01.js 49 docsLoaded += preload(docRef, "doc", "meta");
98 doc = load(docRef, "doc", "meta");
99 nodeList = doc.getElementsByTagName("meta");
HTMLMetaElement02.js 49 docsLoaded += preload(docRef, "doc", "meta");
98 doc = load(docRef, "doc", "meta");
99 nodeList = doc.getElementsByTagName("meta");
HTMLMetaElement04.js 49 docsLoaded += preload(docRef, "doc", "meta");
98 doc = load(docRef, "doc", "meta");
99 nodeList = doc.getElementsByTagName("meta");
  /frameworks/base/include/media/stagefright/
OMXCodec.h 48 // Store meta data in video buffers
62 const sp<MetaData> &meta, bool createEncoder,
240 const char *mime, const sp<MetaData>& meta);
244 status_t setupH263EncoderParameters(const sp<MetaData>& meta);
245 status_t setupMPEG4EncoderParameters(const sp<MetaData>& meta);
246 status_t setupAVCEncoderParameters(const sp<MetaData>& meta);
248 const sp<MetaData>& meta, OMX_COLOR_FORMATTYPE *colorFormat);
253 // If profile/level is set in the meta data, its value in the meta
255 status_t getVideoProfileLevel(const sp<MetaData>& meta,
    [all...]
  /frameworks/base/cmds/stagefright/
recordvideo.cpp 65 sp<MetaData> meta = new MetaData; local
66 meta->setInt32(kKeyWidth, mWidth);
67 meta->setInt32(kKeyHeight, mHeight);
68 meta->setInt32(kKeyColorFormat, mColorFormat);
69 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
71 return meta;
  /frameworks/base/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 34 const sp<ANativeWindow> &nativeWindow, const sp<MetaData> &meta)
39 CHECK(meta->findInt32(kKeyColorFormat, &tmp));
42 CHECK(meta->findInt32(kKeyWidth, &mWidth));
43 CHECK(meta->findInt32(kKeyHeight, &mHeight));
45 if (!meta->findRect(
57 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) {
  /system/media/wilhelm/src/android/util/
AacAdtsExtractor.cpp 169 sp<MetaData> meta = new MetaData; local
172 return meta;
175 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AAC_ADTS);
177 return meta;
210 const sp<DataSource> &source, const sp<MetaData> &meta,
213 mMeta(meta),
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 102 sp<MetaData> meta = source->getFormat(); local
105 meta->findInt32(kKeyWidth, &width);
106 meta->findInt32(kKeyHeight, &height);
132 sp<MetaData> meta = source->getFormat(); local
134 client->interface(), meta, false /* createEncoder */, source);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 35 // specify encoding META before anything else:
38 final ISimpleElement meta = ISimpleElement.Factory.create (Tag.META); local
40 meta.getAttributes ()
44 m_head.add (meta);
  /frameworks/base/media/libstagefright/codecs/avc/enc/
AVCEncoder.cpp 171 const sp<MetaData>& meta)
173 mMeta(meta),
193 mInitCheck = initCheck(meta);
206 status_t AVCEncoder::initCheck(const sp<MetaData>& meta) {
208 CHECK(meta->findInt32(kKeyWidth, &mVideoWidth));
209 CHECK(meta->findInt32(kKeyHeight, &mVideoHeight));
210 CHECK(meta->findInt32(kKeyFrameRate, &mVideoFrameRate));
211 CHECK(meta->findInt32(kKeyBitRate, &mVideoBitRate));
214 CHECK(meta->findInt32(kKeyColorFormat, &mVideoColorFormat));
289 CHECK(meta->findInt32(kKeyIFramesInterval, &iFramesIntervalSec))
    [all...]
  /dalvik/vm/compiler/
InlineTransformation.cpp 105 newGetterMIR->meta.calleeMethod = calleeMethod;
191 newSetterMIR->meta.calleeMethod = calleeMethod;
342 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
349 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
389 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
395 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.h 89 int64 meta; member in struct:browser_sync::sessions::OrderedCommitSet::CommitItem

Completed in 478 milliseconds

<<11121314151617