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

123456789

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java80 protected String getFormat() { method in class:GsmSMSDispatcher
137 fillIn.putExtra("format", getFormat());
158 SmsTracker tracker = getSmsTracker(map, sentIntent, deliveryIntent, getFormat(),
184 SmsTracker tracker = getSmsTracker(map, sentIntent, deliveryIntent, getFormat(),
228 deliveryIntent, getFormat(), unsentPartCount, anyPartFailed, messageUri,
/frameworks/base/media/java/android/media/
H A DImageReader.java168 * The actual format of the images can be found using {@link Image#getFormat}.</p>
570 public int getFormat() { method in class:ImageReader.SurfaceImage
582 mWidth = (getFormat() == ImageFormat.JPEG) ? ImageReader.this.getWidth() :
595 mHeight = (getFormat() == ImageFormat.JPEG) ? ImageReader.this.getHeight() :
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureTarget.java216 (float)input.getFormat().getWidth() / input.getFormat().getHeight();
228 int target = input.getFormat().getTarget();
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp101 if (source->getFormat()->findInt32(kKeyMaxInputSize, &maxInputSize)) {
H A Dstagefright.cpp165 sp<MetaData> meta = source->getFormat();
402 virtual sp<MetaData> getFormat();
427 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
450 sp<MetaData> DetectSyncSource::getFormat() { function in class:DetectSyncSource
451 return mSource->getFormat();
538 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
1028 CHECK(source->getFormat()->findCString(
1099 mediaSource->getFormat(),
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h52 virtual sp<MetaData> getFormat() { return mMeta; } function in struct:android::MediaCodecSource
H A DSurfaceMediaSource.h81 virtual sp<MetaData> getFormat();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h124 int getFormat() const;
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioMix.java85 AudioFormat getFormat() { method in class:AudioMix
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DBitmapOverlayFilter.java98 FrameFormat inputFormat = input.getFormat();
H A DBlackWhiteFilter.java139 FrameFormat inputFormat = input.getFormat();
H A DCropRectFilter.java91 FrameFormat inputFormat = input.getFormat();
H A DDocumentaryFilter.java115 FrameFormat inputFormat = input.getFormat();
H A DDuotoneFilter.java90 FrameFormat inputFormat = input.getFormat();
H A DFillLightFilter.java97 FrameFormat inputFormat = input.getFormat();
H A DFisheyeFilter.java104 FrameFormat inputFormat = input.getFormat();
H A DFixedRotationFilter.java65 FrameFormat inputFormat = input.getFormat();
H A DImageStitcher.java91 FrameFormat format = input.getFormat();
H A DLomoishFilter.java179 FrameFormat inputFormat = input.getFormat();
H A DSaturateFilter.java116 FrameFormat inputFormat = input.getFormat();
H A DSharpenFilter.java102 FrameFormat inputFormat = input.getFormat();
H A DToPackedGrayFilter.java118 FrameFormat inputFormat = input.getFormat();
H A DVignetteFilter.java129 FrameFormat inputFormat = input.getFormat();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp100 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) { function in class:android::NuPlayer::HTTPLiveSource
227 sp<AMessage> format = getFormat(false /* audio */);
/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp45 virtual sp<MetaData> getFormat();
246 sp<MetaData> AMRSource::getFormat() { function in class:android::AMRSource

Completed in 161 milliseconds

123456789