Home
last modified time | relevance | path

Searched refs:maxLevel (Results 1 – 25 of 25) sorted by relevance

/hardware/interfaces/drm/aidl/android/hardware/drm/
DHdcpLevels.aidl27 HdcpLevel maxLevel;
DSupportedContentType.aidl30 SecurityLevel maxLevel;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DHdcpLevels.aidl38 android.hardware.drm.HdcpLevel maxLevel;
DSupportedContentType.aidl39 android.hardware.drm.SecurityLevel maxLevel;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DHdcpLevels.aidl38 android.hardware.drm.HdcpLevel maxLevel;
DSupportedContentType.aidl39 android.hardware.drm.SecurityLevel maxLevel;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_decode_h265.adoc49 ** Use type StdVideoH265Level for VkVideoDecodeH265Capabilities.maxLevel
DVK_KHR_video_decode_h264.adoc58 ** Use type StdVideoH264Level for VkVideoDecodeH264Capabilities.maxLevel
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp794 void getLevelRange(int16_t* minLevel, int16_t* maxLevel);
815 void EqualizerAudioEffectHidlTest::getLevelRange(int16_t* minLevel, int16_t* maxLevel) { in getLevelRange() argument
821 *maxLevel = max; in getLevelRange()
828 *maxLevel = 255; in getLevelRange()
882 int16_t minLevel = 0x7fff, maxLevel = 0; in TEST_P() local
883 ASSERT_NO_FATAL_FAILURE(getLevelRange(&minLevel, &maxLevel)); in TEST_P()
884 EXPECT_GT(maxLevel, minLevel); in TEST_P()
/hardware/interfaces/audio/effect/2.0/
DIEqualizerEffect.hal32 generates (Result retval, int16_t minLevel, int16_t maxLevel);
/hardware/interfaces/audio/effect/5.0/
DIEqualizerEffect.hal32 generates (Result retval, int16_t minLevel, int16_t maxLevel);
/hardware/interfaces/audio/effect/7.0/
DIEqualizerEffect.hal32 generates (Result retval, int16_t minLevel, int16_t maxLevel);
/hardware/interfaces/audio/effect/6.0/
DIEqualizerEffect.hal32 generates (Result retval, int16_t minLevel, int16_t maxLevel);
/hardware/interfaces/audio/effect/4.0/
DIEqualizerEffect.hal32 generates (Result retval, int16_t minLevel, int16_t maxLevel);
/hardware/interfaces/drm/1.1/vts/functional/
Ddrm_hal_clearkey_test.cpp201 const HdcpLevel &maxLevel) { in TEST_P() argument
204 EXPECT_LE(maxLevel, HdcpLevel::HDCP_NO_OUTPUT); in TEST_P()
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_test.cpp256 const HdcpLevel &maxLevel) { in TEST_P() argument
259 EXPECT_LE(maxLevel, HdcpLevel::HDCP_V2_3); in TEST_P()
/hardware/interfaces/drm/aidl/vts/
Ddrm_hal_test.cpp110 EXPECT_LE(ct.minLevel, ct.maxLevel); in TEST_P()
281 EXPECT_LE(result.maxLevel, HdcpLevel::HDCP_V2_3); in TEST_P()
Ddrm_hal_common.cpp286 if (level <= ct.maxLevel && level >= ct.minLevel) { in isCryptoSchemeSupported()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp717 int32_t maxLevel = static_cast<int32_t>(hdcpLevels.maxLevel); in onContentProtectionUpdated() local
718 int32_t timestampValue = (connectedLevel & 0xFF) | ((maxLevel & 0xFF) << 8); in onContentProtectionUpdated()
/hardware/interfaces/drm/1.2/
DIDrmPlugin.hal214 * @return maxLevel the highest HDCP level that can be supported
218 HdcpLevel maxLevel);
/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal143 * @return maxLevel the highest HDCP level that can be supported
147 HdcpLevel maxLevel);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtessellation.adoc208 clamped to [eq]#[1, pname:maxLevel]#, where [eq]#pname:maxLevel# is the
216 clamped to [eq]#[2, pname:maxLevel]# and then rounded up to the nearest even
219 [eq]#[1, pname:maxLevel - 1]# and then rounded up to the nearest odd integer
/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp1740 int32_t maxLevel = 0; in isTorchStrengthControlSupported() local
1750 maxLevel = *maxEntry.data.i32; in isTorchStrengthControlSupported()
1751 if (maxLevel > 1) { in isTorchStrengthControlSupported()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp3055 hdcpLevels.maxLevel = HdcpLevel::HDCP_V1; in handleDrmPropertyUpdate()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp6472 int32_t maxLevel = 0; in isTorchStrengthControlSupported() local
6479 maxLevel = *maxEntry.data.i32; in isTorchStrengthControlSupported()
6480 if (maxLevel > 1) { in isTorchStrengthControlSupported()