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

12

/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/base/cmds/stagefright/
H A DSineSource.cpp50 sp<MetaData> SineSource::getFormat() { function in class:android::SineSource
H A Drecord.cpp58 virtual sp<MetaData> getFormat() { function in class:DummySource
198 sp<MetaData> meta = source->getFormat();
/frameworks/base/media/libstagefright/
H A DShoutcastSource.cpp80 sp<MetaData> ShoutcastSource::getFormat() { function in class:android::ShoutcastSource
H A DThreadedSource.cpp84 sp<MetaData> ThreadedSource::getFormat() { function in class:android::ThreadedSource
85 return mSource->getFormat();
H A DAMRExtractor.cpp44 virtual sp<MetaData> getFormat();
206 sp<MetaData> AMRSource::getFormat() { function in class:android::AMRSource
H A DAudioSource.cpp129 sp<MetaData> AudioSource::getFormat() { function in class:android::AudioSource
H A DCameraSource.cpp238 sp<MetaData> CameraSource::getFormat() { function in class:android::CameraSource
H A DJPEGSource.cpp100 sp<MetaData> JPEGSource::getFormat() { function in class:android::JPEGSource
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DAMRNBDecoder.cpp86 sp<MetaData> AMRNBDecoder::getFormat() { function in class:android::AMRNBDecoder
87 sp<MetaData> srcFormat = mSource->getFormat();
/frameworks/base/media/libstagefright/codecs/mp3dec/
H A DMP3Decoder.cpp42 sp<MetaData> srcFormat = mSource->getFormat();
114 sp<MetaData> MP3Decoder::getFormat() { function in class:android::MP3Decoder
/frameworks/base/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp47 sp<MetaData> AnotherPacketSource::getFormat() { function in class:android::AnotherPacketSource
/frameworks/base/media/libstagefright/rtsp/
H A DVideoSource.h39 virtual sp<MetaData> getFormat() { function in class:android::VideoSource
/frameworks/base/media/libstagefright/codecs/aacdec/
H A DAACDecoder.cpp41 sp<MetaData> srcFormat = mSource->getFormat();
84 sp<MetaData> meta = mSource->getFormat();
153 sp<MetaData> AACDecoder::getFormat() { function in class:android::AACDecoder
/frameworks/base/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp183 sp<MetaData> AACEncoder::getFormat() { function in class:android::AACEncoder
184 sp<MetaData> srcFormat = mSource->getFormat();
/frameworks/base/media/libstagefright/codecs/amrnb/enc/
H A DAMRNBEncoder.cpp126 sp<MetaData> AMRNBEncoder::getFormat() { function in class:android::AMRNBEncoder
127 sp<MetaData> srcFormat = mSource->getFormat();
/frameworks/base/media/libstagefright/codecs/amrwb/
H A DAMRWBDecoder.cpp91 sp<MetaData> AMRWBDecoder::getFormat() { function in class:android::AMRWBDecoder
92 sp<MetaData> srcFormat = mSource->getFormat();
/frameworks/base/media/libstagefright/codecs/g711/dec/
H A DG711Decoder.cpp49 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
82 sp<MetaData> G711Decoder::getFormat() { function in class:android::G711Decoder
83 sp<MetaData> srcFormat = mSource->getFormat();
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DVPXDecoder.cpp45 sp<MetaData> inputFormat = source->getFormat();
126 sp<MetaData> VPXDecoder::getFormat() { function in class:android::VPXDecoder
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
H A DVorbisDecoder.cpp47 sp<MetaData> srcFormat = mSource->getFormat();
83 sp<MetaData> meta = mSource->getFormat();
147 sp<MetaData> VorbisDecoder::getFormat() { function in class:android::VorbisDecoder
148 sp<MetaData> srcFormat = mSource->getFormat();
/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.java154 public String getFormat() { method in class:Chronometer
/frameworks/base/libs/ui/
H A DOverlay.cpp131 int32_t Overlay::getFormat() const { function in class:android::Overlay
/frameworks/base/media/libstagefright/codecs/amrwbenc/
H A DAMRWBEncoder.cpp177 sp<MetaData> AMRWBEncoder::getFormat() { function in class:android::AMRWBEncoder
178 sp<MetaData> srcFormat = mSource->getFormat();

Completed in 245 milliseconds

12