Searched refs:meta (Results 101 - 112 of 112) sorted by relevance

12345

/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp456 sp<MetaData> meta = mSource->getFormat(); local
492 CHECK(meta->findInt32(kKeyWidth, &width));
493 CHECK(meta->findInt32(kKeyHeight, &height));
H A DMyTransmitter.h182 sp<MetaData> meta = mEncoder->getFormat(); local
184 CHECK(meta->findInt32(kKeyWidth, &width));
185 CHECK(meta->findInt32(kKeyHeight, &height));
H A DMyHandler.h586 // The first "track" is merely session meta
632 // The first "track" is merely session meta
1384 CHECK(buffer->meta()->findInt32("index", &index));
1897 CHECK(accessUnit->meta()->findInt32(
1920 accessUnit->meta()->setInt64("timeUs", mediaTimeUs);
H A DARTSPConnection.cpp600 buffer->meta()->setInt32("index", (int32_t)x[0]);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp463 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
1045 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
1049 accessUnit2->meta()->setInt64("timeUs", timeUs);
H A DPlaybackSession.cpp307 CHECK(outputBuffer->meta()->findInt64("timeUs", timeUs));
862 accessUnit->meta()->setInt64(
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp86 /* uncomment to include model and build in meta */
307 void updateDriftTime(const sp<MetaData>& meta);
570 // meta size is estimated by adding up the following:
571 // - meta header structures, which occur only once (total 66 bytes)
647 // Account for the extra stuff (Geo, meta keys, etc.)
1513 // all meta data and thus wasted.
1839 sp<MetaData> meta = new MetaData; local
1858 meta->setInt64(kKeyTime, startTimeUs);
1860 status_t err = mSource->start(meta.get());
2274 void MPEG4Writer::Track::updateDriftTime(const sp<MetaData>& meta) { argument
[all...]
H A DACodec.cpp724 // for meta data mode, we move dequeud buffers to the new surface.
725 // for non-meta mode, we must move all registered buffers
728 // skip undequeued buffers for meta data mode
1184 ALOGV("[%s] Allocating %u meta buffers on output port",
1218 ALOGV("[%s] allocated meta buffer with ID %u (pointer = %p)",
1279 ALOGV("[%s] submitting output meta buffer ID %u for graphic buffer %p",
1440 // in non-meta mode. These should be treated as stale buffers. The
1441 // same is possible in meta mode, in which case, it will be treated
1471 // it is impossible to dequeue an unknown buffer in non-meta mode, as the
5649 info->mData->meta()
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp295 buf->meta()->setInt64("arrivalTimeUs", nowUs);
374 packet->meta()->setInt64("arrivalTimeUs", nowUs);
408 data->meta()->setInt64("arrivalTimeUs", nowUs);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1637 final VolumeRecord meta = new VolumeRecord(type, fsUuid);
1638 meta.partGuid = readStringAttribute(in, ATTR_PART_GUID);
1639 meta.nickname = readStringAttribute(in, ATTR_NICKNAME);
1640 meta.userFlags = readIntAttribute(in, ATTR_USER_FLAGS);
1641 meta.createdMillis = readLongAttribute(in, ATTR_CREATED_MILLIS);
1642 meta.lastTrimMillis = readLongAttribute(in, ATTR_LAST_TRIM_MILLIS);
1643 meta.lastBenchMillis = readLongAttribute(in, ATTR_LAST_BENCH_MILLIS);
1644 return meta;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp532 if (!buffer->meta()->findBuffer("image-data", &imageData)) {
537 if (!input && buffer->meta()->findInt64("timeUs", &timestamp)) {
559 if (buffer->meta()->findRect("crop-rect", &left, &top, &right, &bottom)) {
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs175 <li><a href="<?cs var:toroot ?>guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></li>

Completed in 794 milliseconds

12345