Searched defs:getFormat (Results 1 - 25 of 86) sorted by relevance

1234

/frameworks/av/media/libstagefright/
H A DMediaAdapter.cpp63 sp<MetaData> MediaAdapter::getFormat() { function in class:android::MediaAdapter
H A DAACExtractor.cpp47 virtual sp<MetaData> getFormat();
284 sp<MetaData> AACSource::getFormat() { function in class:android::AACSource
H A DAMRExtractor.cpp45 virtual sp<MetaData> getFormat();
252 sp<MetaData> AMRSource::getFormat() { function in class:android::AMRSource
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStorePublicKey.java37 public String getFormat() { method in class:AndroidKeyStorePublicKey
H A DAndroidKeyStoreKey.java51 public String getFormat() { method in class:AndroidKeyStoreKey
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DDepthTransform.java24 public String getFormat(); method in interface:DepthTransform
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/image/
H A DRangeInverseDepthTransform.java33 public String getFormat() { method in class:RangeInverseDepthTransform
H A DRangeLinearDepthTransform.java34 public String getFormat() { method in class:RangeLinearDepthTransform
/frameworks/av/cmds/stagefright/
H A DSineSource.cpp50 sp<MetaData> SineSource::getFormat() { function in class:android::SineSource
H A Drecordvideo.cpp73 virtual sp<MetaData> getFormat() { function in class:DummySource
/frameworks/base/core/java/android/hardware/camera2/params/
H A DInputConfiguration.java78 public int getFormat() { method in class:InputConfiguration
102 otherInputConfig.getFormat() == mFormat) {
H A DStreamConfiguration.java76 public final int getFormat() { method in class:StreamConfiguration
H A DStreamConfigurationDuration.java71 public final int getFormat() { method in class:StreamConfigurationDuration
/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h39 virtual sp<MetaData> getFormat() { function in class:android::VideoSource
/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.h73 virtual audio_format_t getFormat() const { return mApplicationFormat; } function in class:android::SpdifStreamOut
H A DAudioStreamOut.cpp171 audio_format_t AudioStreamOut::getFormat() const function in class:android::AudioStreamOut
174 return stream->getFormat(&result) == OK ? result : AUDIO_FORMAT_INVALID;
/frameworks/base/libs/hwui/
H A DRenderBuffer.h57 GLenum getFormat() const { function in struct:android::uirenderer::RenderBuffer
H A DPixelBuffer.h77 GLenum getFormat() const { function in class:android::uirenderer::PixelBuffer
/frameworks/base/media/java/android/media/
H A DImage.java158 public abstract int getFormat(); method in class:Image
254 * {@link Image#getFormat()}.
341 * @see #getFormat
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/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp105 sp<MetaData> RepeaterSource::getFormat() { function in class:android::RepeaterSource
106 return mSource->getFormat();
/frameworks/av/media/libaaudio/src/core/
H A DAudioStreamBuilder.h67 aaudio_format_t getFormat() const { function in class:aaudio::AudioStreamBuilder
/frameworks/av/media/libaudiohal/
H A DStreamHalHidl.cpp72 status_t StreamHalHidl::getFormat(audio_format_t *format) { function in class:android::StreamHalHidl
74 return processReturn("getFormat", mStream->getFormat(), format);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp159 sp<AMessage> NuPlayer::HTTPLiveSource::getFormat(bool audio) { function in class:android::NuPlayer::HTTPLiveSource
357 sp<AMessage> format = getFormat(false /* audio */);
H A DStreamingSource.cpp237 sp<AMessage> NuPlayer::StreamingSource::getFormat(bool audio) { function in class:android::NuPlayer::StreamingSource
246 sp<MetaData> meta = source->getFormat();

Completed in 6187 milliseconds

1234