Searched refs:getFormat (Results 176 - 200 of 202) sorted by relevance

123456789

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp296 if (source->getFormat()->findInt32(
1728 sp<MetaData> meta = mSource->getFormat();
1783 sp<MetaData> meta = mSource->getFormat();
2510 initOutputFormat(mSource->getFormat());
2597 initOutputFormat(mSource->getFormat());
3485 sp<MetaData> format = mSource->getFormat();
3912 sp<MetaData> OMXCodec::getFormat() { function in class:android::OMXCodec
4439 if (mSource->getFormat()->findInt32(kKeyRotation, &rotationDegrees)) {
H A DCameraSource.cpp780 sp<MetaData> CameraSource::getFormat() { function in class:android::CameraSource
H A DMediaCodecSource.cpp84 sp<MetaData> meta = source->getFormat();
H A DNuMediaExtractor.cpp296 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime));
H A DMPEG4Writer.cpp457 source->getFormat()->findCString(kKeyMIMEType, &mime);
1353 mMeta(source->getFormat()),
H A DMPEG4Extractor.cpp63 virtual sp<MetaData> getFormat();
3636 sp<MetaData> MPEG4Source::getFormat() { function in class:android::MPEG4Source
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp126 virtual sp<MetaData> getFormat();
257 sp<MetaData> MatroskaSource::getFormat() { function in class:android::MatroskaSource
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp601 mOMX, source->getFormat(), false /* createEncoder */,
609 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp150 switch (screenshot->getFormat()) {
172 screenshot->getStride() * android::bytesPerPixel(screenshot->getFormat());
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp154 sp<AMessage> format = makeFormat(mSource->getFormat());
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp583 sp<MetaData> APacketSource::getFormat() { function in class:android::APacketSource
H A DMyTransmitter.h179 sp<MetaData> meta = mEncoder->getFormat();
H A DMyHandler.h1491 return info.mPacketSource->getFormat();
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp335 jstring mimeType = getMimeTypeString(env, decoder->getFormat());
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp338 if (format) *format = (*streamI)->getFormat();
1427 mFormat = outputStream->getFormat();
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp329 status_t JMediaCodec::getFormat(JNIEnv *env, bool input, jobject *format) const { function in class:android::JMediaCodec
1210 status_t err = codec->getFormat(env, input, &format);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java199 Rlog.d(TAG, "SMSDispatcher: ctor mSmsCapable=" + mSmsCapable + " format=" + getFormat()
248 protected abstract String getFormat(); method in class:SMSDispatcher
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp44 sp<MetaData> ElementaryStreamQueue::getFormat() { function in class:android::ElementaryStreamQueue
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp496 TextSetupFunctor::Data functorData(texture->getFormat());
/frameworks/base/media/java/android/media/
H A DMediaCodec.java1714 public int getFormat() { method in class:MediaCodec.MediaImage
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetPager.java931 final CharSequence format = clock.getFormat();
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp786 PixelFormat ScreenshotClient::getFormat() const { function in class:android::ScreenshotClient
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp463 uint32_t HWComposer::getFormat(int disp) const { function in class:android::HWComposer
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp431 type, hwcId, mHwc->getFormat(hwcId), isSecure, token,
1385 mHwc->getFormat(hwcDisplayId), state.isSecure,
1397 hw->getFormat());
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp341 sp<MetaData> meta = packetSource->getFormat();

Completed in 459 milliseconds

123456789