/external/webrtc/webrtc/base/ |
opensslstreamadapter.h | 95 // Key Extractor interface
|
/frameworks/av/include/drm/ |
drm_framework_common.h | 263 * Mimetype of the content to be used to select the media extractor
|
/frameworks/av/media/libmedia/ |
IMediaExtractorService.cpp | 91 // If we make an extractor through Binder, enabled shared memory
|
/frameworks/av/media/libstagefright/ |
FileSource.cpp | 175 if (getuid() == AID_MEDIA_EX) return nullptr; // no DRM in media extractor
|
/frameworks/base/services/core/java/com/android/server/media/ |
MediaUpdateService.java | 44 private static final String EXTRACTOR_UPDATE_SERVICE_NAME = "media.extractor.update";
|
/frameworks/multidex/library/src/androidx/multidex/ |
MultiDex.java | 257 MultiDexExtractor extractor = new MultiDexExtractor(sourceApk, dexDir); local 261 extractor.load(mainContext, prefsKeyPrefix, false); 271 files = extractor.load(mainContext, prefsKeyPrefix, true); 276 extractor.close(); [all...] |
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
AttachmentUtilitiesTests.java | 107 * Text extension extractor
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
DataExtractor.h | 30 /// \brief Get the data pointed to by this extractor. 32 /// \brief Get the endianness for this extractor. 34 /// \brief Get the address size for this extractor. 36 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
DataExtractor.h | 30 /// \brief Get the data pointed to by this extractor. 32 /// \brief Get the endianness for this extractor. 34 /// \brief Get the address size for this extractor. 36 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
DataExtractor.h | 54 /// \brief Get the data pointed to by this extractor. 56 /// \brief Get the endianness for this extractor. 58 /// \brief Get the address size for this extractor. 60 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
DataExtractor.h | 54 /// \brief Get the data pointed to by this extractor. 56 /// \brief Get the endianness for this extractor. 58 /// \brief Get the address size for this extractor. 60 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
DataExtractor.h | 54 /// \brief Get the data pointed to by this extractor. 56 /// \brief Get the endianness for this extractor. 58 /// \brief Get the address size for this extractor. 60 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
DataExtractor.h | 54 /// \brief Get the data pointed to by this extractor. 56 /// \brief Get the endianness for this extractor. 58 /// \brief Get the address size for this extractor. 60 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
DataExtractor.h | 30 /// \brief Get the data pointed to by this extractor. 32 /// \brief Get the endianness for this extractor. 34 /// \brief Get the address size for this extractor. 36 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
DataExtractor.h | 30 /// \brief Get the data pointed to by this extractor. 32 /// \brief Get the endianness for this extractor. 34 /// \brief Get the address size for this extractor. 36 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
DataExtractor.h | 54 /// \brief Get the data pointed to by this extractor. 56 /// \brief Get the endianness for this extractor. 58 /// \brief Get the address size for this extractor. 60 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
DataExtractor.h | 54 /// \brief Get the data pointed to by this extractor. 56 /// \brief Get the endianness for this extractor. 58 /// \brief Get the address size for this extractor. 60 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
DataExtractor.h | 54 /// \brief Get the data pointed to by this extractor. 56 /// \brief Get the endianness for this extractor. 58 /// \brief Get the address size for this extractor. 60 /// \brief Set the address size for this extractor.
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
DataExtractor.h | 54 /// \brief Get the data pointed to by this extractor. 56 /// \brief Get the endianness for this extractor. 58 /// \brief Get the address size for this extractor. 60 /// \brief Set the address size for this extractor.
|
/frameworks/av/media/extractors/mkv/ |
MatroskaExtractor.cpp | 98 BlockIterator(MatroskaExtractor *extractor, unsigned long trackNum, unsigned long index); 128 MatroskaSource(MatroskaExtractor *extractor, size_t index); 216 MatroskaExtractor *extractor, size_t index) 217 : mExtractor(extractor), 296 MatroskaExtractor *extractor, unsigned long trackNum, unsigned long index) 297 : mExtractor(extractor), [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AdaptivePlaybackTest.java | [all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFContext.cpp | 603 DataExtractor extractor(data, false, 8); 605 OriginalSize = extractor.getU64(&Offset); 619 DataExtractor Extractor(Data, IsLE, 0); 621 if (Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word) 630 OriginalSize = Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Xword)
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
Camera2RecordingTest.java | 938 MediaExtractor extractor = new MediaExtractor(); local [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
RecordingTest.java | 1656 MediaExtractor extractor = new MediaExtractor(); local [all...] |
/external/libtextclassifier/ |
model.fbs | 125 // to select more text than was contained in an envelope of all extractor 237 extractor:libtextclassifier2.DatetimeExtractorType;
|