Searched refs:getFileFormat (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h56 status_t getFileFormat(jobject *format) const;
H A Dandroid_media_MediaExtractor.cpp112 status_t JMediaExtractor::getFileFormat(jobject *format) const { function in class:android::JMediaExtractor
115 if ((err = mImpl->getFileFormat(&msg)) != OK) {
336 status_t err = extractor->getFileFormat(&format);
/frameworks/av/include/media/stagefright/
H A DNuMediaExtractor.h72 status_t getFileFormat(sp<AMessage> *format) const;
/frameworks/av/media/libstagefright/foundation/include/
H A DNuMediaExtractor.h72 status_t getFileFormat(sp<AMessage> *format) const;
/frameworks/av/media/libstagefright/include/
H A DNuMediaExtractor.h72 status_t getFileFormat(sp<AMessage> *format) const;
/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp232 ex->mImpl->getFileFormat(&format);
/frameworks/av/media/libstagefright/
H A DNuMediaExtractor.cpp250 status_t NuMediaExtractor::getFileFormat(sp<AMessage> *format) const { function in class:android::NuMediaExtractor

Completed in 1499 milliseconds