Home
last modified time | relevance | path

Searched refs:props (Results 1276 - 1300 of 1390) sorted by relevance

1...<<515253545556

/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcore_dispatch.h213 int (*global_props_cb)(const char *props, void *cbdata),
H A Devp.h824 const char *props, EVP_PKEY *pkey,
835 const char *props, EVP_PKEY *pkey,
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp507 std::move(colorSpace), input->props()); in apply_morphology()
/third_party/openssl/include/openssl/
H A Dcore_dispatch.h213 int (*global_props_cb)(const char *props, void *cbdata),
/third_party/ffmpeg/libavformat/
H A Dmovenc.c689 AVCPBProperties *props = track->st ? in calculate_mpeg4_bit_rates() local
706 if (props && props->avg_bitrate) { in calculate_mpeg4_bit_rates()
707 bit_rates.avg_bit_rate = props->avg_bitrate; in calculate_mpeg4_bit_rates()
710 } else if (props && props->max_bitrate) { in calculate_mpeg4_bit_rates()
711 bit_rates.avg_bit_rate = props->max_bitrate; in calculate_mpeg4_bit_rates()
720 if (props) { in calculate_mpeg4_bit_rates()
722 props->max_bitrate); in calculate_mpeg4_bit_rates()
723 bit_rates.buffer_size = props in calculate_mpeg4_bit_rates()
[all...]
H A Dhlsenc.c1353 AVCPBProperties *props = (AVCPBProperties*)av_stream_get_side_data( in get_stream_bit_rate() local
1361 else if (props) in get_stream_bit_rate()
1362 return props->max_bitrate; in get_stream_bit_rate()
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp939 int32_t InputMethodSystemAbility::ListInputMethod(InputMethodStatus status, std::vector<Property> &props) in ListInputMethod() argument
941 return ImeInfoInquirer::GetInstance().ListInputMethod(GetCallingUserId(), status, props, enableImeOn_.load()); in ListInputMethod()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py658 props = new_props.setdefault(file_name, {})
659 props[key] = value
670 LOG.error("Get props error.")
/third_party/mesa3d/src/mesa/main/
H A Dshader_query.cpp1703 const GLenum *props, GLsizei bufSize, in _mesa_get_program_resourceiv()
1708 const GLenum *prop = props; in _mesa_get_program_resourceiv()
1701 _mesa_get_program_resourceiv(struct gl_shader_program *shProg, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) _mesa_get_program_resourceiv() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp291 const auto props = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kImageFormat); in checkSupport() local
292 if ((props.optimalTilingFeatures & features) != features) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp623 VkImageFormatProperties props; in isSupportedFormat() local
627 const auto formatCheck = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, usage, 0u, &props); in isSupportedFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp291 const auto props = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kImageFormat); in checkSupport() local
292 if ((props.optimalTilingFeatures & features) != features) in checkSupport()
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp982 sk_sp<SkSurface> SkPDFDevice::makeSurface(const SkImageInfo& info, const SkSurfaceProps& props) { in makeSurface() argument
983 return SkSurface::MakeRaster(info, &props); in makeSurface()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp623 VkImageFormatProperties props; in isSupportedFormat() local
627 const auto formatCheck = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, usage, 0u, &props); in isSupportedFormat()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov08x40.c3032 struct v4l2_fwnode_device_properties props; in ov08x40_init_controls() local
3118 ret = v4l2_fwnode_device_parse(&client->dev, &props); in ov08x40_init_controls()
3123 &props); in ov08x40_init_controls()
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
H A Dccs-core.c799 struct v4l2_fwnode_device_properties props; in ccs_init_controls() local
808 rval = v4l2_fwnode_device_parse(&client->dev, &props); in ccs_init_controls()
813 &ccs_ctrl_ops, &props); in ccs_init_controls()
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c2581 input_props = input_descriptor->props & (AV_CODEC_PROP_TEXT_SUB | AV_CODEC_PROP_BITMAP_SUB); in open_output_file()
2583 output_props = output_descriptor->props & (AV_CODEC_PROP_TEXT_SUB | AV_CODEC_PROP_BITMAP_SUB); in open_output_file()
2588 (!input_descriptor->props || in open_output_file()
2589 !output_descriptor->props)) { in open_output_file()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2874 VkPhysicalDeviceProperties* props; in deviceProperties() local
2878 props = reinterpret_cast<VkPhysicalDeviceProperties*>(buffer); in deviceProperties()
2879 deMemset(props, GUARD_VALUE, sizeof(buffer)); in deviceProperties()
2881 context.getInstanceInterface().getPhysicalDeviceProperties(context.getPhysicalDevice(), props); in deviceProperties()
2885 << TestLog::Message << *props << TestLog::EndMessage; in deviceProperties()
2887 if (!validateFeatureLimits(props, &features, log)) in deviceProperties()
2906 if (deStrnlen(props->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) == VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) in deviceProperties()
2913 const ApiVersion deviceVersion = unpackVersion(props->apiVersion); in deviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp2899 VkPhysicalDeviceProperties* props; in deviceProperties() local
2903 props = reinterpret_cast<VkPhysicalDeviceProperties*>(buffer); in deviceProperties()
2904 deMemset(props, GUARD_VALUE, sizeof(buffer)); in deviceProperties()
2906 context.getInstanceInterface().getPhysicalDeviceProperties(context.getPhysicalDevice(), props); in deviceProperties()
2910 << TestLog::Message << *props << TestLog::EndMessage; in deviceProperties()
2912 if (!validateFeatureLimits(props, &features, log)) in deviceProperties()
2931 if (deStrnlen(props->deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) == VK_MAX_PHYSICAL_DEVICE_NAME_SIZE) in deviceProperties()
2938 const ApiVersion deviceVersion = unpackVersion(props->apiVersion); in deviceProperties()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c6854 struct backlight_properties props; in brightness_init() local
6922 memset(&props, 0, sizeof(struct backlight_properties)); in brightness_init()
6923 props.type = BACKLIGHT_PLATFORM; in brightness_init()
6924 props.max_brightness = bright_maxlvl; in brightness_init()
6925 props.brightness = b & TP_EC_BACKLIGHT_LVLMSK; in brightness_init()
6929 &props); in brightness_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt36523.c1217 const struct backlight_properties props = { in nt36523_create_backlight() local
1225 &nt36523_bl_ops, &props); in nt36523_create_backlight()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py1469 # Add props files.
2342 # file and a .props file.
2360 props_name = base + ".props"
2442 """Generate the .props file."""
3046 user_props = r"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
3074 for condition, props in additional_props.items():
3087 for props_file in props:
3751 ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.Default.props"}]
3754 ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.props"}]
3760 ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\masm.props"}]
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py1464 # Add props files.
2334 # file and a .props file.
2352 props_name = base + ".props"
2434 """Generate the .props file."""
3046 user_props = r"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
3074 for condition, props in additional_props.items():
3087 for props_file in props:
3751 ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.Default.props"}]
3754 ["Import", {"Project": r"$(VCTargetsPath)\Microsoft.Cpp.props"}]
3760 ["Import", {"Project": r"$(VCTargetsPath)\BuildCustomizations\masm.props"}]
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c343 drm_connector->props[p]); in wsi_display_get_connector()
348 connector->dpms_property = drm_connector->props[p]; in wsi_display_get_connector()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp1727 const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(context.getInstanceInterface(), context.getPhysicalDevice());
1731 if (!props.limits.standardSampleLocations)

Completed in 98 milliseconds

1...<<515253545556