/external/llvm/test/Transforms/CodeExtractor/ |
2004-03-14-DominanceProblem.ll | 2 ; This testcase is failing the loop extractor because not all exit blocks
|
/external/opencv3/modules/features2d/misc/java/test/ |
BruteForceL1DescriptorMatcherTest.java | 42 DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.SURF); 50 extractor.compute(img, keypoints, descriptors); 68 DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.SURF); 70 extractor.compute(img, keypoints, descriptors);
|
BruteForceSL2DescriptorMatcherTest.java | 48 DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.SURF); 55 extractor.compute(img, keypoints, descriptors); 73 DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.SURF); 75 extractor.compute(img, keypoints, descriptors);
|
BruteForceDescriptorMatcherTest.java | 43 DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.SURF); 50 extractor.compute(img, keypoints, descriptors); 68 DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.SURF); 70 extractor.compute(img, keypoints, descriptors);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
DrawableResourceLoader.java | 47 * @param extractor Extractor 50 public DrawableResourceLoader(ResourceExtractor extractor, File resourceDirectory) { 51 super(extractor);
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/ |
DrawableResourceLoaderTest.java | 33 ResourceExtractor extractor = new ResourceExtractor(); local 34 extractor.addLocalRClass(R.class); 35 extractor.addSystemRClass(android.R.class); 37 resourceLoader = new DrawableResourceLoader(extractor, resourceFile("res"));
|
/external/testng/gradle/ |
publishing.gradle | 51 classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3"
|
/frameworks/av/media/libstagefright/include/ |
FLACExtractor.h | 31 // Extractor assumes ownership of source
|
MP3Extractor.h | 33 // Extractor assumes ownership of "source".
|
WAVExtractor.h | 32 // Extractor assumes ownership of "source".
|
MidiExtractor.h | 55 // Extractor assumes ownership of source
|
/frameworks/av/services/mediaextractor/ |
MediaExtractorService.cpp | 37 ALOGV("extractor service created %p (%s)",
|
MediaExtractorService.h | 34 static const char* getServiceName() { return "media.extractor"; }
|
main_extractorservice.cpp | 49 strcpy(argv[0], "media.extractor");
|
/frameworks/av/cmds/stagefright/ |
record.cpp | 122 sp<MediaExtractor> extractor = 124 if (extractor == NULL) { 128 size_t num_tracks = extractor->countTracks(); 132 meta = extractor->getTrackMetaData(i); 144 source = extractor->getTrack(i);
|
stream.cpp | 168 sp<IMediaExtractor> extractor = MediaExtractor::Create(dataSource); local 169 CHECK(extractor != NULL); 174 for (size_t i = 0; i < extractor->countTracks(); ++i) { 175 const sp<MetaData> &meta = extractor->getTrackMetaData(i); 184 CHECK_EQ(mWriter->addSource(extractor->getTrack(i)), (status_t)OK);
|
/cts/libs/deviceutil/src/android/cts/util/ |
MediaUtils.java | 576 MediaExtractor extractor = new MediaExtractor(); local 579 extractor.setDataSource( 585 for (trackIndex = 0; trackIndex < extractor.getTrackCount(); trackIndex++) { 586 MediaFormat trackMediaFormat = extractor.getTrackFormat(trackIndex); 592 extractor.release(); 604 MediaExtractor extractor = new MediaExtractor(); local 607 extractor.setDataSource( 613 for (trackIndex = 0; trackIndex < extractor.getTrackCount(); trackIndex++) { 614 MediaFormat trackMediaFormat = extractor.getTrackFormat(trackIndex); 616 extractor.selectTrack(trackIndex) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
ImageReaderDecoderTest.java | 255 MediaExtractor extractor = null; local 261 extractor = new MediaExtractor(); 265 extractor.setDataSource( 281 extractor.setDataSource(tmpFile.getAbsolutePath()); 284 mediaFormat = extractor.getTrackFormat(0); 292 decoder, extractor, mediaFormat, 306 if (extractor != null) { 307 extractor.release(); 465 MediaCodec decoder, MediaExtractor extractor, MediaFormat mediaFormat, 484 extractor.selectTrack(0) [all...] |
/docs/source.android.com/src/devices/media/ |
framework-hardening.jd | 78 <li>Wraps the FD into a Binder DataSource object that is passed to the extractor 82 <li>Examines the file, creates the appropriate extractor for the file type 84 extractor to the <code>mediaserver</code> process.</li> 85 <li>Makes Binder IPC calls to the extractor to determine the type of data in the 89 <li>Makes repeated Binder IPC calls to the extractor to read encoded samples, 135 <p>The extractor service hosts the <em>extractors</em>, components that parse 136 the various file formats supported by the media framework. The extractor service 140 <p>An application (or <code>mediaserver</code>) makes a call to the extractor
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
RobustMatcher.h | 34 // Set the descriptor extractor 73 // pointer to the feature descriptor extractor object
|
/external/opencv3/samples/gpu/ |
surf_keypoint_matcher.cpp | 19 cout << "\nThis program demonstrates using SURF_CUDA features detector, descriptor extractor and BruteForceMatcher_CUDA" << endl;
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/basicmediadecoder/ |
MainActivity.java | 110 // Begin by unselecting all of the tracks in the extractor, so we won't see 151 // extractor to the next available sample to read. 156 // Advancing the extractor is a blocking operation and it MUST be
|
/developers/samples/android/media/BasicMediaDecoder/Application/src/main/java/com/example/android/basicmediadecoder/ |
MainActivity.java | 110 // Begin by unselecting all of the tracks in the extractor, so we won't see 151 // extractor to the next available sample to read. 156 // Advancing the extractor is a blocking operation and it MUST be
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.basicmediadecoder/ |
MainActivity.java | 110 // Begin by unselecting all of the tracks in the extractor, so we won't see 151 // extractor to the next available sample to read. 156 // Advancing the extractor is a blocking operation and it MUST be
|
/external/libcxx/utils/sym_check/sym_check/ |
extract.py | 174 extractor = ReadElfExtractor() 176 extractor = NMExtractor() 177 return extractor.extract(lib_file)
|