Searched defs:getFormat (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSource.cpp38 CHECK(mediaSource->getFormat()->findCString(kKeyMIMEType, &mime));
62 sp<MetaData> TimedTextSource::getFormat() { function in class:android::TimedTextSource
H A DTimedText3GPPSource.cpp72 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
96 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
102 if (!mSource->getFormat()->findData(
115 sp<MetaData> TimedText3GPPSource::getFormat() { function in class:android::TimedText3GPPSource
116 return mSource->getFormat();
/frameworks/av/media/libstagefright/
H A DMediaAdapter.cpp63 sp<MetaData> MediaAdapter::getFormat() { function in class:android::MediaAdapter
H A DAACExtractor.cpp47 virtual sp<MetaData> getFormat();
282 sp<MetaData> AACSource::getFormat() { function in class:android::AACSource
H A DAMRExtractor.cpp45 virtual sp<MetaData> getFormat();
246 sp<MetaData> AMRSource::getFormat() { function in class:android::AMRSource
H A DAudioSource.cpp167 sp<MetaData> AudioSource::getFormat() { function in class:android::AudioSource
H A DDRMExtractor.cpp45 virtual sp<MetaData> getFormat();
82 bool success = getFormat()->findCString(kKeyMIMEType, &mime);
89 CHECK(getFormat()->findData(kKeyAVCC, &type, &data, &size));
122 sp<MetaData> DRMSource::getFormat() { function in class:android::DRMSource
123 return mOriginalMediaSource->getFormat();
156 CHECK(getFormat()->findCString(kKeyMIMEType, &mime));
251 originalMediaSource->getFormat()->setInt32(kKeyIsDRM, 1);
H A DJPEGSource.cpp100 sp<MetaData> JPEGSource::getFormat() { function in class:android::JPEGSource
H A DSurfaceMediaSource.cpp231 sp<MetaData> SurfaceMediaSource::getFormat() function in class:android::SurfaceMediaSource
233 ALOGV("getFormat");
/frameworks/av/cmds/stagefright/
H A DSineSource.cpp50 sp<MetaData> SineSource::getFormat() { function in class:android::SineSource
H A Drecordvideo.cpp66 virtual sp<MetaData> getFormat() { function in class:DummySource
/frameworks/base/media/java/android/media/
H A DImage.java101 public abstract int getFormat(); method in class:Image
183 * @see #getFormat
/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h39 virtual sp<MetaData> getFormat() { function in class:android::VideoSource
H A DASessionDescription.cpp172 void ASessionDescription::getFormat(size_t index, AString *value) const { function in class:android::ASessionDescription
202 getFormat(index, &format);
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfiguration.java76 public final int getFormat() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java71 public final int getFormat() { method in class:StreamConfigurationDuration
/frameworks/base/libs/hwui/
H A DRenderBuffer.h57 GLenum getFormat() const { function in struct:android::uirenderer::RenderBuffer
H A DPixelBuffer.h75 GLenum getFormat() const { function in class:android::uirenderer::PixelBuffer
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h52 virtual sp<MetaData> getFormat() { return mMeta; } function in struct:android::MediaCodecSource
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp105 sp<MetaData> RepeaterSource::getFormat() { function in class:android::RepeaterSource
106 return mSource->getFormat();
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioMix.java85 AudioFormat getFormat() { method in class:AudioMix
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp100 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) { function in class:android::NuPlayer::HTTPLiveSource
227 sp<AMessage> format = getFormat(false /* audio */);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp200 sp<MetaData> AACEncoder::getFormat() { function in class:android::AACEncoder
201 sp<MetaData> srcFormat = mSource->getFormat();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp84 sp<MetaData> AnotherPacketSource::getFormat() { function in class:android::AnotherPacketSource
H A DMPEG2TSExtractor.cpp47 virtual sp<MetaData> getFormat();
80 sp<MetaData> MPEG2TSSource::getFormat() { function in class:android::MPEG2TSSource
81 return mImpl->getFormat();
131 sp<MetaData> meta = mSourceImpls.editItemAt(index)->getFormat();
146 ? mSourceImpls.editItemAt(index)->getFormat() : NULL;

Completed in 3537 milliseconds

123