Searched refs:getFormat (Results 1 - 25 of 175) sorted by last modified time

1234567

/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp173 meta = source->getFormat();
H A Dandroid_AudioSfDecoder.cpp261 sp<MetaData> meta = source->getFormat();
310 meta = source->getFormat();
759 sp<MetaData> meta = mAudioSource->getFormat();
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h49 virtual sp<MetaData> getFormat();
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp253 sp<MetaData> AacAdtsSource::getFormat() { function in class:android::AacAdtsSource
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1053 public String getFormat() { method in class:VCardEntry.PhotoData
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java228 Log.d(TAG, "SMSDispatcher: ctor mSmsCapable=" + mSmsCapable + " format=" + getFormat()
270 protected abstract String getFormat(); method in class:SMSDispatcher
710 SmsMessage msg = SmsMessage.createFromPdu(pdus[i], getFormat());
735 intent.putExtra("format", getFormat());
749 intent.putExtra("format", getFormat());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java88 protected String getFormat() { method in class:CdmaSMSDispatcher
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java82 protected String getFormat() { method in class:GsmSMSDispatcher
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h182 PixelFormat getFormat() const;
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp638 PixelFormat ScreenshotClient::getFormat() const { function in class:android::ScreenshotClient
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp116 PixelFormat DisplayDevice::getFormat() const { function in class:DisplayDevice
H A DDisplayDevice.h93 PixelFormat getFormat() const;
H A DSurfaceFlinger.cpp660 getPixelFormatInfo(hw->getFormat(), &info->pixelFormatInfo);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp65 mBufferQueue->setDefaultBufferFormat(mHwc.getFormat(disp));
H A DHWComposer.cpp430 uint32_t HWComposer::getFormat(int disp) const { function in class:android::HWComposer
H A DHWComposer.h237 uint32_t getFormat(int disp) const;
/frameworks/base/media/tests/omxjpegdecoder/
H A Djpeg_decoder_bench.cpp30 virtual Format getFormat() const { function in class:SkJPEGImageDecoder
H A Domx_jpeg_decoder.cpp102 sp<MetaData> meta = source->getFormat();
132 sp<MetaData> meta = source->getFormat();
H A Domx_jpeg_decoder.h40 virtual Format getFormat() const { function in class:OmxJpegImageDecoder
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStore.java232 final String keyFormat = key.getFormat();
/frameworks/base/media/java/android/mtp/
H A DMtpObjectInfo.java73 public final int getFormat() { method in class:MtpObjectInfo
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DSizeChangeEffect.java53 int outputWidth = resultFrame.getFormat().getWidth();
54 int outputHeight = resultFrame.getFormat().getHeight();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java101 int frameSize = frame.getFormat().getSize();
125 mStorageSize -= frame.getFormat().getSize();
136 if (frame.getFormat().isReplaceableBy(format)) {
H A DFilterPort.java121 && !frame.getFormat().isCompatibleWith(mPortFormat)) {
123 + "Expected " + mPortFormat + " but got " + frame.getFormat());
H A DFrame.java58 public FrameFormat getFormat() { method in class:Frame
63 return getFormat().getSize();

Completed in 2494 milliseconds

1234567