/third_party/alsa-lib/src/pcm/ |
H A D | pcm_rate.c | 84 rate_alloc_tmp_buf(snd_pcm_format_t format, in rate_alloc_tmp_buf() argument 88 int width = snd_pcm_format_physical_width(format); in rate_alloc_tmp_buf() 100 /* set up in interleaved format */ in rate_alloc_tmp_buf() 280 /* evaluate the best matching available format to the given format */ 346 rate->info.in.format = in; in choose_preferred_format() 347 rate->info.out.format = out; in choose_preferred_format() 373 err = INTERNAL(snd_pcm_hw_params_get_format)(params, &cinfo->format); in snd_pcm_rate_hw_params() 393 sinfo->format = slave->format; in snd_pcm_rate_hw_params() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_validate.c | 565 /** Returns the image format or PIPE_FORMAT_COUNT for incomplete derefs 568 * indicates that we found the variable but it has no format specified. 584 return var->data.image.format; in image_intrin_format() 737 enum pipe_format format = image_intrin_format(instr); in validate_intrinsic_instr() local 738 if (format != PIPE_FORMAT_COUNT) { in validate_intrinsic_instr() 739 validate_assert(state, format == PIPE_FORMAT_R32_UINT || in validate_intrinsic_instr() 740 format == PIPE_FORMAT_R32_SINT || in validate_intrinsic_instr() 741 format == PIPE_FORMAT_R64_UINT || in validate_intrinsic_instr() 742 format == PIPE_FORMAT_R64_SINT); in validate_intrinsic_instr() 744 util_format_get_blocksizebits(format)); in validate_intrinsic_instr() 752 enum pipe_format format = image_intrin_format(instr); validate_intrinsic_instr() local 768 enum pipe_format format = image_intrin_format(instr); validate_intrinsic_instr() local 781 enum pipe_format format = image_intrin_format(instr); validate_intrinsic_instr() local [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-win32.cc | 99 const char* format, va_list argptr) { in _vsnprintf_s() 101 return _vsnprintf(buffer, sizeOfBuffer, format, argptr); in _vsnprintf_s() 588 static void VPrintHelper(FILE* stream, const char* format, va_list args) { in VPrintHelper() argument 594 OS::VSNPrintF(buffer, sizeof(buffer), format, args); in VPrintHelper() 597 vfprintf(stream, format, args); in VPrintHelper() 660 void OS::Print(const char* format, ...) { in Print() argument 662 va_start(args, format); in Print() 663 VPrint(format, args); in Print() 668 void OS::VPrint(const char* format, va_list args) { in VPrint() argument 669 VPrintHelper(stdout, format, arg in VPrint() 98 _vsnprintf_s(char* buffer, size_t sizeOfBuffer, size_t count, const char* format, va_list argptr) _vsnprintf_s() argument 673 FPrint(FILE* out, const char* format, ...) FPrint() argument 681 VFPrint(FILE* out, const char* format, va_list args) VFPrint() argument 687 PrintError(const char* format, ...) PrintError() argument 695 VPrintError(const char* format, va_list args) VPrintError() argument 700 SNPrintF(char* str, int length, const char* format, ...) SNPrintF() argument 709 VSNPrintF(char* str, int length, const char* format, va_list args) VSNPrintF() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 135 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount) in createTestTexture() argument 144 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture() 146 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture() 153 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y())); in createTestTexture() 161 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture() 167 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture() 172 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture() 179 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture() 198 throw tcu::NotSupportedError(std::string("Unsupported format for sampling: ") + getFormatName(params.imageFormat)); in checkSupportImageSamplingInstance() 207 throw tcu::NotSupportedError(std::string("Unsupported format fo in checkSupportImageSamplingInstance() 1133 getSwizzleTargetFormat(tcu::TextureFormat format) getSwizzleTargetFormat() argument 1150 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument 1156 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument 1162 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument 1168 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument 1174 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument 1180 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 356 , m_format (pCreateInfo->format) in Image() 470 hwbufferDesc.format = AHARDWAREBUFFER_FORMAT_R8G8B8A8_UNORM; in findOrCreateHwBuffer() 473 hwbufferDesc.format = AHARDWAREBUFFER_FORMAT_R8G8B8_UNORM; in findOrCreateHwBuffer() 476 hwbufferDesc.format = AHARDWAREBUFFER_FORMAT_R5G6B5_UNORM; in findOrCreateHwBuffer() 479 hwbufferDesc.format = AHARDWAREBUFFER_FORMAT_R16G16B16A16_FLOAT; in findOrCreateHwBuffer() 482 hwbufferDesc.format = AHARDWAREBUFFER_FORMAT_R10G10B10A2_UNORM; in findOrCreateHwBuffer() 485 DE_FATAL("Unsupported image format for Android hardware buffer export"); in findOrCreateHwBuffer() 505 hwbufferDesc.format = AHARDWAREBUFFER_FORMAT_BLOB, in findOrCreateHwBuffer() 1122 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceFormatProperties (VkPhysicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) in getPhysicalDeviceFormatProperties() argument 1148 if (isYCbCrFormat(format) in getPhysicalDeviceFormatProperties() 1152 getPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties) getPhysicalDeviceImageFormatProperties() argument 1190 getPackedImageDataSize(VkFormat format, VkExtent3D extent, VkSampleCountFlagBits samples) getPackedImageDataSize() argument 1199 getCompressedImageDataSize(VkFormat format, VkExtent3D extent) getCompressedImageDataSize() argument 1218 getYCbCrImageDataSize(VkFormat format, VkExtent3D extent) getYCbCrImageDataSize() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageSamplingInstance.cpp | 133 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount) in createTestTexture() argument 142 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x())); in createTestTexture() 144 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture() 151 texture = MovePtr<TestTexture>(new TestTexture2D(format, size.x(), size.y())); in createTestTexture() 159 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture() 165 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture() 170 texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture() 177 texture = MovePtr<TestTexture>(new TestTexture3D(format, size.x(), size.y(), size.z())); in createTestTexture() 196 throw tcu::NotSupportedError(std::string("Unsupported format for sampling: ") + getFormatName(params.imageFormat)); in checkSupportImageSamplingInstance() 205 throw tcu::NotSupportedError(std::string("Unsupported format fo in checkSupportImageSamplingInstance() 1127 getSwizzleTargetFormat(tcu::TextureFormat format) getSwizzleTargetFormat() argument 1144 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument 1150 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument 1156 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument 1162 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument 1168 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument 1174 createSkeletonClone(tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) createSkeletonClone() argument [all...] |
H A D | vktPipelineRenderToImageTests.cpp | 116 VkFormat depthStencilFormat; //! A depth/stencil format, or UNDEFINED if not used 256 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in preparePipelineWrapper() 262 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in preparePipelineWrapper() 360 colorFormat, // VkFormat format; in makeRenderPass() 374 depthStencilFormat, // VkFormat format; in makeRenderPass() 446 const VkFormat format, in makeImage() 458 format, // VkFormat format; in makeImage() 478 //! Get a reference clear value based on color format. 479 VkClearValue getClearValue (const VkFormat format) in getClearValue() argument 442 makeImage(const DeviceInterface& vk, const VkDevice device, VkImageCreateFlags flags, VkImageType imageType, const VkFormat format, const IVec3& size, const deUint32 numMipLevels, const deUint32 numLayers, const VkImageUsageFlags usage) makeImage() argument 706 isDepthStencilFormatSupported(const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkFormat format) isDepthStencilFormatSupported() argument 712 getFormatAspectFlags(const VkFormat format) getFormatAspectFlags() argument 1110 const tcu::TextureFormat format = mapVkFormat(caseDef.colorFormat); testWithSizeReduction() local 1535 const tcu::TextureFormat format = mapVkFormat(caseDef.colorFormat); testRenderToMipMaps() local 1595 getFormatString(const VkFormat format) getFormatString() argument 1662 const VkFormat format[] = addTestCasesWithFunctions() local 1715 format[formatNdx], // VkFormat colorFormat; addTestCasesWithFunctions() local 1763 format[formatNdx], // VkFormat colorFormat; addTestCasesWithFunctions() local [all...] |
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/ |
H A D | v4l2_stream.h | 34 RetCode V4L2StreamFPSGet(int fd, DeviceFormat& format); 35 RetCode V4L2StreamFPSSet(int fd, DeviceFormat& format);
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | FormatUtils.cpp | 18 UString MyFormatNew(const UString &format, const UString &argument)
in MyFormatNew() argument 20 UString result = format;
in MyFormatNew()
|
/third_party/libexif/libexif/apple/ |
H A D | mnote-apple-entry.h | 25 #include <libexif/exif-format.h> 32 ExifFormat format; member
|
/third_party/libexif/libexif/pentax/ |
H A D | mnote-pentax-entry.h | 24 #include <libexif/exif-format.h> 32 ExifFormat format; member
|
/third_party/libexif/libexif/ |
H A D | exif-gps-ifd.h | 27 #include <libexif/exif-format.h> 39 /* The format of the tag (following the spec) */ 40 ExifFormat format; member
|
/third_party/libexif/libexif/fuji/ |
H A D | mnote-fuji-entry.h | 24 #include <libexif/exif-format.h> 34 ExifFormat format; member
|
/third_party/libexif/libexif/olympus/ |
H A D | mnote-olympus-entry.h | 24 #include <libexif/exif-format.h> 32 ExifFormat format; member
|
/third_party/libdrm/tests/util/ |
H A D | format.h | 56 uint32_t format; member 63 const struct util_format_info *util_format_info_find(uint32_t format);
|
/third_party/libexif/libexif/canon/ |
H A D | mnote-canon-entry.h | 24 #include <libexif/exif-format.h> 32 ExifFormat format; member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_texture_desc.h | 40 unsigned r300_get_pixel_alignment(enum pipe_format format, 53 unsigned r300_stride_to_width(enum pipe_format format,
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | deps.rs | 12 let mut buf = format!("{}:", self.output_module); in write() 15 buf = format!("{} {}", buf, file); in write()
|
/third_party/python/Tools/scripts/ |
H A D | checkpip.py | 17 "https://pypi.org/pypi/{}/json".format(project), 25 "has {}".format(project, upstream_version, version))
|
/third_party/skia/src/gpu/ |
H A D | GrGlyph.h | 18 static GrMaskFormat FormatFromSkGlyph(SkMask::Format format) { in FormatFromSkGlyph() argument 19 switch (format) { in FormatFromSkGlyph()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjutil.h | 32 #define snprintf(str, n, format, ...) \ 33 _snprintf_s(str, n, _TRUNCATE, format, ##__VA_ARGS__)
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRenderTarget.cpp | 39 RenderTarget::RenderTarget (int width, int height, const PixelFormat& format, int depthBits, int stencilBits, int numSamples) in RenderTarget() argument 42 , m_pixelFormat (format) in RenderTarget()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateFormat.java | 44 * DateFormat helps you to format and parse dates for any locale. Your code can be completely independent of the locale 45 * conventions for months, days of the week, or even the calendar format: lunar vs. solar. It provides many class 59 * To format a date for the current Locale, use one of the static factory methods: 62 * myString = DateFormat.getDateInstance().format(myDate); 63 * myString = DateFormat.getPatternInstance(DateFormat.YEAR_ABBR_MONTH).format(myDate); 66 * If you are formatting multiple numbers, it is more efficient to get the format and use it multiple times so that the 72 * output.println(df.format(myDate[i]) + "; "); 76 * To format a date for a different Locale, specify it in the call to getDateInstance(). 88 * There are many static factory methods available. Use getDateInstance to get the normal date format for that country. 89 * Use getTimeInstance to get the time format fo 623 public final StringBuffer format(Object obj, StringBuffer toAppendTo, format() method in DateFormat 665 public abstract StringBuffer format(Calendar cal, StringBuffer toAppendTo, format() method in DateFormat 691 public StringBuffer format(Date date, StringBuffer toAppendTo, format() method in DateFormat 704 public final String format(Date date) format() method in DateFormat [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateFormat.java | 45 * DateFormat helps you to format and parse dates for any locale. Your code can be completely independent of the locale 46 * conventions for months, days of the week, or even the calendar format: lunar vs. solar. It provides many class 60 * To format a date for the current Locale, use one of the static factory methods: 63 * myString = DateFormat.getDateInstance().format(myDate); 64 * myString = DateFormat.getPatternInstance(DateFormat.YEAR_ABBR_MONTH).format(myDate); 67 * If you are formatting multiple numbers, it is more efficient to get the format and use it multiple times so that the 73 * output.println(df.format(myDate[i]) + "; "); 77 * To format a date for a different Locale, specify it in the call to getDateInstance(). 89 * There are many static factory methods available. Use getDateInstance to get the normal date format for that country. 90 * Use getTimeInstance to get the time format fo 579 public final StringBuffer format(Object obj, StringBuffer toAppendTo, format() method in DateFormat 620 public abstract StringBuffer format(Calendar cal, StringBuffer toAppendTo, format() method in DateFormat 645 public StringBuffer format(Date date, StringBuffer toAppendTo, format() method in DateFormat 657 public final String format(Date date) format() method in DateFormat [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | nfsubs.cpp | 431 // format its result in NFSubstitution() 436 // set we use to format the result: get a reference to the in NFSubstitution() 579 // rule set's format() method to format the result in doSubstitution() 580 ruleSet->format(transformNumber(number), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution() 585 // to show it), then use that formatter's format() method in doSubstitution() 586 // to format the result in doSubstitution() 593 numberFormat->format(numberToFormat, temp, status); in doSubstitution() 603 // rule set's format() method to format th in doSubstitution() [all...] |