Home
last modified time | relevance | path

Searched refs:format (Results 4676 - 4700 of 14734) sorted by relevance

1...<<181182183184185186187188189190>>...590

/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
H A Dsettings.rs17 .map(|v| format!("`{}`", v)) in ident_to_setting()
23 format!("unknown setting `{}`, expected one of {}", ident, possible_vals))) in ident_to_setting()
/third_party/selinux/libselinux/src/
H A Dcallbacks.c16 static int __attribute__ ((format(printf, 2, 3)))
60 int __attribute__ ((format(printf, 2, 3)))
/third_party/spirv-tools/utils/
H A Dcheck_symbol_exports.py89 #print("look at '{}'".format(symbol))
95 print('{}: error: Unescaped exported symbol: {}'.format(PROG, symbol))
107 print('{}: error: {} does not exist'.format(PROG, args.library))
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFilteringTests.cpp85 deUint32 format = texFormats[formatNdx].internalFormat; in init() local
94 addChild(new Texture2DRenderCase(m_context, name.c_str(), "", format, wrapS, wrapT, minFilter, magFilter, minify ? minTransform : magTransform, numTextures, true /* pot */)); in init()
/third_party/vk-gl-cts/scripts/egl/
H A Dlibrary.py24 from khr_util.format import indentLines, commandParams, commandArgs
51 return template.format(
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.cpp34 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
42 format, // VkFormat format; in makeImageCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksClient.hpp95 inline bool RemoteWriteFtm (int type, const char* format, va_list args) in RemoteWriteFtm() argument
101 vsprintf(message, format, args); in RemoteWriteFtm()
/third_party/weex-loader/deps/weex-scripter/lib/
H A Dfix.js151 function format(code, needCodegen) { function
160 exports.formatWhenFix = format
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c109 crq->format = MESSAGE_IN_CRQ; in connection_broken()
325 * @format: Which Init Message format to send
330 static long ibmvscsis_send_init_message(struct scsi_info *vscsi, u8 format) in ibmvscsis_send_init_message() argument
338 crq->format = format; in ibmvscsis_send_init_message()
348 * @format: Pointer to return format of Init Message, if any.
357 static long ibmvscsis_check_init_msg(struct scsi_info *vscsi, uint *format) in ibmvscsis_check_init_msg() argument
365 *format in ibmvscsis_check_init_msg()
802 uint format; ibmvscsis_establish_new_q() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c110 crq->format = MESSAGE_IN_CRQ; in connection_broken()
326 * @format: Which Init Message format to send
331 static long ibmvscsis_send_init_message(struct scsi_info *vscsi, u8 format) in ibmvscsis_send_init_message() argument
339 crq->format = format; in ibmvscsis_send_init_message()
349 * @format: Pointer to return format of Init Message, if any.
358 static long ibmvscsis_check_init_msg(struct scsi_info *vscsi, uint *format) in ibmvscsis_check_init_msg() argument
366 *format in ibmvscsis_check_init_msg()
803 uint format; ibmvscsis_establish_new_q() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh1912 out->format = format;
1935 HBUINT16 format; /* Format identifier--format = 1 */
2089 out->format = format;
2143 HBUINT16 format; /* Format identifier--format = 2 */
2259 out->format = format;
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py37 from khr_util.format import indentLines, writeInlFile
1255 yield line.format(h.name)
1257 yield line.format(h.alias)
1433 yield pattern.format(function.returnType, getFunctionTypeName(function.name), argList)
1435 yield pattern.format(function.returnType, getFunctionTypeName(alias), argList)
2316 specializedLines = [line.format(apiVersion) for line in functionLines]
2708 memberCopying += "\tfeatureType.{0} = allFeaturesBlobs.vk{1}.{0};\n".format(member.name, blobName)
2713 "}}".format(structureType.name, memberCopying)
2722 emptyInitDefinitions.append(emptyFunction.format(structureType.name))
2729 extensionNameDefinition = 'DECL{0}_{1}_EXTENSION_NAME'.format((sExtSuffi
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp78 const auto &format = texture->getFormat(NonCubeTextureTypeToTarget(type), level); in ValidateFramebufferTextureMultiviewLevelAndFormat() local
79 if (format.info->compressed) in ValidateFramebufferTextureMultiviewLevelAndFormat()
273 GLenum format, in ValidateTexImageFormatCombination()
279 // The type and format are valid if any supported internal format has that type and format in ValidateTexImageFormatCombination()
280 if (!ValidDesktopFormat(format)) in ValidateTexImageFormatCombination()
294 // The type and format are valid if any supported internal format has that type and format in ValidateTexImageFormatCombination()
269 ValidateTexImageFormatCombination(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum internalFormat, GLenum format, GLenum type) ValidateTexImageFormatCombination() argument
384 ValidateES3CompressedFormatForTexture2DArray(const Context *context, angle::EntryPoint entryPoint, GLenum format) ValidateES3CompressedFormatForTexture2DArray() argument
398 ValidateES3CompressedFormatForTexture3D(const Context *context, angle::EntryPoint entryPoint, GLenum format) ValidateES3CompressedFormatForTexture3D() argument
453 ValidateES3TexImageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES3TexImageParametersBase() argument
862 ValidateES3TexImage2DParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES3TexImage2DParameters() argument
892 ValidateES3TexImage3DParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateES3TexImage3DParameters() argument
1729 const auto &format = tex->getFormat(NonCubeTextureTypeToTarget(tex->getType()), level); ValidateFramebufferTextureLayer() local
2643 ValidateTexImage3D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage3D() argument
2667 ValidateTexImage3DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexImage3DRobustANGLE() argument
2697 ValidateTexSubImage3D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage3D() argument
2722 ValidateTexSubImage3DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexSubImage3DRobustANGLE() argument
2753 ValidateCompressedTexSubImage3D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage3D() argument
2809 ValidateCompressedTexSubImage3DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLsizei dataSize, const void *data) ValidateCompressedTexSubImage3DRobustANGLE() argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/transform/
H A Dtransform_test.cpp256 OH_NN_Format format = OH_NN_FORMAT_NCHW; in HWTEST_F() local
257 mindspore::lite::Format result = NNToMS::TransformFormat(format); in HWTEST_F()
268 OH_NN_Format format = OH_NN_FORMAT_NHWC; in HWTEST_F() local
269 mindspore::lite::Format result = NNToMS::TransformFormat(format); in HWTEST_F()
280 OH_NN_Format format = OH_NN_FORMAT_NONE; in HWTEST_F() local
281 mindspore::lite::Format result = NNToMS::TransformFormat(format); in HWTEST_F()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/transform/
H A Dtransform_test.cpp256 OH_NN_Format format = OH_NN_FORMAT_NCHW; in HWTEST_F() local
257 mindspore::lite::Format result = NNToMS::TransformFormat(format); in HWTEST_F()
268 OH_NN_Format format = OH_NN_FORMAT_NHWC; in HWTEST_F() local
269 mindspore::lite::Format result = NNToMS::TransformFormat(format); in HWTEST_F()
280 OH_NN_Format format = OH_NN_FORMAT_NONE; in HWTEST_F() local
281 mindspore::lite::Format result = NNToMS::TransformFormat(format); in HWTEST_F()
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue.cpp262 int32_t BufferQueue::isValidAttr(uint32_t width, uint32_t height, uint32_t format, uint32_t strideAlignment) in isValidAttr() argument
265 || format == IMAGE_PIXEL_FORMAT_NONE) { in isValidAttr()
396 void BufferQueue::SetFormat(uint32_t format) in SetFormat() argument
398 if (format == IMAGE_PIXEL_FORMAT_NONE) { in SetFormat()
399 GRAPHIC_LOGI("Format is invailed or not supported %u", format); in SetFormat()
403 format_ = format; in SetFormat()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp69 config.format = parcel.ReadInt32(); in ReadRequestConfig()
85 !parcel.WriteInt32(config.strideAlignment) || !parcel.WriteInt32(config.format) || in WriteRequestConfig()
187 info.format = static_cast<GraphicPixelFormat>(parcel.ReadInt32()); in ReadVerifyAllocInfo()
204 !parcel.WriteUint64(info.usage) || !parcel.WriteInt32(info.format)) { in WriteVerifyAllocInfo()
385 void WriteToFile(std::string prefixPath, std::string pid, void* dest, size_t size, int32_t format, int32_t width, in WriteToFile() argument
398 ss << prefixPath << pid << "_" << name << "_" << nowVal << "_" << format << "_" in WriteToFile()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv_ext.cpp323 PixelFormat &format, const OHOS ::ColorManager::ColorSpace &grColorSpace) in ColorSpaceBGRAToYuv()
329 uint32_t pictureSize = GetImageSize(dstWidth, dstHeight, format); in ColorSpaceBGRAToYuv()
331 if (!PixelYuvExtUtils::BGRAToYuv420(bgraData, data_, dstWidth, dstHeight, format, yuvDataInfo)) { in ColorSpaceBGRAToYuv()
351 PixelFormat format = imageInfo_.pixelFormat; in ApplyColorSpace() local
360 if (!PixelYuvExtUtils::Yuv420ToBGRA(srcData, RGBAdata.get(), imageInfo_.size, format, yuvDataInfo)) { in ApplyColorSpace()
390 if (ColorSpaceBGRAToYuv(RGBAdataC.get(), dst, imageInfo_, format, grColorSpace) != SUCCESS) { in ApplyColorSpace()
321 ColorSpaceBGRAToYuv( uint8_t *bgraData, SkTransYuvInfo &dst, ImageInfo &imageInfo, PixelFormat &format, const OHOS ::ColorManager::ColorSpace &grColorSpace) ColorSpaceBGRAToYuv() argument
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_preconfig.cpp59 std::shared_ptr<T> GetMaxSizeDetailInfo(std::vector<T>& detailInfos, float targetRatioValue, camera_format_t format) in GetMaxSizeDetailInfo() argument
64 if (detailInfo.width == 0 || detailInfo.height == 0 || detailInfo.format != format) { in GetMaxSizeDetailInfo()
79 std::string format; member
90 return "Format:" + format + "\tSize:" + std::to_string(width) + "x" + std::to_string(height) + in toString()
193 return "Format:" + format + "\tSize:" + maxSizeInfo + "\tFps:" + std::to_string(fpsMin) + "-" + in toString()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_service.h106 int32_t CreatePhotoOutput(const sptr<OHOS::IBufferProducer>& producer, int32_t format, int32_t width,
109 int32_t format, int32_t width, int32_t height, sptr<IStreamRepeat>& previewOutput) override;
110 int32_t CreatePreviewOutput(const sptr<OHOS::IBufferProducer>& producer, int32_t format, int32_t width,
112 int32_t CreateDepthDataOutput(const sptr<OHOS::IBufferProducer>& producer, int32_t format, int32_t width,
114 int32_t CreateMetadataOutput(const sptr<OHOS::IBufferProducer>& producer, int32_t format,
116 int32_t CreateVideoOutput(const sptr<OHOS::IBufferProducer>& producer, int32_t format, int32_t width,
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp605 std::string format; in PrintBuffer() local
610 format += std::to_string(objOffsets[idx]) + ','; in PrintBuffer()
614 funcName, lineNum, ProcessSkeleton::ConvertAddr(this), size, format.c_str()); in PrintBuffer()
616 format.clear(); in PrintBuffer()
621 format += std::to_string(data[idx]) + ','; in PrintBuffer()
625 ProcessSkeleton::ConvertAddr(this), format.c_str()); in PrintBuffer()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/src/
H A Ddaudio_manager_callback_test.cpp119 .format = 0x1u, in HWTEST_F()
129 .format = 1 << 1, in HWTEST_F()
139 .format = 1 << 1 | 1 << 0, in HWTEST_F()
149 .format = -1, in HWTEST_F()
252 data.param.format = 16; in HWTEST_F()
298 data.param.format = 16; in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/
H A Dscale_convert_process_common.cpp127 DHLOGD("The target resolution: %{public}dx%{public}d format: %{public}d is the same as the source " in ProcessData()
128 "resolution: %{public}dx%{public}d format: %{public}d", in ProcessData()
297 DHLOGE("Unknown pixel format not support."); in ScaleConvert()
411 AVPixelFormat format; in GetAVPixelFormat() local
414 format = AVPixelFormat::AV_PIX_FMT_NV12; in GetAVPixelFormat()
417 format = AVPixelFormat::AV_PIX_FMT_NV21; in GetAVPixelFormat()
420 format = AVPixelFormat::AV_PIX_FMT_RGBA; in GetAVPixelFormat()
423 format = AVPixelFormat::AV_PIX_FMT_YUV420P; in GetAVPixelFormat()
426 return format; in GetAVPixelFormat()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dgop.c32 int format; member
84 cmdline.res.format = pf; in parse_res()
211 (cmdline.res.format < 0 || cmdline.res.format == pf) && in choose_mode_res()
236 (cmdline.res.format < 0 || cmdline.res.format == pf) && in choose_mode_res()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstb6100.c30 #define dprintk(x, y, z, format, arg...) do { \
33 printk(KERN_ERR "%s: " format "\n", __func__ , ##arg); \
35 printk(KERN_NOTICE "%s: " format "\n", __func__ , ##arg); \
37 printk(KERN_INFO "%s: " format "\n", __func__ , ##arg); \
39 printk(KERN_DEBUG "%s: " format "\n", __func__ , ##arg); \
42 printk(format, ##arg); \

Completed in 32 milliseconds

1...<<181182183184185186187188189190>>...590