Home
last modified time | relevance | path

Searched refs:getFormat (Results 1 – 25 of 121) sorted by relevance

12345

/frameworks/base/media/libstagefright/
DDRMExtractor.cpp50 virtual sp<MetaData> getFormat();
87 bool success = getFormat()->findCString(kKeyMIMEType, &mime); in DRMSource()
94 CHECK(getFormat()->findData(kKeyAVCC, &type, &data, &size)); in DRMSource()
127 sp<MetaData> DRMSource::getFormat() { in getFormat() function in android::DRMSource
128 return mOriginalMediaSource->getFormat(); in getFormat()
161 CHECK(getFormat()->findCString(kKeyMIMEType, &mime)); in read()
256 originalMediaSource->getFormat()->setInt32(kKeyIsDRM, 1); in getTrack()
DMediaSourceSplitter.cpp114 sp<MetaData> MediaSourceSplitter::getFormat(int clientId) { in getFormat() function in android::MediaSourceSplitter
118 return mSource->getFormat(); in getFormat()
221 sp<MetaData> MediaSourceSplitter::Client::getFormat() { in getFormat() function in android::MediaSourceSplitter::Client
222 return mSplitter->getFormat(mClientId); in getFormat()
DVideoSourceDownSampler.cpp40 mMeta = new MetaData(*(mRealVideoSource->getFormat())); in VideoSourceDownSampler()
106 sp<MetaData> VideoSourceDownSampler::getFormat() { in getFormat() function in android::VideoSourceDownSampler
/frameworks/base/media/libstagefright/mpeg2ts/
DMPEG2TSExtractor.cpp48 virtual sp<MetaData> getFormat();
81 sp<MetaData> MPEG2TSSource::getFormat() { in getFormat() function in android::MPEG2TSSource
82 sp<MetaData> meta = mImpl->getFormat(); in getFormat()
140 sp<MetaData> meta = mSourceImpls.editItemAt(index)->getFormat(); in getTrack()
155 ? mSourceImpls.editItemAt(index)->getFormat() : NULL; in getTrackMetaData()
/frameworks/base/media/libstagefright/rtsp/
Drtp_test.cpp186 source->getFormat(), false /* createEncoder */, in main()
201 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width)); in main()
202 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height)); in main()
/frameworks/media/libvideoeditor/lvpp/
DPreviewPlayer.cpp245 updateSizeToRender(mVideoSource->getFormat()); in setDataSource_l_jpg()
402 meta = mVideoSource->getFormat(); in setAudioPlayer()
414 meta = anAudioSource->getFormat(); in setAudioPlayer()
418 meta = mAudioSource->getFormat(); in setAudioPlayer()
663 updateSizeToRender(mVideoSource->getFormat()); in initRenderer_l()
698 sp<MetaData> meta = mAudioTrack->getFormat(); in initAudioDecoder()
707 mClient.interface(), mAudioTrack->getFormat(), in initAudioDecoder()
719 if (mAudioTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) { in initAudioDecoder()
752 mClient.interface(), mVideoTrack->getFormat(), in initVideoDecoder()
759 if (mVideoTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) { in initVideoDecoder()
[all …]
DVideoEditorSRC.cpp47 sp<MetaData> format = mSource->getFormat(); in VideoEditorSRC()
99 sp<MetaData> VideoEditorSRC::getFormat() { in getFormat() function in android::VideoEditorSRC
273 sp<MetaData> format = mSource->getFormat(); in checkAndSetResampler()
/frameworks/base/include/media/stagefright/
DMediaSourceSplitter.h124 sp<MetaData> getFormat(int clientId);
173 virtual sp<MetaData> getFormat();
DJPEGSource.h33 virtual sp<MetaData> getFormat();
/frameworks/base/media/libmediaplayerservice/nuplayer/
DStreamingSource.cpp105 sp<MetaData> NuPlayer::StreamingSource::getFormat(bool audio) { in getFormat() function in android::NuPlayer::StreamingSource
116 return source->getFormat(); in getFormat()
DHTTPLiveSource.cpp84 sp<MetaData> NuPlayer::HTTPLiveSource::getFormat(bool audio) { in getFormat() function in android::NuPlayer::HTTPLiveSource
95 return source->getFormat(); in getFormat()
DNuPlayerSource.h36 virtual sp<MetaData> getFormat(bool audio) = 0;
DStreamingSource.h36 virtual sp<MetaData> getFormat(bool audio);
/frameworks/base/cmds/stagefright/
DSineSource.h17 virtual sp<MetaData> getFormat();
Dstagefright.cpp170 sp<MetaData> meta = source->getFormat(); in playSource()
407 virtual sp<MetaData> getFormat();
432 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in DetectSyncSource()
455 sp<MetaData> DetectSyncSource::getFormat() { in getFormat() function in DetectSyncSource
456 return mSource->getFormat(); in getFormat()
543 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs)); in performSeekTest()
1050 CHECK(source->getFormat()->findCString( in main()
/frameworks/base/media/libstagefright/timedtext/
DTimedTextPlayer.cpp354 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in extractAndAppendLocalDescriptions()
388 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); in extractAndSendGlobalDescriptions()
395 if (!mSource->getFormat()->findData( in extractAndSendGlobalDescriptions()
/frameworks/base/media/libstagefright/include/
DAMRNBDecoder.h33 virtual sp<MetaData> getFormat();
DAMRWBDecoder.h33 virtual sp<MetaData> getFormat();
DVPXDecoder.h34 virtual sp<MetaData> getFormat();
DG711Decoder.h33 virtual sp<MetaData> getFormat();
DMP3Decoder.h35 virtual sp<MetaData> getFormat();
DAMRNBEncoder.h34 virtual sp<MetaData> getFormat();
/frameworks/base/media/libstagefright/codecs/amrnb/enc/
DAMRNBEncoder.cpp126 sp<MetaData> AMRNBEncoder::getFormat() { in getFormat() function in android::AMRNBEncoder
127 sp<MetaData> srcFormat = mSource->getFormat(); in getFormat()
/frameworks/base/media/tests/omxjpegdecoder/
Domx_jpeg_decoder.cpp102 sp<MetaData> meta = source->getFormat(); in onDecode()
132 sp<MetaData> meta = source->getFormat(); in getDecoder()
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorVideoDecoder.cpp58 virtual sp<MetaData> getFormat();
141 sp<MetaData> VideoEditorVideoDecoderSource::getFormat() { in getFormat() function in VideoEditorVideoDecoderSource
1037 success = pDecShellContext->mVideoDecoder->getFormat()->findInt32( in VideoEditorVideoDecoder_create()
1042 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth, in VideoEditorVideoDecoder_create()
1044 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyHeight, in VideoEditorVideoDecoder_create()
1062 pDecShellContext->mVideoDecoder->getFormat().get()); in VideoEditorVideoDecoder_create()
1199 success = pDecShellContext->mVideoDecoder->getFormat()->findInt32( in VideoEditorVideoSoftwareDecoder_create()
1204 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth, in VideoEditorVideoSoftwareDecoder_create()
1206 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyHeight, in VideoEditorVideoSoftwareDecoder_create()
1211 pDecShellContext->mVideoDecoder->getFormat().get()); in VideoEditorVideoSoftwareDecoder_create()
[all …]

12345