Home
last modified time | relevance | path

Searched refs:valid_type (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/
Dobu_util.c19 int valid_type = 0; in valid_obu_type() local
29 case OBU_PADDING: valid_type = 1; break; in valid_obu_type()
32 return valid_type; in valid_obu_type()
/external/drm_hwcomposer/
Ddrmconnector.h50 bool valid_type() const;
Ddrmconnector.cpp110 bool DrmConnector::valid_type() const { in valid_type() function in android::DrmConnector
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1623 valid_type = (isinstance(message_type, six.string_types) or
1628 if not valid_type:
1776 valid_type = (isinstance(enum_type, six.string_types) or
1781 if not valid_type:
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp399 auto valid_type = [push_descriptor_set](const VkDescriptorType type) { in ValidateCreateInfo() local
416 if (!valid_type(binding_info.descriptorType)) { in ValidateCreateInfo()