Searched defs:getFormat (Results 51 - 58 of 58) sorted by relevance

123

/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp134 uint32_t getFormat() const { function in class:android::ScreenshotPixelRef
135 return mScreenshot.getFormat();
501 uint32_t f = pixels->getFormat();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp430 uint32_t HWComposer::getFormat(int disp) const { function in class:android::HWComposer
/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/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp58 virtual sp<MetaData> getFormat();
141 sp<MetaData> VideoEditorVideoDecoderSource::getFormat() { function in class:VideoEditorVideoDecoderSource
1042 success = pDecShellContext->mVideoDecoder->getFormat()->findInt32(
1047 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth,
1049 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyHeight,
1067 pDecShellContext->mVideoDecoder->getFormat().get());
1204 success = pDecShellContext->mVideoDecoder->getFormat()->findInt32(
1209 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth,
1211 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyHeight,
1216 pDecShellContext->mVideoDecoder->getFormat()
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp57 virtual sp<MetaData> getFormat();
1994 sp<MetaData> MPEG4Source::getFormat() { function in class:android::MPEG4Source
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)) {
/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 6507 milliseconds

123