Searched refs:getFormat (Results 26 - 50 of 175) sorted by relevance

1234567

/frameworks/av/media/libstagefright/mpeg2ts/
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;
H A DAnotherPacketSource.h39 virtual sp<MetaData> getFormat();
H A DESQueue.h52 sp<MetaData> getFormat();
H A DMPEG2PSExtractor.cpp47 virtual sp<MetaData> getFormat();
78 virtual sp<MetaData> getFormat();
110 if (mTracks.valueAt(i)->getFormat() == NULL) {
138 return mTracks.valueAt(index)->getFormat();
596 sp<MetaData> MPEG2PSExtractor::Track::getFormat() { function in class:android::MPEG2PSExtractor::Track
601 return mSource->getFormat();
650 sp<MetaData> meta = mQueue->getFormat();
658 } else if (mQueue->getFormat() != NULL) {
685 sp<MetaData> MPEG2PSExtractor::WrappedTrack::getFormat() { function in class:android::MPEG2PSExtractor::WrappedTrack
686 return mTrack->getFormat();
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp186 source->getFormat(), false /* createEncoder */,
201 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width));
202 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height));
H A DASessionDescription.h41 void getFormat(size_t index, AString *value) const;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DCropFilter.java118 createProgram(env, imageFrame.getFormat());
124 MutableFrameFormat outputFormat = imageFrame.getFormat().mutableCopy();
H A DImageCombineFilter.java97 Frame output = context.getFrameManager().newFrame(inputs[0].getFormat());
100 updateProgramWithTarget(inputs[0].getFormat().getTarget(), context);
/frameworks/av/include/media/stagefright/
H A DMediaSource.h36 // getFormat().
48 virtual sp<MetaData> getFormat() = 0;
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.h37 virtual sp<MetaData> getFormat();
H A DVideoEditorSRC.h34 virtual sp<MetaData> getFormat();
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h36 virtual sp<MetaData> getFormat();
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.h43 virtual sp<MetaData> getFormat();
H A DTimedTextSource.h53 virtual sp<MetaData> getFormat();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h18 virtual sp<MetaData> getFormat();
H A DMediaPuller.cpp38 sp<MetaData> meta = source->getFormat();
105 sp<MetaData> meta = mSource->getFormat();
H A DRepeaterSource.cpp85 sp<MetaData> RepeaterSource::getFormat() { function in class:android::RepeaterSource
86 return mSource->getFormat();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DOutputStreamTarget.java52 if (input.getFormat().getObjectClass() == String.class) {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java88 FrameFormat inputFormat = input.getFormat();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
H A DSurfaceRenderFilter.java166 float currentAspectRatio = (float)input.getFormat().getWidth() / input.getFormat().getHeight();
175 if (mLogVerbose) Log.v("SurfaceRenderFilter", "Got input format: " + input.getFormat());
176 int target = input.getFormat().getTarget();
H A DSurfaceTargetFilter.java158 float currentAspectRatio = (float)input.getFormat().getWidth() / input.getFormat().getHeight();
167 if (mLogVerbose) Log.v("SurfaceRenderFilter", "Got input format: " + input.getFormat());
168 int target = input.getFormat().getTarget();
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.h40 virtual Format getFormat() const { function in class:OmxJpegImageDecoder
/frameworks/av/media/libstagefright/
H A DFragmentedMP4Extractor.cpp60 virtual sp<MetaData> getFormat();
104 bool hasVideo = mParser->getFormat(false /* audio */, true /* synchronous */) != NULL;
105 bool hasAudio = mParser->getFormat(true /* audio */, true /* synchronous */) != NULL;
158 sp<AMessage> msg = mParser->getFormat(index == mAudioTrackIndex, true /* synchronous */);
254 sp<MetaData> FragmentedMPEG4Source::getFormat() { function in class:android::FragmentedMPEG4Source
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java58 public FrameFormat getFormat() { method in class:Frame
63 return getFormat().getSize();
/frameworks/av/cmds/stagefright/
H A DSineSource.cpp50 sp<MetaData> SineSource::getFormat() { function in class:android::SineSource

Completed in 1519 milliseconds

1234567