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

1234567

/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp266 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime));
H A DAVIExtractor.cpp44 virtual sp<MetaData> getFormat();
135 sp<MetaData> AVIExtractor::AVISource::getFormat() { function in class:android::AVIExtractor::AVISource
H A DOMXCodec.cpp283 if (source->getFormat()->findInt32(
1616 sp<MetaData> meta = mSource->getFormat();
1671 sp<MetaData> meta = mSource->getFormat();
2403 initOutputFormat(mSource->getFormat());
2490 initOutputFormat(mSource->getFormat());
3377 sp<MetaData> format = mSource->getFormat();
3779 sp<MetaData> OMXCodec::getFormat() { function in class:android::OMXCodec
4508 if (mSource->getFormat()->findInt32(kKeyRotation, &rotationDegrees)) {
H A DCameraSource.cpp729 sp<MetaData> CameraSource::getFormat() { function in class:android::CameraSource
H A DMPEG4Extractor.cpp57 virtual sp<MetaData> getFormat();
1994 sp<MetaData> MPEG4Source::getFormat() { function in class:android::MPEG4Source
H A DMPEG4Writer.cpp1235 mMeta(source->getFormat()),
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStore.java232 final String keyFormat = key.getFormat();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp116 PixelFormat DisplayDevice::getFormat() const { function in class:DisplayDevice
H A DSurfaceFlinger.cpp660 getPixelFormatInfo(hw->getFormat(), &info->pixelFormatInfo);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java82 protected String getFormat() { method in class:GsmSMSDispatcher
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp125 virtual sp<MetaData> getFormat();
208 sp<MetaData> MatroskaSource::getFormat() { function in class:android::MatroskaSource
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp595 mOMX, source->getFormat(), false /* createEncoder */,
603 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp110 sp<AMessage> format = makeFormat(mSource->getFormat());
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.cpp482 // of playback, if there is one, getFormat below will retrieve the
499 sp<MetaData> format = 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.h1176 return info.mPacketSource->getFormat();
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp271 getMimeTypeString(env, decoder->getFormat()));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java88 protected String getFormat() { method in class:CdmaSMSDispatcher
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp317 if (format) *format = (*streamI)->getFormat();
1356 mFormat = outputStream->getFormat();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp43 sp<MetaData> ElementaryStreamQueue::getFormat() { function in class:android::ElementaryStreamQueue
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp638 PixelFormat ScreenshotClient::getFormat() const { function in class:android::ScreenshotClient
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp430 uint32_t HWComposer::getFormat(int disp) const { function in class:android::HWComposer
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp253 sp<AMessage> FragmentedMP4Parser::getFormat(bool audio, bool synchronous) { function in class:android::FragmentedMP4Parser
264 ALOGV("getFormat post failed: %d", err);
271 ALOGV("@getFormat parser not ready yet, retrying");
275 ALOGV("getFormat failed: %d", err);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1053 public String getFormat() { method in class:VCardEntry.PhotoData

Completed in 434 milliseconds

1234567