Searched refs:extractor (Results 1 – 22 of 22) sorted by relevance
36 AMediaExtractor *extractor = AMediaExtractor_new(); in decode() local37 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()
393 const extractor = tar.x(this[_tarxOptions]({ cwd: dest }))395 extractor.on('end', () => {403 extractor.on('error', er => {412 tarball.pipe(extractor)
104 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)) {
174 extractor = DoctestExtractor(args.dir, args.dry)176 extractor.process(mdfile)
31 MESSAGE(STATUS "Using FFmpeg extractor")57 MESSAGE(STATUS "Using NDK media extractor")
53 A very simple tar.gz file extractor using zlib
235 extractor = InternalSubsetExtractor()236 extractor.parseString(buffer)237 subset = extractor.getSubset()
263 def extractor(self, bitset, name): member in State
2477 extractor = this._fields[fieldName].extractor,2478 field = extractor ? extractor(doc) : doc[fieldName],
1972 RootsReferencesExtractor extractor(this); in IterateAndExtractReferences() local1973 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()
91 option('closedcaption', type : 'feature', value : 'auto', description : 'Closed caption extractor, …
132549 examples: Add an example of a mpeg-ts SI extractor
623 extracter||extractor
4625 DataExtractor extractor(ObjectFile::getData(), true, 0); in ReadULEB128s() local4629 while (uint64_t delta = extractor.getULEB128(&offset)) { in ReadULEB128s()
981 file extensions and corresponding extractor commands.
1302 A very simple tar.gz file extractor using zlib
1415 connection. The signature is calculated over a 32 byte TLS extractor
1488 * Fix valid usage statement extractor (vu-to-json) to add padding after1701 section so they are correctly processed by the VU extractor script6719 specs, but is necessary given the present state of the VU extractor and
3615 // VU extractor and validation layers can handle VU with imbedded3710 // VU extractor and validation layers can handle VU with imbedded
4650 // VU extractor and validation layers can handle VU with imbedded
20670 itemgetter() which are useful for creating fast data extractor
77698 - not too hard based on the existing format and extractor.89180 - doc/parsedecl.py doc/Makefile.am: updated the python extractor93646 - * docs/* : reran the documentation extractor, updated xml.html