Home
last modified time | relevance | path

Searched refs:specification (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java193 public boolean isCompatibleWith(FrameFormat specification) { in isCompatibleWith() argument
195 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith()
196 && getBaseType() != specification.getBaseType()) { in isCompatibleWith()
201 if (specification.getTarget() != TARGET_UNSPECIFIED in isCompatibleWith()
202 && getTarget() != specification.getTarget()) { in isCompatibleWith()
207 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED in isCompatibleWith()
208 && getBytesPerSample() != specification.getBytesPerSample()) { in isCompatibleWith()
213 if (specification.getDimensionCount() > 0 in isCompatibleWith()
214 && getDimensionCount() != specification.getDimensionCount()) { in isCompatibleWith()
219 for (int i = 0; i < specification.getDimensionCount(); ++i) { in isCompatibleWith()
[all …]
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp451 for (const auto& specification : specifications) { in makeDevices() local
453 specification.mName, in makeDevices()
454 new PartitioningDriver(specification.mName.c_str(), in makeDevices()
455 specification.mCapabilities, in makeDevices()
456 specification.mOperationMask, in makeDevices()
457 specification.mOEM))); in makeDevices()
/frameworks/native/opengl/specs/
DEGL_ANDROID_image_native_buffer.txt62 EGL_KHR_image_base specification), in the description of
/frameworks/opt/net/ims/
DREADME.txt3 At the moment, this only supports VoLTE calls which is compliant to GSMA IR.92 specification.
/frameworks/rs/script_api/
DSpecification.h483 FunctionPermutation(Function* function, FunctionSpecification* specification,
Drs_for_each.spec41 This specification can help the caching behavior of the running kernel, e.g. the cache
/frameworks/rs/script_api/include/
Drs_object_info.rsh42 * - rs_element is a handle to a type specification, and
Drs_for_each.rsh38 * This specification can help the caching behavior of the running kernel, e.g. the cache
/frameworks/opt/telephony/proto/src/
Dtelephony.proto805 // Not mentioned in the specification
/frameworks/native/vulkan/api/
Dvulkan.api3104 … specVersion /// version of the extension specification implemented
3109 … specVersion /// version of the layer specification implemented
3808 /// Union allowing specification of floating point, integer, or unsigned integer color data. Actual…
3821 /// Union allowing specification of color, depth, and stencil color values. Actual value selected i…
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...