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

1234567891011

/frameworks/base/graphics/java/android/graphics/
H A DGraphicBuffer.java126 public int getFormat() { method in class:GraphicBuffer
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h102 inline GLenum getFormat() const { function in class:android::uirenderer::CacheTexture
/frameworks/base/media/java/android/media/
H A DAudioRecordingConfiguration.java37 * the device ({@link #getFormat()}). The two recording formats may, for instance, be at different
113 public AudioFormat getFormat() { return mDeviceFormat; } method in class:AudioRecordingConfiguration
117 * Note that it may differ from the actual recording format (see {@link #getFormat()}).
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioMix.java142 AudioFormat getFormat() { method in class:AudioMix
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.h105 status_t getFormat(JNIEnv *env, bool input, jobject *format) const;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DGrainFilter.java155 FrameFormat inputFormat = input.getFormat();
H A DRedEyeFilter.java114 FrameFormat inputFormat = input.getFormat();
H A DRotateFilter.java88 FrameFormat inputFormat = input.getFormat();
H A DStraightenFilter.java89 FrameFormat inputFormat = input.getFormat();
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectBrowser.java136 if (info.getFormat() == MtpConstants.FORMAT_ASSOCIATION) {
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp170 sp<MetaData> meta = source->getFormat();
/frameworks/av/cmds/stagefright/
H A Drecord.cpp60 virtual sp<MetaData> getFormat() {
195 sp<MetaData> meta = source->getFormat();
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamTrack.cpp90 audio_format_t format = (getFormat() == AAUDIO_FORMAT_UNSPECIFIED)
92 : AAudioConvert_aaudioToAndroidDataFormat(getFormat());
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp47 virtual sp<MetaData> getFormat();
284 sp<MetaData> AACSource::getFormat() { function in class:android::AACSource
H A DOggExtractor.cpp51 virtual sp<MetaData> getFormat();
78 sp<MetaData> getFormat() const;
238 sp<MetaData> OggSource::getFormat() { function in class:android::OggSource
239 return mExtractor->mImpl->getFormat();
324 sp<MetaData> MyOggExtractor::getFormat() const { function in class:android::MyOggExtractor
1357 return mImpl->getFormat();
H A DWAVExtractor.cpp68 virtual sp<MetaData> getFormat();
411 sp<MetaData> WAVSource::getFormat() { function in class:android::WAVSource
412 ALOGV("WAVSource::getFormat");
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp200 sp<MetaData> AACEncoder::getFormat() { function in class:android::AACEncoder
201 sp<MetaData> srcFormat = mSource->getFormat();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp208 new AnotherPacketSource(mAudioTrack.mSource->getFormat());
223 new AnotherPacketSource(mVideoTrack.mSource->getFormat());
603 sp<MetaData> meta = source->getFormat();
793 if (mTimedTextTrack.mSource->getFormat()->findData(
845 return source->getFormat();
970 sp<MetaData> meta = mSources.itemAt(trackIndex)->getFormat();
1123 sp<MetaData> meta = source->getFormat();
1139 track->mPackets = new AnotherPacketSource(track->mSource->getFormat());
1142 track->mPackets->setFormat(track->mSource->getFormat());
1318 && mTimedTextTrack.mSource->getFormat()
[all...]
H A DNuPlayer.cpp751 (mSource != NULL && mStarted && mSource->getFormat(false /* audio */) != NULL
754 // Need to check mStarted before calling mSource->getFormat because NuPlayer might
757 if (mSource == NULL || !mStarted || mSource->getFormat(false /* audio */) == NULL
1100 mSource->getFormat(false /* audio */);
1172 if (mVideoDecoderError || mSource->getFormat(false /* audio */) == NULL
1183 if (mAudioDecoderError || mSource->getFormat(true /* audio */) == NULL
1473 if (mSource->getFormat(false /* audio */) == NULL) {
1490 bool hasAudio = (mSource->getFormat(true /* audio */) != NULL);
1491 bool hasVideo = (mSource->getFormat(false /* audio */) != NULL);
1723 sp<AMessage> videoFormat = mSource->getFormat(fals
2826 sp<AMessage> NuPlayer::Source::getFormat(bool audio) { function in class:android::NuPlayer::Source
[all...]
H A DHTTPLiveSource.cpp159 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) { function in class:android::NuPlayer::HTTPLiveSource
357 sp<AMessage> format = getFormat(false /* audio */);
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreCipherSpiBase.java598 if ("RAW".equalsIgnoreCase(key.getFormat())) {
615 if ("PKCS8".equalsIgnoreCase(key.getFormat())) {
631 if ("X.509".equalsIgnoreCase(key.getFormat())) {
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp84 if (getFormat() == AAUDIO_FORMAT_UNSPECIFIED) {
172 * AAudioConvert_formatToSizeInBytes(getFormat());
/frameworks/av/media/libmedia/
H A DIMediaSource.cpp104 virtual sp<MetaData> getFormat() { function in class:android::BpMediaSource
105 ALOGV("getFormat");
312 ALOGV("getFormat");
314 sp<MetaData> meta = getFormat();
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp79 audio_format_t formatToExport = mProfiles[profileIndex]->getFormat();
322 audio_format_t formatToCompare = mProfiles[i]->getFormat();
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java228 int format = pixels.getFormat();
434 int format = pixels.getFormat();

Completed in 996 milliseconds

1234567891011