Searched refs:getFormat (Results 251 - 266 of 266) sorted by relevance

<<11

/frameworks/base/media/java/android/media/
H A DMediaCodec.java3504 public int getFormat() { method in class:MediaCodec.MediaImage
H A DAudioTrack.java1245 * {@link #getFormat()} instead, to obtain an {@link AudioFormat},
1257 public @NonNull AudioFormat getFormat() { method in class:AudioTrack
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraErrorCollector.java1060 expectEquals(msg + "Image format is wrong.", image.getFormat(), format);
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp347 // immediately try to getFormat. If we return NULL, NuPlayerDecoder
472 *meta = packetSource->getFormat();
1676 sp<MetaData> format = packetSource->getFormat();
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp1025 sp<MetaData> CameraSource::getFormat() { function in class:android::CameraSource
H A DMPEG4Writer.cpp565 source->getFormat()->findCString(kKeyMIMEType, &mime);
1609 mMeta(source->getFormat()),
2600 mMeta = mSource->getFormat(); // get output format after format change
H A DMPEG4Extractor.cpp80 virtual sp<MetaData> getFormat();
4471 sp<MetaData> MPEG4Source::getFormat() { function in class:android::MPEG4Source
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp56 sp<MetaData> ElementaryStreamQueue::getFormat() { function in class:android::ElementaryStreamQueue
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1071 PixelFormat ScreenshotClient::getFormat() const { function in class:android::ScreenshotClient
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp487 uint32_t HWComposer::getFormat(int disp) const { function in class:android::HWComposer
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger_hwc1.cpp568 type, hwcId, mHwc->getFormat(hwcId), isSecure, token,
1757 mHwc->getFormat(hwcDisplayId), state.isSecure,
1769 hw->getFormat());
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1519 return info.mPacketSource->getFormat();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1054 public String getFormat() { method in class:VCardEntry.PhotoData
/frameworks/av/services/audioflinger/
H A DThreads.cpp2323 status_t result = mOutput->stream->getFormat(&mHALFormat);
2327 mFormat = mOutput->getFormat();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1339 if (format) *format = mOutputStreams[idx]->getFormat();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 4012 milliseconds

<<11