Searched refs:getFormat (Results 51 - 75 of 175) sorted by relevance

1234567

/frameworks/av/include/media/stagefright/
H A DAudioSource.h45 virtual sp<MetaData> getFormat();
H A DSurfaceMediaSource.h81 virtual sp<MetaData> getFormat();
/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h39 virtual sp<MetaData> getFormat() { function in class:android::VideoSource
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h49 virtual sp<MetaData> getFormat();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DColorTemperatureFilter.java97 FrameFormat inputFormat = input.getFormat();
H A DCrossProcessFilter.java110 FrameFormat inputFormat = input.getFormat();
H A DDrawOverlayFilter.java80 Frame output = env.getFrameManager().newFrame(sourceFrame.getFormat());
H A DNegativeFilter.java83 FrameFormat inputFormat = input.getFormat();
H A DPosterizeFilter.java86 FrameFormat inputFormat = input.getFormat();
H A DSepiaFilter.java84 FrameFormat inputFormat = input.getFormat();
H A DSimpleImageFilter.java72 FrameFormat inputFormat = input.getFormat();
H A DBitmapOverlayFilter.java104 FrameFormat inputFormat = input.getFormat();
H A DBlackWhiteFilter.java142 FrameFormat inputFormat = input.getFormat();
H A DCropRectFilter.java96 FrameFormat inputFormat = input.getFormat();
H A DDocumentaryFilter.java118 FrameFormat inputFormat = input.getFormat();
H A DDuotoneFilter.java93 FrameFormat inputFormat = input.getFormat();
H A DFillLightFilter.java101 FrameFormat inputFormat = input.getFormat();
/frameworks/base/media/tests/omxjpegdecoder/
H A Djpeg_decoder_bench.cpp30 virtual Format getFormat() const { function in class:SkJPEGImageDecoder
/frameworks/av/libvideoeditor/lvpp/
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();
H A DPreviewPlayer.cpp259 updateSizeToRender(mVideoSource->getFormat());
409 meta = mVideoSource->getFormat();
421 meta = anAudioSource->getFormat();
425 meta = mAudioSource->getFormat();
668 updateSizeToRender(mVideoSource->getFormat());
702 sp<MetaData> meta = mAudioTrack->getFormat();
711 mClient.interface(), mAudioTrack->getFormat(),
722 if (mAudioTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
750 mClient.interface(), mVideoTrack->getFormat(),
757 if (mVideoTrack->getFormat()
[all...]
H A DDummyVideoSource.cpp105 sp<MetaData> DummyVideoSource::getFormat() { function in class:android::DummyVideoSource
106 ALOGV("getFormat");
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp112 new AnotherPacketSource(mAudioTrack.mSource->getFormat());
121 new AnotherPacketSource(mVideoTrack.mSource->getFormat());
138 return source->getFormat();
/frameworks/base/core/java/android/content/pm/
H A DContainerEncryptionParams.java234 final String keyFormat = key1.getFormat();
235 final String otherKeyFormat = key2.getFormat();
246 if (!keyFormat.equals(key2.getFormat())) {
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureTarget.java226 (float)input.getFormat().getWidth() / input.getFormat().getHeight();
238 int target = input.getFormat().getTarget();
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp49 if (source->getFormat()->findInt32(kKeyMaxInputSize, &maxInputSize)) {

Completed in 367 milliseconds

1234567