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

123456789

/frameworks/av/media/libstagefright/
H A DMP3Extractor.cpp222 virtual sp<MetaData> getFormat();
471 sp<MetaData> MP3Source::getFormat() { function in class:android::MP3Source
H A DStagefrightMetadataRetriever.cpp153 sp<MetaData> format = source->getFormat();
253 sp<MetaData> meta = decoder->getFormat();
H A DAACWriter.cpp98 sp<MetaData> meta = source->getFormat();
H A DAudioSource.cpp167 sp<MetaData> AudioSource::getFormat() { function in class:android::AudioSource
H A DSurfaceMediaSource.cpp231 sp<MetaData> SurfaceMediaSource::getFormat() function in class:android::SurfaceMediaSource
233 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 DAVIExtractor.cpp44 virtual sp<MetaData> getFormat();
135 sp<MetaData> AVIExtractor::AVISource::getFormat() { function in class:android::AVIExtractor::AVISource
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp382 source->getFormat()->findCString(kKeyMIMEType, &mime);
405 mStreams[streamIndex].mTrackEntry = mStreams[streamIndex].mMakeTrack(source->getFormat());
/frameworks/base/libs/hwui/font/
H A DFont.cpp220 uint32_t formatSize = PixelBuffer::formatSize(pixelBuffer->getFormat());
221 uint32_t alpha_channel_offset = PixelBuffer::formatAlphaOffset(pixelBuffer->getFormat());
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h79 virtual sp<MetaData> getFormat();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp912 sp<MetaData> meta = mQueue->getFormat();
927 } else if (mQueue->getFormat() != NULL) {
932 if (mSource->getFormat() == NULL) {
933 mSource->setFormat(mQueue->getFormat());
H A DAnotherPacketSource.cpp84 sp<MetaData> AnotherPacketSource::getFormat() { function in class:android::AnotherPacketSource
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp241 getMimeTypeString(env, decoder->getFormat()));
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java416 (mCapture.getFormat() == ImageFormat.JPEG ? "" : "n't") + " a JPEG");
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h265 uint32_t getFormat(int disp) const;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp67 sp<AMessage> getFormat();
165 sp<AMessage> WifiDisplaySource::PlaybackSession::Track::getFormat() { function in class:android::WifiDisplaySource::PlaybackSession::Track
938 status_t err = convertMetaDataToMessage(source->getFormat(), &format);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DInboundSmsHandler.java768 tracker.getFormat(), resultReceiver);
774 tracker.getFormat(), resultReceiver);
780 dispatchSmsDeliveryIntent(pdus, tracker.getFormat(), destPort, resultReceiver);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp924 CHECK(audioSource->getFormat()->findInt32(
1432 CHECK ((*cameraSource)->getFormat()->findInt32(
1477 sp<MetaData> meta = cameraSource->getFormat();
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1169 sp<MetaData> format = source->getFormat();
1284 sp<MetaData> format = source->getFormat();
1543 if (packetSource->getFormat() == NULL && buffer->size() >= 7) {
1570 CHECK(packetSource->getFormat()->findInt32(kKeySampleRate, &sampleRate));
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp83 int Camera3Stream::getFormat() const { function in class:android::camera3::Camera3Stream
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStore.java233 final String keyFormat = key.getFormat();
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1750 public MediaFormat getFormat() { method in class:MediaPlayer.TrackInfo
1880 allTrackInfo[i] = new TrackInfo(type, track.getFormat());
2058 tracks[i].getFormat());
2380 mInbandSubtitleTracks[i] = mSubtitleController.addTrack(tracks[i].getFormat());
H A DSubtitleTrack.java72 public final MediaFormat getFormat() { method in class:SubtitleTrack
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp164 PixelFormat DisplayDevice::getFormat() const { function in class:DisplayDevice
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp440 bool hasVideo = (mSource->getFormat(false /* audio */) != NULL);
577 sp<AMessage> newFormat = mSource->getFormat(mIsAudio);

Completed in 3560 milliseconds

123456789