Searched refs:specification (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java193 public boolean isCompatibleWith(FrameFormat specification) { argument
195 if (specification.getBaseType() != TYPE_UNSPECIFIED
196 && getBaseType() != specification.getBaseType()) {
201 if (specification.getTarget() != TARGET_UNSPECIFIED
202 && getTarget() != specification.getTarget()) {
207 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED
208 && getBytesPerSample() != specification.getBytesPerSample()) {
213 if (specification.getDimensionCount() > 0
214 && getDimensionCount() != specification.getDimensionCount()) {
219 for (int i = 0; i < specification
249 mayBeCompatibleWith(FrameFormat specification) argument
[all...]
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp451 for (const auto& specification : specifications) {
453 specification.mName,
454 new PartitioningDriver(specification.mName.c_str(),
455 specification.mCapabilities,
456 specification.mOperationMask,
457 specification.mOEM)));
/frameworks/rs/script_api/
H A DSpecification.h127 /* The range of versions a specification applies to. Zero if there's no restriction,
249 * A specification can be specific to a range of RenderScript version or 32bits vs 64 bits.
277 // Parse a constant specification and add it to specFile.
295 TypeKind mKind; // The kind of type specification
324 // Parse a type specification and add it to specFile.
369 /* The collection of permutations for this specification, i.e. this class instantianted
450 // Parse a function specification and add it to specFile.
454 /* A concrete version of a function specification, where all placeholders have been replaced by
483 FunctionPermutation(Function* function, FunctionSpecification* specification,
566 * hasDocumentation is true if this specification containe
[all...]
H A Drs_for_each.spec41 This specification can help the caching behavior of the running kernel, e.g. the cache
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 53 milliseconds