Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 70) sorted by relevance

123

/interface/sdk_c/multimedia/media_foundation/
Dnative_avformat.h103 void OH_AVFormat_Destroy(struct OH_AVFormat *format);
126 bool OH_AVFormat_SetIntValue(struct OH_AVFormat *format, const char *key, int32_t value);
138 bool OH_AVFormat_SetLongValue(struct OH_AVFormat *format, const char *key, int64_t value);
150 bool OH_AVFormat_SetFloatValue(struct OH_AVFormat *format, const char *key, float value);
162 bool OH_AVFormat_SetDoubleValue(struct OH_AVFormat *format, const char *key, double value);
174 bool OH_AVFormat_SetStringValue(struct OH_AVFormat *format, const char *key, const char *value);
187 bool OH_AVFormat_SetBuffer(struct OH_AVFormat *format, const char *key, const uint8_t *addr, size_t…
199 bool OH_AVFormat_GetIntValue(struct OH_AVFormat *format, const char *key, int32_t *out);
211 bool OH_AVFormat_GetLongValue(struct OH_AVFormat *format, const char *key, int64_t *out);
223 bool OH_AVFormat_GetFloatValue(struct OH_AVFormat *format, const char *key, float *out);
[all …]
/interface/sdk-js/api/
D@ohos.hilog.d.ts80 function debug(domain: number, tag: string, format: string, ...args: any[]): void;
115 function info(domain: number, tag: string, format: string, ...args: any[]): void;
150 function warn(domain: number, tag: string, format: string, ...args: any[]): void;
185 function error(domain: number, tag: string, format: string, ...args: any[]): void;
220 function fatal(domain: number, tag: string, format: string, ...args: any[]): void;
D@ohos.intl.d.ts1416 format(date: Date): string;
2017 format(number: number): string;
2878 format(value: number, unit: string): string;
D@ohos.file.volumeManager.d.ts353 function format(volumeId: string, fsType: string, callback: AsyncCallback<void>): void;
374 function format(volumeId: string, fsType: string): Promise<void>;
D@ohos.multimedia.image.d.ts1534 format: string; property
2588 …function createImageReceiver(width: number, height: number, format: number, capacity: number): Ima…
2602 function createImageReceiver(size: Size, format: ImageFormat, capacity: number): ImageReceiver;
2618 …function createImageCreator(width: number, height: number, format: number, capacity: number): Imag…
2632 function createImageCreator(size: Size, format: ImageFormat, capacity: number): ImageCreator;
4635 readonly format: number; property
4709 readonly format: ImageFormat; property
4820 readonly format: ImageFormat; property
/interface/sdk-js/build-tools/collect_application_api/src/
Dconfigs.js26 static getFlag(format) { argument
27 return format && this.formatMap.has(format) ? this.formatMap.get(format) : this.FLAG_EXCEL;
/interface/sdk_c/third_party/musl/ndk_musl_include/fortify/
Dstdio.h96 size_t size, const char* format, va_list ap) in __DIAGNOSE_PRINTFLIKE()
100 return __builtin___vsnprintf_chk(dest, size, 0, bos, format, ap); in __DIAGNOSE_PRINTFLIKE()
104 int vsprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, const char* format, va_list ap) in __DIAGNOSE_PRINTFLIKE()
107 return __builtin___vsprintf_chk(dest, 0, __DIAGNOSE_BOS(dest), format, ap); in __DIAGNOSE_PRINTFLIKE()
111 int sprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, const char* format, ...) in __DIAGNOSE_PRINTFLIKE()
115 va_start(va_l, format); in __DIAGNOSE_PRINTFLIKE()
116 int result = __builtin___vsprintf_chk(dest, 0, __DIAGNOSE_BOS(dest), format, va_l); in __DIAGNOSE_PRINTFLIKE()
122 int snprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, size_t size, const char* format, ...) in __DIAGNOSE_PRINTFLIKE()
126 va_start(va_l, format); in __DIAGNOSE_PRINTFLIKE()
127 int result = __builtin___vsnprintf_chk(dest, size, 0, __DIAGNOSE_BOS(dest), format, va_l); in __DIAGNOSE_PRINTFLIKE()
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/log/
DLoggerImpl.java39 logger.error(String.format(MESSAGE_FORMAT, prefix, tag, message)); in error()
44 logger.info(String.format(MESSAGE_FORMAT, prefix, tag, message)); in info()
49 logger.warn(String.format(MESSAGE_FORMAT, prefix, tag, message)); in warn()
54 logger.debug(String.format(MESSAGE_FORMAT, prefix, tag, message)); in debug()
/interface/sdk-js/build-tools/collect_application_api/
DREADME_zh.md16 node .\src\entry\main.js --app 工程根目录 --sdk sdk根目录/9/ets --output 报告的输出路径 --format excel
22 node .\src\entry\main.js --appDir --sdkRoot sdk根目录 --output 报告的输出路径 --format excel
57 --format <json,excel> format of the output report
64 工具输出 app_api.xlsx 或者 collectedApi.json,具体格式和路径取决于 --format, --output 参数
69 node api-collector.js --app 工程根目录 --sdk sdk根目录/9/ets --output 报告的输出路径 --format excel
94 node .\src\entry\main.js --appDir --sdkRoot sdk根目录 --output 报告的输出路径 --format excel
114 --format 指定扫描报告的格式, 支持 excel, json,默认为 excel 表格
/interface/sdk-js/build-tools/api_diff/
DREADME_zh.md37 --format <json, excel, changelog> output file format
47 …indows/ets --oldVersion 旧版本SDK版本号 --newVersion 新版本SDK版本号 --output 输出路径 --format 报告格式(报告格式可选择excel或…
55 …indows/ets --oldVersion 旧版本SDK版本号 --newVersion 新版本SDK版本号 --output 输出路径 --format 报告格式(报告格式可选择excel或…
61 …-new 新版本旧版本interface_sdk-js根目录 --oldVersion 旧版本号 --newVersion 新版本号 --output 输出路径 --format changelog
/interface/sdk-js/build-tools/dts_parser/src/bin/
Dconfig.ts137 format: argv.format, constant
158 const format = options.format; constant
159 if (!format) {
162 switch (format) {
197 if (options.format === 'excel') {
212 options.format === 'excel' ?
298 if (options.format === formatType.JSON) {
337 if (options.format === formatType.JSON) {
/interface/sdk_c/build-tools/capi_parser/test/testCase/
Drun_main.py35 write_in_txt(check_result, os.path.join(output_path, "{}.txt".format(file_name)))
36 with open(os.path.join(expect_path, "{}.txt".format(file_name))) as json_file:
39 …self.assertEqual(result_json, "result_json", "{} case is error".format(os.path.join(dirpath, item)…
/interface/sdk_c/multimedia/av_codec/
Dnative_avcodec_audiocodec.h80 OH_AVErrCode OH_AudioCodec_Configure(OH_AVCodec *codec, const OH_AVFormat *format);
162 OH_AVErrCode OH_AudioCodec_SetParameter(OH_AVCodec *codec, const OH_AVFormat *format);
Dnative_avcodec_audioencoder.h94 OH_AVErrCode OH_AudioEncoder_Configure(OH_AVCodec *codec, OH_AVFormat *format);
194 OH_AVErrCode OH_AudioEncoder_SetParameter(OH_AVCodec *codec, OH_AVFormat *format);
Dnative_avcodec_audiodecoder.h94 OH_AVErrCode OH_AudioDecoder_Configure(OH_AVCodec *codec, OH_AVFormat *format);
197 OH_AVErrCode OH_AudioDecoder_SetParameter(OH_AVCodec *codec, OH_AVFormat *format);
Dnative_avcodec_videoencoder.h99 OH_AVErrCode OH_VideoEncoder_Configure(OH_AVCodec *codec, OH_AVFormat *format);
184 OH_AVErrCode OH_VideoEncoder_SetParameter(OH_AVCodec *codec, OH_AVFormat *format);
Dnative_avcodec_videodecoder.h114 OH_AVErrCode OH_VideoDecoder_Configure(OH_AVCodec *codec, OH_AVFormat *format);
200 OH_AVErrCode OH_VideoDecoder_SetParameter(OH_AVCodec *codec, OH_AVFormat *format);
/interface/sdk_c/multimedia/image_framework/include/
Dimage_receiver_mdk.h82 int32_t format; member
256 int32_t OH_Image_Receiver_GetFormat(const ImageReceiverNative* native, int32_t* format);
/interface/sdk-js/build-tools/api_diff/src/
Dindex.js81 if (!argv.format || argv.format === 'json') {
83 } else if (argv.format === 'excel') {
86 } else if (argv.format === 'changelog') {
/interface/sdk-js/build-tools/jsdoc_format_plugin/
DREADME.md1 # JSDoc format
38 CLI to format d.ts
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DoutputProcessor.ts30 outputContent = formater.format(context);
33 outputContent = prettier.format(outputContent, context.getOptions().formaterOption);
60 format(context: Context): string {
/interface/sdk_c/graphic/graphic_2d/native_window/
Dbuffer_handle.h31 int32_t format; /**< the format of memory */ member
/interface/sdk_c/third_party/vulkan-headers/vulkan/
Dvulkan_ohos.h84 typedef VkResult (VKAPI_PTR *PFN_vkGetSwapchainGrallocUsageOHOS)(VkDevice device, VkFormat format, …
112 VkFormat format,
152 VkFormat format; member
/interface/sdk-js/build-tools/dts_parser/
DREADME_zh.md81 …-new 新版本目录/文件(sdk/windows/ets) --old-version 旧版本号 --new-version 新版本号 --output 报告输出目录 --format excel
98 node --nolazy -r ts-node/register ./src/main.ts -N collect -C 目录路径/文件路径 --output 报告输出目录 --format ex…
117 --format <json, excel, changelog> output file format (default: "json")
/interface/sdk-js/api/tag/
Dnfctech.d.ts728 format(message: NdefMessage): Promise<void>; method
742 format(message: NdefMessage, callback: AsyncCallback<void>): void; method

123