HomeSort by relevance Sort by last modified time
    Searched full:extractor (Results 26 - 50 of 534) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
BinaryStreamArray.h 24 /// an Extractor type that can extract a record from a given offset and
63 /// You create a VarStreamArray by specifying a ValueType and an Extractor type.
64 /// If you do not specify an Extractor type, you are expected to specialize
67 /// By default an Extractor is default constructed in the class, but in some
68 /// cases you might find it useful for an Extractor to maintain state across
69 /// extractions. In this case you can provide your own Extractor through a
73 /// // Will use VarStreamArrayExtractor<MyType> as the extractor.
76 /// // Will use a default-constructed MyExtractor as the extractor.
85 template <typename ValueType, typename Extractor> class VarStreamArrayIterator;
88 typename Extractor = VarStreamArrayExtractor<ValueType>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BinaryStreamArray.h 24 /// an Extractor type that can extract a record from a given offset and
63 /// You create a VarStreamArray by specifying a ValueType and an Extractor type.
64 /// If you do not specify an Extractor type, you are expected to specialize
67 /// By default an Extractor is default constructed in the class, but in some
68 /// cases you might find it useful for an Extractor to maintain state across
69 /// extractions. In this case you can provide your own Extractor through a
73 /// // Will use VarStreamArrayExtractor<MyType> as the extractor.
76 /// // Will use a default-constructed MyExtractor as the extractor.
85 template <typename ValueType, typename Extractor> class VarStreamArrayIterator;
88 typename Extractor = VarStreamArrayExtractor<ValueType>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamArray.h 24 /// an Extractor type that can extract a record from a given offset and
63 /// You create a VarStreamArray by specifying a ValueType and an Extractor type.
64 /// If you do not specify an Extractor type, you are expected to specialize
67 /// By default an Extractor is default constructed in the class, but in some
68 /// cases you might find it useful for an Extractor to maintain state across
69 /// extractions. In this case you can provide your own Extractor through a
73 /// // Will use VarStreamArrayExtractor<MyType> as the extractor.
76 /// // Will use a default-constructed MyExtractor as the extractor.
84 template <typename ValueType, typename Extractor> class VarStreamArrayIterator;
87 typename Extractor = VarStreamArrayExtractor<ValueType>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamArray.h 24 /// an Extractor type that can extract a record from a given offset and
63 /// You create a VarStreamArray by specifying a ValueType and an Extractor type.
64 /// If you do not specify an Extractor type, you are expected to specialize
67 /// By default an Extractor is default constructed in the class, but in some
68 /// cases you might find it useful for an Extractor to maintain state across
69 /// extractions. In this case you can provide your own Extractor through a
73 /// // Will use VarStreamArrayExtractor<MyType> as the extractor.
76 /// // Will use a default-constructed MyExtractor as the extractor.
84 template <typename ValueType, typename Extractor> class VarStreamArrayIterator;
87 typename Extractor = VarStreamArrayExtractor<ValueType>
    [all...]
  /frameworks/av/media/libstagefright/
