Home
last modified time | relevance | path

Searched refs:extractor (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DNDKExtractor.cpp36 AMediaExtractor *extractor = AMediaExtractor_new(); in decode() local
37 media_status_t amresult = AMediaExtractor_setDataSourceFd(extractor, fd, in decode()
46 AMediaFormat *format = AMediaExtractor_getTrackFormat(extractor, 0); in decode()
90 AMediaExtractor_selectTrack(extractor, 0); in decode()
123 … ssize_t sampleSize = AMediaExtractor_readSampleData(extractor, inputBuffer, inputSize); in decode()
124 auto presentationTimeUs = AMediaExtractor_getSampleTime(extractor); in decode()
132 AMediaExtractor_advance(extractor); in decode()
196 AMediaExtractor_delete(extractor); in decode()
/third_party/node/deps/npm/node_modules/pacote/lib/
Dfetcher.js393 const extractor = tar.x(this[_tarxOptions]({ cwd: dest }))
395 extractor.on('end', () => {
403 extractor.on('error', er => {
412 tarball.pipe(extractor)
/third_party/gn/src/base/containers/
Dflat_tree.h104 GetKeyFromValue extractor;
105 return key_compare::operator()(extractor(left), extractor(right));
367 GetKeyFromValue extractor;
368 return extractor(v);
879 GetKeyFromValue extractor;
880 if (lower == end() || impl_.get_key_comp()(key, extractor(*lower)))
962 GetKeyFromValue extractor;
963 if ((hint == begin() || key_comp()(extractor(*std::prev(hint)), key))) {
964 if (hint == end() || key_comp()(key, extractor(*hint))) {
968 if (!key_comp()(extractor(*hint), key)) {
/third_party/jerryscript/tools/
Dgen-doctest.py174 extractor = DoctestExtractor(args.dir, args.dry)
176 extractor.process(mdfile)
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/
DCMakeLists.txt31 MESSAGE(STATUS "Using FFmpeg extractor")
57 MESSAGE(STATUS "Using NDK media extractor")
/third_party/zlib/contrib/
DREADME.contrib53 A very simple tar.gz file extractor using zlib
/third_party/python/Lib/xml/dom/
Dexpatbuilder.py235 extractor = InternalSubsetExtractor()
236 extractor.parseString(buffer)
237 subset = extractor.getSubset()
/third_party/mesa3d/src/compiler/isaspec/
Dencode.py263 def extractor(self, bitset, name): member in State
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
Dlunr.js2477 extractor = this._fields[fieldName].extractor,
2478 field = extractor ? extractor(doc) : doc[fieldName],
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1972 RootsReferencesExtractor extractor(this); in IterateAndExtractReferences() local
1973 ReadOnlyRoots(heap_).Iterate(&extractor); in IterateAndExtractReferences()
1974 heap_->IterateRoots(&extractor, base::EnumSet<SkipRoot>{SkipRoot::kWeak}); in IterateAndExtractReferences()
1978 heap_->IterateWeakRoots(&extractor, {}); in IterateAndExtractReferences()
1979 extractor.SetVisitingWeakRoots(); in IterateAndExtractReferences()
1980 heap_->IterateWeakGlobalHandles(&extractor); in IterateAndExtractReferences()
/third_party/gstreamer/gstplugins_bad/
Dmeson_options.txt91 option('closedcaption', type : 'feature', value : 'auto', description : 'Closed caption extractor, …
DChangeLog132549 examples: Add an example of a mpeg-ts SI extractor
/third_party/ltp/scripts/
Dspelling.txt623 extracter||extractor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4625 DataExtractor extractor(ObjectFile::getData(), true, 0); in ReadULEB128s() local
4629 while (uint64_t delta = extractor.getULEB128(&offset)) { in ReadULEB128s()
/third_party/elfutils/debuginfod/
DChangeLog981 file extensions and corresponding extractor commands.
/third_party/zlib/
DChangeLog1302 A very simple tar.gz file extractor using zlib
/third_party/skia/third_party/externals/microhttpd/src/datadir/
Dspdy-draft.txt1415 connection. The signature is calculated over a 32 byte TLS extractor
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.txt1488 * Fix valid usage statement extractor (vu-to-json) to add padding after
1701 section so they are correctly processed by the VU extractor script
6719 specs, but is necessary given the present state of the VU extractor and
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dresources.txt3615 // VU extractor and validation layers can handle VU with imbedded
3710 // VU extractor and validation layers can handle VU with imbedded
Drenderpass.txt4650 // VU extractor and validation layers can handle VU with imbedded
/third_party/python/Misc/
DHISTORY20670 itemgetter() which are useful for creating fast data extractor
/third_party/chromium/patch/
D0001-cve.patch77698 - not too hard based on the existing format and extractor.
89180 - doc/parsedecl.py doc/Makefile.am: updated the python extractor
93646 - * docs/* : reran the documentation extractor, updated xml.html