Home
last modified time | relevance | path

Searched refs:getFileFormat (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/av/media/libmediatranscoding/transcoder/include/media/
H A DMediaSampleReader.h45 virtual AMediaFormat* getFileFormat() = 0;
H A DMediaSampleReaderNDK.h47 AMediaFormat* getFileFormat() override;
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
H A DTzS2RangeFileReader.java87 mFileFormat = mHeaderBlock.getFileFormat(); in initialize()
213 return mHeaderBlock.getFileFormat().getS2Level(); in getS2Level()
H A DHeaderBlock.java99 public TzS2RangeFileFormat getFileFormat() { in getFileFormat() method in HeaderBlock
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h53 status_t getFileFormat(jobject *format) const;
H A Dandroid_media_MediaExtractor.cpp138 status_t JMediaExtractor::getFileFormat(jobject *format) const { in getFileFormat() function in android::JMediaExtractor
141 if ((err = mImpl->getFileFormat(&msg)) != OK) { in getFileFormat()
374 status_t err = extractor->getFileFormat(&format); in android_media_MediaExtractor_getFileFormatNative()
H A Dandroid_media_MediaProfiles.cpp245 int fileFormat = cp->getFileFormat(); in android_media_MediaProfiles_native_get_camcorder_profiles()
/aosp12/packages/modules/GeoTZ/s2storage/tools/src/java/com/android/timezone/location/tools/dump/
H A DTzS2RangeFileDumper.java67 TzS2RangeFileFormat fileFormat = headerBlock.getFileFormat(); in visitHeaderBlock()
/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
H A DHeaderBlockTest.java55 assertEquals(fileFormat, headerBlock.getFileFormat()); in readWrite()
H A DTzS2RangeFileTest.java43 fileFormat = tzS2RangeFileWriter.getFileFormat(); in findEntryByCellId()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DNuMediaExtractor.h73 status_t getFileFormat(sp<AMessage> *format) const;
/aosp12/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp127 mData->mImpl->getFileFormat(&format); in AMediaExtractor_getFileFormat()
250 ex->mImpl->getFileFormat(&format); in AMediaExtractor_getPsshInfo()
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
H A DTzS2RangeFileWriter.java253 public TzS2RangeFileFormat getFileFormat() { in getFileFormat() method in TzS2RangeFileWriter
/aosp12/frameworks/av/media/libmedia/include/media/
H A DMediaProfiles.h257 int getFileFormat() const { in getFileFormat() function
/aosp12/frameworks/av/media/libmedia/xsd/api/
H A Dcurrent.txt69 method public String getFileFormat();
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/
H A DMediaSampleReaderNDK.cpp463 AMediaFormat* MediaSampleReaderNDK::getFileFormat() { in getFileFormat() function in android::MediaSampleReaderNDK
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/benchmark/
H A DMediaTrackTranscoderBenchmark.cpp110 AMediaFormat* getFileFormat() override { return AMediaExtractor_getFileFormat(mExtractor); } in getFileFormat() function in MockSampleReader
/aosp12/frameworks/av/media/libstagefright/
H A DMediaAppender.cpp79 status = mExtractor->getFileFormat(&fileFormat); in init()
H A DNuMediaExtractor.cpp299 status_t NuMediaExtractor::getFileFormat(sp<AMessage> *format) const { in getFileFormat() function in android::NuMediaExtractor