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

123

/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.h40 virtual Format getFormat() const { function in class:OmxJpegImageDecoder
H A Djpeg_decoder_bench.cpp30 virtual Format getFormat() const { function in class:SkJPEGImageDecoder
/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();
H A DTimedTextSRTSource.cpp82 sp<MetaData> TimedTextSRTSource::getFormat() { function in class:android::TimedTextSRTSource
/frameworks/av/cmds/stagefright/
H A DSineSource.cpp50 sp<MetaData> SineSource::getFormat() { function in class:android::SineSource
H A Drecordvideo.cpp65 virtual sp<MetaData> getFormat() { function in class:DummySource
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp105 sp<MetaData> DummyAudioSource::getFormat() { function in class:android::DummyAudioSource
106 ALOGV("getFormat");
H A DDummyVideoSource.cpp105 sp<MetaData> DummyVideoSource::getFormat() { function in class:android::DummyVideoSource
106 ALOGV("getFormat");
H A DVideoEditorSRC.cpp51 sp<MetaData> format = mSource->getFormat();
107 sp<MetaData> VideoEditorSRC::getFormat() { function in class:android::VideoEditorSRC
108 ALOGV("getFormat");
297 sp<MetaData> format = mSource->getFormat();
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.cpp127 sp<AMessage> MP4Source::getFormat(bool audio) { function in class:android::MP4Source
128 return mParser->getFormat(audio);
/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/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp85 sp<MetaData> RepeaterSource::getFormat() { function in class:android::RepeaterSource
86 return mSource->getFormat();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp61 sp<MetaData> AnotherPacketSource::getFormat() { function in class:android::AnotherPacketSource
H A DMPEG2TSExtractor.cpp48 virtual sp<MetaData> getFormat();
81 sp<MetaData> MPEG2TSSource::getFormat() { function in class:android::MPEG2TSSource
82 sp<MetaData> meta = mImpl->getFormat();
140 sp<MetaData> meta = mSourceImpls.editItemAt(index)->getFormat();
155 ? mSourceImpls.editItemAt(index)->getFormat() : NULL;
/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp45 virtual sp<MetaData> getFormat();
246 sp<MetaData> AMRSource::getFormat() { function in class:android::AMRSource
H A DAudioSource.cpp168 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.cpp228 sp<MetaData> SurfaceMediaSource::getFormat() function in class:android::SurfaceMediaSource
230 ALOGV("getFormat");
/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/services/camera/libcameraservice/
H A DCamera2Device.h313 * selects an appropriate format; it can be queried with getFormat.
331 uint32_t getFormat() const { return mFormat; } function in class:android::Camera2Device::StreamAdapter
416 uint32_t getFormat() const { return mFormat; } function in class:android::Camera2Device::ReprocessStreamAdapter
/frameworks/base/core/java/android/speech/srec/
H A DWaveHeader.java86 public short getFormat() { method in class:WaveHeader
/frameworks/base/core/java/android/widget/
H A DChronometer.java157 public String getFormat() { method in class:Chronometer

Completed in 314 milliseconds

123