/third_party/lame/frontend/ |
H A D | console.h | 43 extern void frontend_msgf(const char *format, va_list ap); 44 extern void frontend_debugf(const char *format, va_list ap); 45 extern void frontend_errorf(const char *format, va_list ap); 46 extern void frontend_print_null(const char *format, va_list ap); 48 int console_printf(const char *format, ...); 49 int error_printf(const char *format, ...); 50 int report_printf(const char *format, ...);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.cpp | 18 OS << format("0x%08" PRIx64, getOffset()) << ": Compile Unit:" in dump() 19 << " length = " << format("0x%08" PRIx64, getLength()) in dump() 20 << " version = " << format("0x%04x", getVersion()); in dump() 24 << format("0x%04" PRIx64, getAbbreviations()->getOffset()) in dump() 25 << " addr_size = " << format("0x%02x", getAddressByteSize()); in dump() 27 OS << " DWO_id = " << format("0x%016" PRIx64, *getDWOId()); in dump() 28 OS << " (next unit at " << format("0x%08" PRIx64, getNextUnitOffset()) in dump()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | debug.cpp | 38 static void output(const char *format, va_list vararg) in output() argument 40 ALOGI("%s", android::String8::formatV(format, vararg).string()); in output() 43 static void output(const char *format, va_list vararg) 55 vfprintf(file, format, vararg); 62 void trace(const char *format, ...) in trace() argument 65 va_start(vararg, format); in trace() 66 output(format, vararg); in trace()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
H A D | SimpleBitmapGlyph.java | 28 protected SimpleBitmapGlyph(ReadableFontData data, int format) { in SimpleBitmapGlyph() argument 29 super(data, format); in SimpleBitmapGlyph() 34 protected Builder(WritableFontData data, int format) { in Builder() argument 35 super(data, format); in Builder() 38 protected Builder(ReadableFontData data, int format) { in Builder() argument 39 super(data, format); in Builder() 44 return new SimpleBitmapGlyph(data, this.format()); in subBuildTable()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | simple_bitmap_glyph.cc | 21 SimpleBitmapGlyph::SimpleBitmapGlyph(ReadableFontData* data, int32_t format) in SimpleBitmapGlyph() argument 22 : BitmapGlyph(data, format) { in SimpleBitmapGlyph() 28 SimpleBitmapGlyph::Builder::Builder(ReadableFontData* data, int32_t format) in Builder() argument 29 : BitmapGlyph::Builder(data, format) { in Builder() 32 SimpleBitmapGlyph::Builder::Builder(WritableFontData* data, int32_t format) in Builder() argument 33 : BitmapGlyph::Builder(data, format) { in Builder() 41 Ptr<SimpleBitmapGlyph> glyph = new SimpleBitmapGlyph(data, format()); in SubBuildTable()
|
/third_party/python/Python/ |
H A D | mysnprintf.c | 31 an error in format codes was detected by libc, or on platforms 41 PyOS_snprintf(char *str, size_t size, const char *format, ...) in PyOS_snprintf() argument 46 va_start(va, format); in PyOS_snprintf() 47 rc = PyOS_vsnprintf(str, size, format, va); in PyOS_snprintf() 53 PyOS_vsnprintf(char *str, size_t size, const char *format, va_list va) in PyOS_vsnprintf() argument 58 assert(format != NULL); in PyOS_vsnprintf() 70 len = _vsnprintf(str, size, format, va); in PyOS_vsnprintf() 72 len = vsnprintf(str, size, format, va); in PyOS_vsnprintf()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | numfmt.h | 39 #include "unicode/format.h" 69 * NumberFormat helps you to format and parse numbers for any locale. 72 * decimal digits used, or whether the number format is even decimal. 74 * To format a number for the current Locale, use one of the static 88 * nf->format(myNumber, myString); 96 * the format and use it multiple times so that the system doesn't 104 * nf->format(number, myString); 109 * To format a number for a different Locale, specify it in the 120 * Use \c createInstance() to get the normal number format for a \c Locale. 122 * to get the currency number format fo [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatRegressionTestJ.java | 14 package com.ibm.icu.dev.test.format; 64 // Missing digit in millisecond format in SimpleDateFormat 78 logln( "Format = " + aSimpleDF.format(d)); in Test4148168() 89 d = df2.format(someDate); in Test4213086() 98 d = df3.format(someDate); in Test4213086() 108 d = df4.format(someDate); in Test4213086() 118 d = df5.format(someDate); in Test4213086() 131 //DateFormat.format works wrongly? 140 String act_result = tf.format(d); in Test4250359() 166 logln("Format = " + aSimpleDF.format( in Test4253490() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatRegressionTestJ.java | 15 package ohos.global.icu.dev.test.format; 67 // Missing digit in millisecond format in SimpleDateFormat 81 logln( "Format = " + aSimpleDF.format(d)); in Test4148168() 92 d = df2.format(someDate); in Test4213086() 101 d = df3.format(someDate); in Test4213086() 111 d = df4.format(someDate); in Test4213086() 121 d = df5.format(someDate); in Test4213086() 134 //DateFormat.format works wrongly? 143 String act_result = tf.format(d); in Test4250359() 169 logln("Format = " + aSimpleDF.format( in Test4253490() [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | numfmt.h | 39 #include "unicode/format.h" 69 * NumberFormat helps you to format and parse numbers for any locale. 72 * decimal digits used, or whether the number format is even decimal. 74 * To format a number for the current Locale, use one of the static 88 * nf->format(myNumber, myString); 96 * the format and use it multiple times so that the system doesn't 104 * nf->format(number, myString); 109 * To format a number for a different Locale, specify it in the 120 * Use \c createInstance() to get the normal number format for a \c Locale. 122 * to get the currency number format fo [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | numfmt.h | 39 #include "unicode/format.h" 69 * NumberFormat helps you to format and parse numbers for any locale. 72 * decimal digits used, or whether the number format is even decimal. 74 * To format a number for the current Locale, use one of the static 88 * nf->format(myNumber, myString); 96 * the format and use it multiple times so that the system doesn't 104 * nf->format(number, myString); 109 * To format a number for a different Locale, specify it in the 120 * Use \c createInstance() to get the normal number format for a \c Locale. 122 * to get the currency number format fo [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_nir_lower_image_load_store.c | 34 * On V3D 4.x, we just need to do format conversion for stores such that the 44 v3d_gl_format_is_return_32(enum pipe_format format) in v3d_gl_format_is_return_32() argument 47 util_format_description(format); in v3d_gl_format_is_return_32() 90 enum pipe_format format = nir_intrinsic_format(instr); in v3d_nir_lower_image_store() local 91 assert(format != PIPE_FORMAT_NONE); in v3d_nir_lower_image_store() 93 util_format_description(format); in v3d_nir_lower_image_store() 95 unsigned num_components = util_format_get_nr_components(format); in v3d_nir_lower_image_store() 104 if (format == PIPE_FORMAT_R11G11B10_FLOAT) { in v3d_nir_lower_image_store() 106 } else if (format == PIPE_FORMAT_R9G9B9E5_FLOAT) { in v3d_nir_lower_image_store() 171 enum pipe_format format in v3d_nir_lower_image_load() local [all...] |
/third_party/nghttp2/ |
H A D | help2rst.py | 79 '''.format(cmdname=cmdname, args=args, 94 sys.stderr.write('warning: argument description is not indented correctly. We need {} spaces as indentation.\n'.format(len(arg_indent))) 95 print('{}'.format(format_arg_text(line[len(arg_indent):]))) 120 print('.. describe:: {}'.format(argname)) 122 print('{}'.format(format_arg_text(rest.strip()))) 130 print('.. describe:: {}'.format(argname)) 132 print('{}'.format(format_arg_text(rest.strip()))) 142 print('.. option:: {}'.format(argname)) 146 print('{}'.format(format_arg_text(rest))) 153 print('{}'.format(subse [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsSampled.hpp | 41 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledBase() 43 : SparseShaderIntrinsicsCaseBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledBase() 62 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledExplicit() 64 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledExplicit() 77 const vk::VkFormat format, in SparseCaseOpImageSparseSampleExplicitLod() 79 : SparseShaderIntrinsicsCaseSampledExplicit (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseCaseOpImageSparseSampleExplicitLod() 96 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledImplicit() 98 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledImplicit() 111 const vk::VkFormat format, in SparseCaseOpImageSparseSampleImplicitLod() 113 : SparseShaderIntrinsicsCaseSampledImplicit (testCtx, name, function, imageType, imageSize, format, operan in SparseCaseOpImageSparseSampleImplicitLod() 36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument 57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument 72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument 91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument 106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument 125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsSampled.hpp | 41 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledBase() 43 : SparseShaderIntrinsicsCaseBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledBase() 62 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledExplicit() 64 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledExplicit() 77 const vk::VkFormat format, in SparseCaseOpImageSparseSampleExplicitLod() 79 : SparseShaderIntrinsicsCaseSampledExplicit (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseCaseOpImageSparseSampleExplicitLod() 96 const vk::VkFormat format, in SparseShaderIntrinsicsCaseSampledImplicit() 98 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format, operand) {} in SparseShaderIntrinsicsCaseSampledImplicit() 111 const vk::VkFormat format, in SparseCaseOpImageSparseSampleImplicitLod() 113 : SparseShaderIntrinsicsCaseSampledImplicit (testCtx, name, function, imageType, imageSize, format, operan in SparseCaseOpImageSparseSampleImplicitLod() 36 SparseShaderIntrinsicsCaseSampledBase(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledBase() argument 57 SparseShaderIntrinsicsCaseSampledExplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledExplicit() argument 72 SparseCaseOpImageSparseSampleExplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleExplicitLod() argument 91 SparseShaderIntrinsicsCaseSampledImplicit(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseShaderIntrinsicsCaseSampledImplicit() argument 106 SparseCaseOpImageSparseSampleImplicitLod(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseSampleImplicitLod() argument 125 SparseCaseOpImageSparseGather(tcu::TestContext& testCtx, const std::string& name, const SpirVFunction function, const ImageType imageType, const tcu::UVec3& imageSize, const vk::VkFormat format, const std::string& operand) SparseCaseOpImageSparseGather() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 73 #include "util/format/u_format.h" 136 /* Convert the source format to what is expected by GetTexImage in st_pbo_get_src_format() 170 dst_templ.format = dst_format; in create_dst_texture() 185 GLenum format, GLenum type, void * pixels, in copy_to_staging_dest() 192 enum pipe_format dst_format = dst->format; in copy_to_staging_dest() 212 if (_mesa_format_matches_format_and_type(mesa_format, format, type, in copy_to_staging_dest() 223 width, height, format, type, in copy_to_staging_dest() 235 /* format translation via floats */ in copy_to_staging_dest() 241 assert(util_format_is_compressed(src->format)); in copy_to_staging_dest() 249 debug_printf("%s: fallback format translatio in copy_to_staging_dest() 182 copy_to_staging_dest(struct gl_context * ctx, struct pipe_resource *dst, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, void * pixels, struct gl_texture_image *texImage) copy_to_staging_dest() argument 289 st_pbo_get_dst_format(struct gl_context *ctx, enum pipe_texture_target target, enum pipe_format src_format, bool is_compressed, GLenum format, GLenum type, unsigned bind) st_pbo_get_dst_format() argument 421 st_astc_format_fallback(const struct st_context *st, mesa_format format) st_astc_format_fallback() argument 434 st_compressed_format_fallback(struct st_context *st, mesa_format format) st_compressed_format_fallback() argument 640 default_bindings(struct st_context *st, enum pipe_format format) default_bindings() argument 986 enum pipe_format format = st_AllocTextureImageBuffer() local 1016 prep_teximage(struct gl_context *ctx, struct gl_texture_image *texImage, GLenum format, GLenum type) prep_teximage() argument 1099 unswizzle_format(enum pipe_format format) unswizzle_format() argument 1127 alpha_to_red(enum pipe_format format) alpha_to_red() argument 1168 red_alpha_to_red_green(enum pipe_format format) red_alpha_to_red_green() argument 1209 luminance_alpha_to_red_green(enum pipe_format format) luminance_alpha_to_red_green() argument 1250 format_is_alpha(enum pipe_format format) format_is_alpha() argument 1269 format_is_red(enum pipe_format format) format_is_red() argument 1288 format_is_luminance(enum pipe_format format) format_is_luminance() argument 1306 format_is_red_alpha(enum pipe_format format) format_is_red_alpha() argument 1322 format_is_swizzled_rgba(enum pipe_format format) format_is_swizzled_rgba() argument 1339 enum pipe_format format; global() member 1365 swizzle_format(enum pipe_format format, const int * const swizzle) swizzle_format() argument 1587 try_pbo_upload(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLenum format, GLenum type, enum pipe_format dst_format, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, const void *pixels, const struct gl_pixelstore_attrib *unpack) try_pbo_upload() argument 1879 st_TexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *unpack) st_TexSubImage() argument 2158 st_TexImage(struct gl_context * ctx, GLuint dims, struct gl_texture_image *texImage, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *unpack) st_TexImage() argument 2213 st_CompressedTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint x, GLint y, GLint z, GLsizei w, GLsizei h, GLsizei d, GLenum format, GLsizei imageSize, const void *data) st_CompressedTexSubImage() argument 2402 st_GetTexSubImage(struct gl_context * ctx, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, void * pixels, struct gl_texture_image *texImage) st_GetTexSubImage() argument 3113 st_texture_create_from_memory(struct st_context *st, struct gl_memory_object *memObj, GLuint64 offset, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint nr_samples, GLuint bind) st_texture_create_from_memory() argument 3309 st_TestProxyTexImage(struct gl_context *ctx, GLenum target, GLuint numLevels, GLint level, mesa_format format, GLuint numSamples, GLint width, GLint height, GLint depth) st_TestProxyTexImage() argument 3524 st_GetSparseTextureVirtualPageSize(struct gl_context *ctx, GLenum target, mesa_format format, unsigned index, int *x, int *y, int *z) st_GetSparseTextureVirtualPageSize() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
H A D | vktModifiersTests.cpp | 68 void checkModifiersSupported (Context& context, VkFormat format) in checkModifiersSupported() argument 83 if (format == VK_FORMAT_A8_UNORM_KHR || format == VK_FORMAT_A1B5G5R5_UNORM_PACK16_KHR) in checkModifiersSupported() 96 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() argument 98 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName() 104 VkFormat format) in getDrmFormatModifiers() 117 vki.getPhysicalDeviceFormatProperties2(physicalDevice, format, &formatProperties); in getDrmFormatModifiers() 122 vki.getPhysicalDeviceFormatProperties2(physicalDevice, format, &formatProperties); in getDrmFormatModifiers() 130 const VkFormat format, in verifyHandleTypeForFormatModifier() 157 format, in verifyHandleTypeForFormatModifier() 102 getDrmFormatModifiers(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkFormat format) getDrmFormatModifiers() argument 128 verifyHandleTypeForFormatModifier(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const VkFormat format, const VkImageType imageType, const VkImageUsageFlags imageUsages, const VkExternalMemoryHandleTypeFlags handleType, const deUint64 drmFormatModifier) verifyHandleTypeForFormatModifier() argument 187 getExportImportCompatibleModifiers(Context& context, VkFormat format) getExportImportCompatibleModifiers() argument 226 checkExportImportExtensions(Context& context, VkFormat format) checkExportImportExtensions() argument 324 listModifiersCase(Context& context, VkFormat format) listModifiersCase() argument 365 createImageNoModifiers(const DeviceInterface& vkd, const VkDevice device, const VkImageUsageFlags imageUsages, const VkFormat format, const UVec2& size) createImageNoModifiers() argument 515 createImageListModifiersCase(Context& context, const VkFormat format) createImageListModifiersCase() argument 570 createImageModifierExplicitCase(Context& context, const VkFormat format) createImageModifierExplicitCase() argument 677 exportImportMemoryExplicitModifiersCase(Context& context, const VkFormat format, const ModifierProps& modifier) exportImportMemoryExplicitModifiersCase() argument 975 exportImportMemoryExplicitModifiersCase(Context& context, const VkFormat format) exportImportMemoryExplicitModifiersCase() argument [all...] |
/device/soc/rockchip/common/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.c | 37 uint32_t format; member 62 static const FormatInfo *GetFormatInfo(uint32_t format) in GetFormatInfo() argument 88 if (fmtInfos[i].format == format) { in GetFormatInfo() 92 DISPLAY_LOGE("the format can not support"); in GetFormatInfo() 105 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat() argument 108 const FormatInfo *fmtInfo = GetFormatInfo(format); in AdjustStrideFromFormat() 122 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in hdi_gbm_bo_create() argument 129 const FormatInfo *fmtInfo = GetFormatInfo(format); in hdi_gbm_bo_create() 130 DISPLAY_CHK_RETURN((fmtInfo == NULL), NULL, DISPLAY_LOGE("formt: 0x%{public}x can not get layout info", format)); in hdi_gbm_bo_create() [all...] |
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.c | 37 uint32_t format; member 62 static const FormatInfo *GetFormatInfo(uint32_t format) in GetFormatInfo() argument 78 if (fmtInfos[i].format == format) { in GetFormatInfo() 82 DISPLAY_LOGE("the format can not support"); in GetFormatInfo() 95 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat() argument 98 const FormatInfo *fmtInfo = GetFormatInfo(format); in AdjustStrideFromFormat() 112 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in hdi_gbm_bo_create() argument 119 const FormatInfo *fmtInfo = GetFormatInfo(format); in hdi_gbm_bo_create() 120 DISPLAY_CHK_RETURN((fmtInfo == NULL), NULL, DISPLAY_LOGE("formt: 0x%{public}x can not get layout info", format)); in hdi_gbm_bo_create() [all...] |
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.cpp | 41 uint32_t format; 66 static const FormatInfo *GetFormatInfo(uint32_t format) in GetFormatInfo() argument 82 if (fmtInfos[i].format == format) { in GetFormatInfo() 86 DISPLAY_LOGE("the format can not support"); in GetFormatInfo() 99 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat() argument 102 const FormatInfo *fmtInfo = GetFormatInfo(format); in AdjustStrideFromFormat() 116 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in hdi_gbm_bo_create() argument 123 const FormatInfo *fmtInfo = GetFormatInfo(format); in hdi_gbm_bo_create() 125 DISPLAY_LOGE("formt: 0x%{public}x can not get layout info", format)); in hdi_gbm_bo_create() [all...] |
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.cpp | 41 uint32_t format; 66 static const FormatInfo *GetFormatInfo(uint32_t format) in GetFormatInfo() argument 82 if (fmtInfos[i].format == format) { in GetFormatInfo() 86 DISPLAY_LOGE("the format can not support"); in GetFormatInfo() 99 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat() argument 102 const FormatInfo *fmtInfo = GetFormatInfo(format); in AdjustStrideFromFormat() 116 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in hdi_gbm_bo_create() argument 123 const FormatInfo *fmtInfo = GetFormatInfo(format); in hdi_gbm_bo_create() 125 DISPLAY_LOGE("formt: 0x%{public}x can not get layout info", format)); in hdi_gbm_bo_create() [all...] |
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/ |
H A D | hi_gbm.cpp | 41 uint32_t format; 66 static const FormatInfo *GetFormatInfo(uint32_t format) in GetFormatInfo() argument 82 if (fmtInfos[i].format == format) { in GetFormatInfo() 86 DISPLAY_LOGE("the format can not support"); in GetFormatInfo() 99 static uint32_t AdjustStrideFromFormat(uint32_t format, uint32_t height) in AdjustStrideFromFormat() argument 102 const FormatInfo *fmtInfo = GetFormatInfo(format); in AdjustStrideFromFormat() 116 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in hdi_gbm_bo_create() argument 123 const FormatInfo *fmtInfo = GetFormatInfo(format); in hdi_gbm_bo_create() 125 DISPLAY_LOGE("formt: 0x%{public}x can not get layout info", format)); in hdi_gbm_bo_create() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vbnenc.c | 40 int format; member 53 ret = av_image_check_size2(frame->width, frame->height, INT_MAX, frame->format, 0, avctx); in vbn_encode() 57 if (ctx->format == VBN_FORMAT_DXT1 || ctx->format == VBN_FORMAT_DXT5) { in vbn_encode() 62 if (frame->format != AV_PIX_FMT_RGBA) { in vbn_encode() 63 av_log(avctx, AV_LOG_ERROR, "DXT formats only support RGBA pixel format\n"); in vbn_encode() 70 switch (ctx->format) { in vbn_encode() 82 linesize = av_image_get_linesize(frame->format, frame->width, 0); in vbn_encode() 87 av_log(avctx, AV_LOG_ERROR, "Invalid format %02X\n", ctx->format); in vbn_encode() [all...] |
/third_party/node/deps/v8/tools/ |
H A D | adb-d8.py | 42 raise Exception("{} not in roots {}".format(filename, root_dirs)) 44 raise Exception("{} is not a file".format(filename)) 47 sys.stdout.write("Serving {}\r\n".format(os.path.relpath(filename))) 57 "Request failed ({})\n".format(e).replace('\n','\r\n')) 76 "mkdir -p '{0}' ; cd '{0}' ; md5sum -c -".format(device_d8_dir) 89 print("Updating {}...".format(filename)) 99 print("Forwarding device:{} to localhost:{}...".format( 104 "tcp:{}".format(device_port), 105 "tcp:{}".format(server_port) 111 d8_arg_str = " ".join("'{}'".format( [all...] |
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
H A D | symmetric_importKey.https.any.js | 46 vector.formats.forEach(function(format) { 48 if (format === "jwk") { 53 testFormat(format, algorithm, data, keyData.length * 8, usages, extractable); 55 testEmptyUsages(format, algorithm, data, keyData.length * 8, extractable); 66 // Test importKey with a given key format and other parameters. If 68 function testFormat(format, algorithm, keyData, keySize, usages, extractable) { 70 return subtle.importKey(format, keyData, algorithm, extractable, usages). 78 return subtle.exportKey(format, key). 80 if (format !== "jwk") { 91 }, "Good parameters: " + keySize.toString() + " bits " + parameterString(format, keyDat [all...] |