Searched refs:meta (Results 126 - 143 of 143) sorted by relevance

123456

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h81 status_t getStreamFormatMeta(StreamType stream, sp<MetaData> *meta);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java831 (shortcutChar == possibleChars.meta[0]
832 || shortcutChar == possibleChars.meta[2]
880 if ((shortcutChar == possibleChars.meta[0] &&
882 || (shortcutChar == possibleChars.meta[2] &&
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuBuilder.java894 && (shortcutChar == possibleChars.meta[0]
895 || shortcutChar == possibleChars.meta[2]
944 if ((shortcutChar == possibleChars.meta[0] &&
946 || (shortcutChar == possibleChars.meta[2] &&
/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp220 CHECK(srcBuffer->meta()->findInt64("timeUs", &timeUs));
221 destBuffer->meta()->setInt64("timeUs", timeUs);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp630 if (accessUnit->meta()->findInt32("damaged", &damaged)
666 CHECK(accessUnit->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
681 accessUnit->meta()->setInt64("timeUs", nptUs);
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp559 sp<MetaData> meta = extractor->getTrackMetaData(i); local
560 CHECK(meta != NULL);
563 CHECK(meta->findCString(kKeyMIMEType, &trackMime));
/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.h587 // The first "track" is merely session meta
633 // The first "track" is merely session meta
1336 CHECK(buffer->meta()->findInt32("index", &index));
1893 CHECK(accessUnit->meta()->findInt32(
1916 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.cpp306 CHECK(outputBuffer->meta()->findInt64("timeUs", timeUs));
859 accessUnit->meta()->setInt64(
/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 DStorageManagerService.java1674 final VolumeRecord meta = new VolumeRecord(type, fsUuid);
1675 meta.partGuid = readStringAttribute(in, ATTR_PART_GUID);
1676 meta.nickname = readStringAttribute(in, ATTR_NICKNAME);
1677 meta.userFlags = readIntAttribute(in, ATTR_USER_FLAGS);
1678 meta.createdMillis = readLongAttribute(in, ATTR_CREATED_MILLIS);
1679 meta.lastTrimMillis = readLongAttribute(in, ATTR_LAST_TRIM_MILLIS);
1680 meta.lastBenchMillis = readLongAttribute(in, ATTR_LAST_BENCH_MILLIS);
1681 return meta;
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp540 if (!buffer->meta()->findBuffer("image-data", &imageData)) {
545 if (!input && buffer->meta()->findInt64("timeUs", &timestamp)) {
567 if (buffer->meta()->findRect("crop-rect", &left, &top, &right, &bottom)) {
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp98 /* uncomment to include build in meta */
342 void updateDriftTime(const sp<MetaData>& meta);
606 // meta size is estimated by adding up the following:
607 // - meta header structures, which occur only once (total 66 bytes)
691 // Account for the extra stuff (Geo, meta keys, etc.)
1710 // all meta data and thus wasted.
2075 sp<MetaData> meta = new MetaData; local
2094 meta->setInt64(kKeyTime, startTimeUs);
2096 status_t err = mSource->start(meta.get());
2512 void MPEG4Writer::Track::updateDriftTime(const sp<MetaData>& meta) { argument
[all...]
H A DACodec.cpp764 // for meta data mode, we move dequeud buffers to the new surface.
765 // for non-meta mode, we must move all registered buffers
768 // skip undequeued buffers for meta data mode
1319 ALOGV("[%s] Allocating %u meta buffers on output port",
1341 ALOGV("[%s] allocated meta buffer with ID %u",
1359 ALOGV("[%s] submitting output meta buffer ID %u for graphic buffer %p",
1514 // in non-meta mode. These should be treated as stale buffers. The
1515 // same is possible in meta mode, in which case, it will be treated
1545 // it is impossible to dequeue an unknown buffer in non-meta mode, as the
1677 // side doesn't update the meta
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp2414 camera_metadata_t *meta = const_cast<camera_metadata_t *>(
2416 set_camera_metadata_vendor_id(meta, mVendorTagId);
2417 result->mMetadata.unlock(meta);

Completed in 2670 milliseconds

123456