RemoteMediaSource.cpp 24 const sp<RemoteMediaExtractor> &extractor,
27 : mExtractor(extractor),
69 const sp<RemoteMediaExtractor> &extractor,
74 return new RemoteMediaSource(extractor, source, plugin);
MediaExtractorFactory.cpp 45 // local extractor
46 ALOGW("creating media extractor in calling process");
49 // remote extractor
51 sp<IBinder> binder = defaultServiceManager()->getService(String16("media.extractor"));
59 ALOGE("extractor service not running");
92 ALOGV("Created an extractor '%s' with confidence %.2f",
100 // TODO: Verify apk path with package manager in extractor process.
178 ALOGE("don't understand extractor format %u, ignoring.", plugin->def.def_version);
192 // there's already an extractor with the same uuid
195 ALOGW("replacing extractor '%s' version %u with version %u"
    [all...]
  /system/sepolicy/prebuilts/api/28.0/public/
mediaextractor.te 35 # scan extractor library directory to dynamically load extractors
39 # Allow extractor to add update service.
42 # Allow extractor to load media extractor plugins from update apk.
73 userdebug_or_eng(`-apk_data_file') # for loading media extractor plugins
  /system/sepolicy/public/
mediaextractor.te 35 # scan extractor library directory to dynamically load extractors
39 # Allow extractor to add update service.
42 # Allow extractor to load media extractor plugins from update apk.
73 userdebug_or_eng(`-apk_data_file') # for loading media extractor plugins
  /frameworks/av/cmds/stagefright/
muxer.cpp 65 sp<NuMediaExtractor> extractor = new NuMediaExtractor; local
66 if (extractor->setDataSource(NULL /* httpService */, path) != OK) {
67 fprintf(stderr, "unable to instantiate extractor. %s\n", path);
87 size_t trackCount = extractor->countTracks();
88 // Map the extractor's track index to the muxer's track index.
102 status_t err = extractor->getTrackFormat(i, &format);
104 ALOGV("extractor getTrackFormat: %s", format->debugString().c_str());
141 err = extractor->selectTrack(i);
165 status_t err = extractor->getSampleTrackIndex(&trackIndex);
172 extractor->advance()
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-gradle/26.2.0-alpha16/
lint-gradle-26.2.0-alpha16.jar 
lint-gradle-26.2.0-alpha16-sources.jar 
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
ImportanceExtractorTest.java 83 ImportanceExtractor extractor = new ImportanceExtractor(); local
84 extractor.setConfig(mConfig);
94 extractor.process(r);
102 ImportanceExtractor extractor = new ImportanceExtractor(); local
103 extractor.setConfig(mConfig);
112 extractor.process(r);
  /external/trappy/tests/
test_wa_sysfs_extractor.py 26 """Test the WA specific interface to get parameters from a sysfs extractor"""
38 """Test that we can get the parameters of a sysfs extractor output"""
53 """Test the failure modes of the Workload Automation sysfs extractor"""
  /external/autotest/client/common_lib/cros/cfm/metrics/
media_info_metrics_extractor_unittest.py 14 self.extractor = media_info_metrics_extractor.MediaInfoMetricsExtractor(
18 metric = self.extractor.get_top_level_metric('processcpuusage')
22 metric = self.extractor.get_media_metric(
28 metric = self.extractor.get_media_metric(
36 metric = self.extractor.get_media_metric(
46 lambda: self.extractor.get_top_level_metric('does_not_exist'))
49 metric = self.extractor.get_media_metric(
55 metric = self.extractor.get_media_metric(
62 metric = self.extractor.get_top_level_metric('gpuProcessCpuUsage')
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
SampleExtractor.java 28 * Extractor for reading track metadata and samples stored in tracks.
37 * <p>Call {@link #release()} when the extractor is no longer needed to free resources.
42 * If the extractor is currently having difficulty preparing or loading samples, then this
50 * Prepares the extractor for reading track metadata and samples.
69 * <p>This method should not be called until after the extractor has been successfully prepared.
80 * <p>This method should not be called until after the extractor has been successfully prepared.
105 /** Releases resources associated with this extractor. */
125 * @param result {@code true} when the extractor is finished without an error, {@code false}
127 * @param lastExtractedPositionUs the last extracted position when extractor is completed
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac-wrapper.sh 18 # requires the same environment variables as the javac extractor (see
28 # the REAL_JAVAC environment variable. The default path for the javac extractor
64 "$@" >>"$TMPDIR"/javac-extractor.out 2>> "$TMPDIR"/javac-extractor.err
  /frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeyLicenseFetcher.cpp 31 JsonAssetLoader *extractor = new JsonAssetLoader(); local
32 return extractor->extractAssetFromString(String8(input), &asset_);
  /frameworks/av/media/libstagefright/include/media/stagefright/
InterfaceUtils.h 44 MediaExtractor *extractor,
53 const sp<RemoteMediaExtractor> &extractor,
RemoteMediaExtractor.h 32 MediaExtractor *extractor,
54 MediaExtractor *extractor,
RemoteMediaSource.h 30 const sp<RemoteMediaExtractor> &extractor,
49 const sp<RemoteMediaExtractor> &extractor,
  /frameworks/av/media/libmedia/
IMediaExtractor.cpp 218 wp<IMediaExtractor> extractor; member in struct:android::__anon45187
231 if (extractor.promote() == NULL) {
263 sp<IMediaExtractor> extractor = instance.extractor.promote(); local
264 if (extractor != NULL && extractor == ex) {
281 const sp<IMediaExtractor> &extractor,
286 ex.name = extractor->name();
289 ex.extractor = extractor;
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 57 /// \brief Create a code extractor for a single basic block.
63 /// \brief Create a code extractor for a sequence of blocks.
66 /// dominates the rest, prepare a code extractor object for pulling this
72 /// \brief Create a code extractor for a loop body.
78 /// \brief Create a code extractor for a region node.
91 /// \brief Test whether this code extractor is eligible.
93 /// Based on the blocks used when constructing the code extractor,
  /frameworks/av/media/ndk/include/media/
NdkMediaExtractor.h 47 * Create new media extractor
52 * Delete a previously created media extractor
57 * Set the file descriptor from which the extractor will read.
63 * Set the URI from which the extractor will read.
71 * Set the custom data source implementation from which the extractor will read.
173 * Returns the format of the extractor. The caller must free the returned format
200 * Returns -1 when the extractor is not reading from a network data source, or when the
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 68 /// \brief Create a code extractor for a single basic block.
76 /// \brief Create a code extractor for a sequence of blocks.
79 /// dominates the rest, prepare a code extractor object for pulling this
86 /// \brief Create a code extractor for a loop body.
94 /// \brief Create a code extractor for a region node.
108 /// \brief Test whether this code extractor is eligible.
110 /// Based on the blocks used when constructing the code extractor,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 68 /// \brief Create a code extractor for a single basic block.
76 /// \brief Create a code extractor for a sequence of blocks.
79 /// dominates the rest, prepare a code extractor object for pulling this
86 /// \brief Create a code extractor for a loop body.
94 /// \brief Create a code extractor for a region node.
108 /// \brief Test whether this code extractor is eligible.
110 /// Based on the blocks used when constructing the code extractor,

Completed in 1861 milliseconds

12 3 4 5 6 7 8 91011>>