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

1234567

/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
456 sp<MetaData> meta = mSource->getFormat();
476 CHECK(mSource->getFormat()->findInt32(kKeySampleRate, &sampleRate));
477 CHECK(mSource->getFormat()->findInt32(kKeyChannelCount, &numChannels));
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp269 sp<MetaData> meta = mTextSourceVector.valueAt(i)->getFormat();
H A DTimedTextSRTSource.cpp82 sp<MetaData> TimedTextSRTSource::getFormat() { function in class:android::TimedTextSRTSource
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp67 sp<AMessage> getFormat();
149 sp<AMessage> WifiDisplaySource::PlaybackSession::Track::getFormat() { function in class:android::WifiDisplaySource::PlaybackSession::Track
447 mPacketizer->addTrack(track->getFormat());
629 status_t err = convertMetaDataToMessage(source->getFormat(), &format);
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp248 getMimeTypeString(env, decoder->getFormat()));
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h237 uint32_t getFormat(int disp) const;
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp253 sp<MetaData> AacAdtsSource::getFormat() { function in class:android::AacAdtsSource
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSerializedFrame.java285 return "SerializedFrame (" + getFormat() + ")";
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java243 FrameFormat inputFormat = input.getFormat();
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java123 view.setText(Integer.toHexString(info.getFormat()).toUpperCase());
/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 DVideoEditorAudioEncoder.cpp49 virtual sp<MetaData> getFormat();
158 sp<MetaData> VideoEditorAudioEncoderSource::getFormat() { function in class:android::VideoEditorAudioEncoderSource
159 ALOGV("VideoEditorAudioEncoderSource::getFormat");
H A DVideoEditorVideoEncoder.cpp70 virtual sp<MetaData> getFormat();
177 sp<MetaData> VideoEditorVideoEncoderSource::getFormat() { function in class:android::VideoEditorVideoEncoderSource
179 ALOGV("VideoEditorVideoEncoderSource::getFormat");
372 outputBuffer->range_length(), encoder->getFormat().get());
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp698 sp<AMessage> format = mSource->getFormat(audio);
949 sp<AMessage> NuPlayer::Source::getFormat(bool audio) { function in class:android::NuPlayer::Source
/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp48 virtual sp<MetaData> getFormat();
698 sp<MetaData> FLACSource::getFormat() function in class:android::FLACSource
H A DMP3Extractor.cpp222 virtual sp<MetaData> getFormat();
468 sp<MetaData> MP3Source::getFormat() { function in class:android::MP3Source
H A DStagefrightMetadataRetriever.cpp146 sp<MetaData> format = source->getFormat();
246 sp<MetaData> meta = decoder->getFormat();
H A DAACWriter.cpp95 sp<MetaData> meta = source->getFormat();
H A DAudioSource.cpp168 sp<MetaData> AudioSource::getFormat() { function in class:android::AudioSource
H A DSurfaceMediaSource.cpp228 sp<MetaData> SurfaceMediaSource::getFormat() function in class:android::SurfaceMediaSource
230 ALOGV("getFormat");
H A DMPEG2TSWriter.cpp104 sp<MetaData> meta = mSource->getFormat();
149 sp<MetaData> meta = mSource->getFormat();
542 sp<MetaData> meta = source->getFormat();
H A DAudioPlayer.cpp86 // of playback, if there is one, getFormat below will retrieve the
109 sp<MetaData> format = mSource->getFormat();
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h79 virtual sp<MetaData> getFormat();
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp839 CHECK(audioSource->getFormat()->findInt32(
1283 CHECK (mSurfaceMediaSource->getFormat()->findInt32(
1340 CHECK ((*cameraSource)->getFormat()->findInt32(
1383 sp<MetaData> meta = cameraSource->getFormat();
/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();

Completed in 8216 milliseconds

1234567