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

<<11121314151617

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 939 CHECK(accessUnit->meta()->findInt32("discontinuity", &type));
960 if (accessUnit->meta()->findMessage("extra", &extra)
1030 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
1147 sp<MetaData> meta = getFormatMeta(audio); local
    [all...]
StreamingSource.cpp 177 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 311 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
380 accessUnit->meta()->setInt64("timeUs", timeUs);
491 accessUnit->meta()->setInt64("timeUs", timeUs);
621 accessUnit->meta()->setInt64("timeUs", timeUs);
677 accessUnit->meta()->setInt64("timeUs", timeUs);
836 accessUnit->meta()->setInt64("timeUs", timeUs);
995 accessUnit->meta()->setInt64("timeUs", timeUs);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.cpp 134 // Skip the open tag of original META tag which declare charset since we
135 // have overrided the META which have correct charset declaration after
138 const HTMLMetaElement* meta = static_cast<const HTMLMetaElement*>(element); local
139 // Check whether the META tag has declared charset or not.
140 String equiv = meta->httpEquiv();
142 String content = meta->content();
144 // Find META tag declared charset, we need to skip it when
204 // Check meta element. WebKit only pre-parse the first 512 bytes
205 // of the document. If the whole <HEAD> is larger and meta is the
208 // make sure the meta will in first child of head tag
    [all...]
  /hardware/ti/omap4xxx/
heaptracker.c 70 static inline struct hdr *meta(void *user) function
367 hdr = meta(ptr);
414 hdr = meta(ptr);
  /art/compiler/dex/
local_value_numbering.cc 383 mir->meta.throw_insn->optimization_flags |= mir->optimization_flags;
422 mir->meta.throw_insn->optimization_flags |= mir->optimization_flags;
446 mir->meta.throw_insn->optimization_flags |= mir->optimization_flags;
476 mir->meta.throw_insn->optimization_flags |= mir->optimization_flags;
mir_graph.cc 498 insn->meta.throw_insn = new_insn;
499 new_insn->meta.throw_insn = insn;
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm 223 __PACKAGE__->meta->make_immutable();
CommonToken.pm 223 __PACKAGE__->meta->make_immutable();
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 231 // Helper function for checking whether input node is META tag. Return true
232 // means it is META element, otherwise return false. The parameter charset_info
233 // return actual charset info if the META tag has charset declaration.
237 const WebElement meta = node.toConst<WebElement>(); local
238 if (!meta.hasTagName("meta"))
241 // Check the META charset declaration.
242 WebString httpEquiv = meta.getAttribute("http-equiv");
244 std::string content = meta.getAttribute("content").utf8();
248 // META tag has charset declaration although we do not get correct valu
    [all...]
  /external/markdown/markdown/extensions/
wikilinks.py 50 >>> md = markdown.Markdown(extensions=['meta', 'wikilinks'])
134 """ Return meta data or config data. """
138 if hasattr(self.md, 'Meta'):
139 if self.md.Meta.has_key('wiki_base_url'):
140 base_url = self.md.Meta['wiki_base_url'][0]
141 if self.md.Meta.has_key('wiki_end_url'):
142 end_url = self.md.Meta['wiki_end_url'][0]
143 if self.md.Meta.has_key('wiki_html_class'):
144 html_class = self.md.Meta['wiki_html_class'][0]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 467 * @param storeMetaDataInVideoBuffers request to store meta
469 * store meta data in video buffers may not be honored
611 status_t CameraSource::start(MetaData *meta) {
627 if (meta) {
629 if (meta->findInt64(kKeyTime, &startTimeUs)) {
634 if (meta->findInt32(kKeyNumBuffers, &nBuffers)) {
MediaCodec.cpp 485 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
490 CHECK(buffer->meta()->findInt32("omxFlags", &omxFlags));
753 sp<MetaData> meta = new MetaData; local
754 meta->setInt32(kKeyWidth, width);
755 meta->setInt32(kKeyHeight, height);
756 meta->setInt32(kKeyColorFormat, colorFormat);
759 new SoftwareRenderer(mNativeWindow, meta);
841 buffer->meta()->setInt32("omxFlags", omxFlags);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/keyboard/
keyboard_utils.js 64 false); // meta
  /frameworks/av/cmds/stagefright/
stream.cpp 172 const sp<MetaData> &meta = extractor->getTrackMetaData(i); local
175 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 33 AACEncoder::AACEncoder(const sp<MediaSource> &source, const sp<MetaData> &meta)
35 mMeta(meta),
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 133 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
348 accessUnit->meta()->setInt32("damaged", true);
AMPEG4ElementaryAssembler.cpp 241 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
388 accessUnit->meta()->setInt32("damaged", true);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 128 if (style == "comment" || style == "meta") return style;
190 return "meta";
238 return "meta";
264 return "meta";
301 return "meta";
  /external/mksh/src/
exec.c     [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 390 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(allocated)); local
391 meta[0] = size;
392 meta[1] = chunk_beg;
538 uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(alloc_beg)); local
539 AsanChunk *m = reinterpret_cast<AsanChunk *>(meta[1]);
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 263 sp<MetaData> meta = extractor->getTrackMetaData(i); local
266 CHECK(meta->findCString(kKeyMIMEType, &trackMIME));
525 sp<MetaData> meta = extractor->getTrackMetaData(i); local
526 CHECK(meta != NULL);
529 CHECK(meta->findCString(kKeyMIMEType, &trackMime));
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 1229 int meta;
1236 meta = __glob_pattern_p (pattern, !(flags & GLOB_NOESCAPE));
1237 if (meta == 0)
1240 /* We need not do any tests. The PATTERN contains no meta
1285 meta = 0;
1299 meta = 0;
1228 int meta; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /cts/tests/tests/view/src/android/view/cts/
KeyCharacterMapTest.java 326 result.meta = new char[2];
332 result.meta = new char[4];
335 assertEquals(48, result.meta[0]);

Completed in 884 milliseconds

<<11121314151617