Searched refs:getFormat (Results 76 - 100 of 175) sorted by relevance

1234567

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DFixedRotationFilter.java66 FrameFormat inputFormat = input.getFormat();
H A DFlipFilter.java91 FrameFormat inputFormat = input.getFormat();
H A DImageStitcher.java95 FrameFormat format = input.getFormat();
H A DLomoishFilter.java182 FrameFormat inputFormat = input.getFormat();
H A DSaturateFilter.java119 FrameFormat inputFormat = input.getFormat();
H A DSharpenFilter.java107 FrameFormat inputFormat = input.getFormat();
H A DTintFilter.java97 FrameFormat inputFormat = input.getFormat();
H A DToPackedGrayFilter.java120 FrameFormat inputFormat = input.getFormat();
H A DVignetteFilter.java132 FrameFormat inputFormat = input.getFormat();
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp166 sp<MetaData> meta = source->getFormat();
403 virtual sp<MetaData> getFormat();
428 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
451 sp<MetaData> DetectSyncSource::getFormat() { function in class:DetectSyncSource
452 return mSource->getFormat();
539 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
1048 CHECK(source->getFormat()->findCString(
1119 mediaSource->getFormat(),
/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp45 virtual sp<MetaData> getFormat();
246 sp<MetaData> AMRSource::getFormat() { function in class:android::AMRSource
H A DAwesomePlayer.cpp1013 sp<MetaData> meta = mVideoSource->getFormat();
1059 if (!mVideoTrack->getFormat()->findInt32(
1080 sp<MetaData> meta = mVideoSource->getFormat();
1091 if (!mVideoTrack->getFormat()->findInt32(
1384 sp<MetaData> meta = mAudioTrack->getFormat();
1393 mClient.interface(), mAudioTrack->getFormat(),
1400 if (mAudioTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
1424 if (!mAudioSource->getFormat()
1490 mClient.interface(), mVideoTrack->getFormat(),
1497 if (mVideoTrack->getFormat()
[all...]
H A DJPEGSource.cpp100 sp<MetaData> JPEGSource::getFormat() { function in class:android::JPEGSource
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp172 void ASessionDescription::getFormat(size_t index, AString *value) const { function in class:android::ASessionDescription
202 getFormat(index, &format);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java116 int xTiles = (output.getFormat().getWidth() + mMaxTileSize - 1) / mMaxTileSize;
117 int yTiles = (output.getFormat().getHeight() + mMaxTileSize - 1) / mMaxTileSize;
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp102 sp<MetaData> meta = source->getFormat();
132 sp<MetaData> meta = source->getFormat();
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp58 virtual sp<MetaData> getFormat();
141 sp<MetaData> VideoEditorVideoDecoderSource::getFormat() { function in class:VideoEditorVideoDecoderSource
1042 success = pDecShellContext->mVideoDecoder->getFormat()->findInt32(
1047 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth,
1049 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyHeight,
1067 pDecShellContext->mVideoDecoder->getFormat().get());
1204 success = pDecShellContext->mVideoDecoder->getFormat()->findInt32(
1209 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth,
1211 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyHeight,
1216 pDecShellContext->mVideoDecoder->getFormat()
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java703 allocateFrames(video.getFormat(), context);
804 Frame output = context.getFrameManager().newFrame(video.getFormat());
831 Frame dbg1 = context.getFrameManager().newFrame(video.getFormat());
929 float foregroundAspect = (float)video.getFormat().getWidth() / video.getFormat().getHeight();
930 float backgroundAspect = (float)background.getFormat().getWidth() / background.getFormat().getHeight();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp106 return source->getFormat();
178 && mAudioTrack->getFormat()->findInt64(
186 && mVideoTrack->getFormat()->findInt64(
H A DHTTPLiveSource.cpp95 return source->getFormat();
H A DStreamingSource.cpp129 return source->getFormat();
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp261 sp<MetaData> meta = source->getFormat();
310 meta = source->getFormat();
759 sp<MetaData> meta = mAudioSource->getFormat();
/frameworks/av/include/media/stagefright/
H A DCameraSource.h101 virtual sp<MetaData> getFormat();
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp105 sp<MetaData> DummyAudioSource::getFormat() { function in class:android::DummyAudioSource
106 ALOGV("getFormat");
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp147 f = screenshot.getFormat();

Completed in 284 milliseconds

1234567