Searched refs:meta (Results 76 - 100 of 110) sorted by relevance

12345

/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp142 sp<MetaData> meta = new MetaData; local
143 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_CONTAINER_MPEG2PS);
145 return meta;
650 sp<MetaData> meta = mQueue->getFormat(); local
652 if (meta != NULL) {
655 mSource = new AnotherPacketSource(meta);
H A DESQueue.cpp310 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
379 accessUnit->meta()->setInt64("timeUs", timeUs);
479 accessUnit->meta()->setInt64("timeUs", timeUs);
613 accessUnit->meta()->setInt64("timeUs", timeUs);
669 accessUnit->meta()->setInt64("timeUs", timeUs);
828 accessUnit->meta()->setInt64("timeUs", timeUs);
987 accessUnit->meta()->setInt64("timeUs", timeUs);
H A DATSParser.cpp863 sp<MetaData> meta = mQueue->getFormat(); local
865 if (meta != NULL) {
869 mSource = new AnotherPacketSource(meta);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp484 sp<AMessage> meta = buffer->meta(); local
485 meta->setInt32("ssrc", srcId);
486 meta->setInt32("rtp-time", rtpTime);
487 meta->setInt32("PT", data[1] & 0x7f);
488 meta->setInt32("M", data[1] >> 7);
H A DAAVCAssembler.cpp126 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
341 accessUnit->meta()->setInt32("damaged", true);
H A DAMPEG4ElementaryAssembler.cpp241 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
388 accessUnit->meta()->setInt32("damaged", true);
H A DAMPEG4AudioAssembler.cpp515 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
547 accessUnit->meta()->setInt32("damaged", true);
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.h179 sp<MetaData> meta = mEncoder->getFormat(); local
181 CHECK(meta->findInt32(kKeyWidth, &width));
182 CHECK(meta->findInt32(kKeyHeight, &height));
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.h154 void updateVideoSize(sp<MetaData> meta);
H A DPreviewPlayer.h286 void updateSizeToRender(sp<MetaData> meta);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp120 outBuffer->meta()->setInt64("timeUs", 0);
H A DRTSPSource.cpp277 if (accessUnit->meta()->findInt32("damaged", &damaged)
319 CHECK(accessUnit->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
334 accessUnit->meta()->setInt64("timeUs", nptUs);
H A DStreamingSource.cpp154 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp421 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
426 CHECK(buffer->meta()->findInt32("omxFlags", &omxFlags));
638 sp<MetaData> meta = new MetaData; local
639 meta->setInt32(kKeyWidth, width);
640 meta->setInt32(kKeyHeight, height);
641 meta->setInt32(kKeyColorFormat, colorFormat);
644 new SoftwareRenderer(mNativeWindow, meta);
718 buffer->meta()->setInt32("omxFlags", omxFlags);
1372 info->mData->meta()->setInt64("timeUs", timeUs);
1375 info->mData->meta()
[all...]
H A DCameraSource.cpp461 * @param storeMetaDataInVideoBuffers request to store meta
463 * store meta data in video buffers may not be honored
600 status_t CameraSource::start(MetaData *meta) { argument
616 if (meta) {
618 if (meta->findInt64(kKeyTime, &startTimeUs)) {
623 if (meta->findInt32(kKeyNumBuffers, &nBuffers)) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DSender.cpp365 if (packets->meta()->findInt32("isVideo", &dummy)) {
388 packets->meta()->setInt64("timeUs", timeUs);
389 packets->meta()->setInt64("whenUs", whenUs);
390 packets->meta()->setInt64("delayUs", delayUs);
538 if (packets->meta()->findInt32("isVideo", &dummy)) {
569 CHECK(packets->meta()->findInt64("whenUs", &whenUs));
572 CHECK(packets->meta()->findInt64("delayUs", &delayUs));
576 if (packets->meta()->findInt32("isVideo", &dummy)) {
H A DTSPacketizer.cpp401 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
854 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
858 accessUnit2->meta()->setInt64("timeUs", timeUs);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp171 const sp<MetaData> &meta = extractor->getTrackMetaData(i); local
174 CHECK(meta->findCString(kKeyMIMEType, &mime));
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp33 AACEncoder::AACEncoder(const sp<MediaSource> &source, const sp<MetaData> &meta) argument
35 mMeta(meta),
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp263 sp<MetaData> meta = extractor->getTrackMetaData(i); local
266 CHECK(meta->findCString(kKeyMIMEType, &trackMIME));
524 sp<MetaData> meta = extractor->getTrackMetaData(i); local
525 CHECK(meta != NULL);
528 CHECK(meta->findCString(kKeyMIMEType, &trackMime));
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp135 status_t VideoEditorAudioDecoderSource::start(MetaData *meta) { argument
461 // Create the meta data for the decoder
739 sp<MetaData> meta = pDecoderContext->mDecoder->getFormat(); local
742 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
743 CHECK(meta->findInt32(kKeyChannelCount, &channelCount));
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h131 sp<MetaData> *meta);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java801 (shortcutChar == possibleChars.meta[0]
802 || shortcutChar == possibleChars.meta[2]
850 if ((shortcutChar == possibleChars.meta[0] &&
852 || (shortcutChar == possibleChars.meta[2] &&
/frameworks/av/media/libstagefright/wifi-display/
H A Dudptest.cpp238 CHECK(data->meta()->findInt64("arrivalTimeUs", &t3));

Completed in 6941 milliseconds

12345