Searched refs:specification (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FrameFormat.java | 196 public boolean isCompatibleWith(FrameFormat specification) { in isCompatibleWith() argument 198 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith() 199 && getBaseType() != specification.getBaseType()) { in isCompatibleWith() 204 if (specification.getTarget() != TARGET_UNSPECIFIED in isCompatibleWith() 205 && getTarget() != specification.getTarget()) { in isCompatibleWith() 210 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED in isCompatibleWith() 211 && getBytesPerSample() != specification.getBytesPerSample()) { in isCompatibleWith() 216 if (specification.getDimensionCount() > 0 in isCompatibleWith() 217 && getDimensionCount() != specification.getDimensionCount()) { in isCompatibleWith() 222 for (int i = 0; i < specification.getDimensionCount(); ++i) { in isCompatibleWith() [all …]
|
/frameworks/base/libs/hwui/jni/ |
D | MeshSpecification.cpp | 81 if (meshSpecResult.specification.get() == nullptr) { in Make() 85 return reinterpret_cast<jlong>(meshSpecResult.specification.release()); in Make() 99 if (meshSpecResult.specification.get() == nullptr) { in MakeWithCS() 103 return reinterpret_cast<jlong>(meshSpecResult.specification.release()); in MakeWithCS() 118 if (meshSpecResult.specification.get() == nullptr) { in MakeWithAlpha() 122 return reinterpret_cast<jlong>(meshSpecResult.specification.release()); in MakeWithAlpha()
|
/frameworks/base/cmds/idmap2/libidmap2/proto/ |
D | fabricated_v1.proto | 25 // new proto message specification.
|
/frameworks/proto_logging/stats/enums/bluetooth/hci/ |
D | enums.proto | 23 // HCI command opcodes (OCF+OGF) from Bluetooth 5.0 specification Vol 2, Part E, Section 7 333 // HCI event codes from the Bluetooth 5.0 specification Vol 2, Part 7, Section 7 418 // from the Bluetooth 5.0 specification Vol 2, Part E, Section 7.7.65 445 // HCI status code from the Bluetooth 5.0 specification Vol 2, Part D.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 62 EGL_KHR_image_base specification), in the description of
|
/frameworks/opt/net/ims/ |
D | README.txt | 3 At the moment, this only supports VoLTE calls which is compliant to GSMA IR.92 specification.
|
/frameworks/rs/script_api/ |
D | Specification.h | 483 FunctionPermutation(Function* function, FunctionSpecification* specification,
|
D | rs_for_each.spec | 41 This specification can help the caching behavior of the running kernel, e.g. the cache
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 88 follows the same specification as the one described for clock_font.png.
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 468 // A SIP request that is not defined in the specification has been sent.
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 42 * - rs_element is a handle to a type specification, and
|
D | rs_for_each.rsh | 38 * This specification can help the caching behavior of the running kernel, e.g. the cache
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_xml_test.go | 456 …normative since bitfield ordering is implementation-defined in C. The specification defines the no…
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 1632 // Not mentioned in the specification
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3953 * See Android Bluetooth HCI specification for more details 4089 * device, as documented by the Bluetooth Core HCI specification 4090 * Reference: https://www.bluetooth.com/specifications/bluetooth-core-specification
|