Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 1161) sorted by relevance

12345678910>>...47

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_log.h33 #define LOGI(format, ...) HILOG_INFO(LOG_CORE, format, ##__VA_ARGS__) argument
34 #define LOGD(format, ...) HILOG_DEBUG(LOG_CORE, format, ##__VA_ARGS__) argument
35 #define LOGE(format, ...) HILOG_ERROR(LOG_CORE, format, ##__VA_ARGS__) argument
36 #define LOGW(format, ...) HILOG_WARN(LOG_CORE, format, ##__VA_ARGS__) argument
37 #define LOGF(format, ...) HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__) argument
39 #define GE_LOGI(format, ...) HILOG_INFO(LOG_CORE, format, ##__VA_ARGS__) argument
40 #define GE_LOGD(format, ...) HILOG_DEBUG(LOG_CORE, format, ##__VA_ARGS__) argument
41 #define GE_LOGE(format, ...) HILOG_ERROR(LOG_CORE, format, ##__VA_ARGS__) argument
42 #define GE_LOGW(format, ...) HILOG_WARN(LOG_CORE, format, ##__VA_ARGS__) argument
43 #define GE_LOGF(format, ...) HILOG_FATAL(LOG_CORE, format, ##__VA_ARGS__) argument
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dapi_test.cpp247 Format format; variable
266 Format format; variable
286 Format format; variable
307 Format format; variable
329 Format format; variable
356 Format format; variable
377 Format format; variable
430 Format format; variable
445 Format format; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dapi_test.cpp241 Format format; variable
261 Format format; variable
282 Format format; variable
304 Format format; variable
327 Format format; variable
370 Format format; variable
392 Format format; variable
446 Format format; variable
461 Format format; variable
/ohos5.0/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avformat.cpp62 void OH_AVFormat_Destroy(struct OH_AVFormat *format) in OH_AVFormat_Destroy()
78 bool OH_AVFormat_SetIntValue(struct OH_AVFormat *format, const char *key, int32_t value) in OH_AVFormat_SetIntValue()
87 bool OH_AVFormat_SetLongValue(struct OH_AVFormat *format, const char *key, int64_t value) in OH_AVFormat_SetLongValue()
96 bool OH_AVFormat_SetFloatValue(struct OH_AVFormat *format, const char *key, float value) in OH_AVFormat_SetFloatValue()
105 bool OH_AVFormat_SetDoubleValue(struct OH_AVFormat *format, const char *key, double value) in OH_AVFormat_SetDoubleValue()
114 bool OH_AVFormat_SetStringValue(struct OH_AVFormat *format, const char *key, const char *value) in OH_AVFormat_SetStringValue()
135 bool OH_AVFormat_GetIntValue(struct OH_AVFormat *format, const char *key, int32_t *out) in OH_AVFormat_GetIntValue()
145 bool OH_AVFormat_GetLongValue(struct OH_AVFormat *format, const char *key, int64_t *out) in OH_AVFormat_GetLongValue()
155 bool OH_AVFormat_GetFloatValue(struct OH_AVFormat *format, const char *key, float *out) in OH_AVFormat_GetFloatValue()
165 bool OH_AVFormat_GetDoubleValue(struct OH_AVFormat *format, const char *key, double *out) in OH_AVFormat_GetDoubleValue()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/
H A Drs_graphic_log.h27 #define LOGI(format, ...) \ argument
29 #define LOGD(format, ...) \ argument
31 #define LOGE(format, ...) \ argument
33 #define LOGW(format, ...) \ argument
35 #define LOGF(format, ...) \ argument
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/
H A Dlog.h34 #define LOGI(format, ...) \ argument
36 #define LOGD(format, ...) \ argument
38 #define LOGE(format, ...) \ argument
40 #define LOGW(format, ...) \ argument
42 #define LOGF(format, ...) \ argument
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/log/
H A Dffrt_log_api.h79 #define FFRT_LOGD(format, ...) \ argument
87 #define FFRT_LOGD(format, ...) argument
91 #define FFRT_LOGI(format, ...) \ argument
97 #define FFRT_LOGI(format, ...) argument
101 #define FFRT_LOGW(format, ...) \ argument
107 #define FFRT_LOGW(format, ...) argument
110 #define FFRT_LOGE(format, ...) \ argument
119 #define FFRT_LOGD(format, ...) argument
125 #define FFRT_LOGI(format, ...) argument
131 #define FFRT_LOGW(format, ...) argument
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_trace.cpp27 bool AceTraceBeginWithArgv(const char* format, va_list args) in AceTraceBeginWithArgv()
37 bool AceTraceBeginWithArgvCommercial(const char* format, va_list args) in AceTraceBeginWithArgvCommercial()
47 bool AceTraceBeginWithArgs(const char* format, ...) in AceTraceBeginWithArgs()
56 void AceCountTraceWidthArgs(int32_t count, const char* format, ...) in AceCountTraceWidthArgs()
68 AceScopedTrace::AceScopedTrace(const char* format, ...) in AceScopedTrace()
83 AceScopedTraceCommercial::AceScopedTraceCommercial(const char* format, ...) in AceScopedTraceCommercial()
98 AceScopedTraceFlag::AceScopedTraceFlag(bool flag, const char* format, ...) in AceScopedTraceFlag()
115 std::string ACE_EXPORT AceAsyncTraceBeginWithArgv(int32_t taskId, const char* format, va_list args) in AceAsyncTraceBeginWithArgv()
125 std::string ACE_EXPORT AceAsyncTraceBeginWithArgs(int32_t taskId, char* format, ...) in AceAsyncTraceBeginWithArgs()
136 AceAsyncScopedTrace::AceAsyncScopedTrace(const char* format, ...) in AceAsyncScopedTrace()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dlog.h38 #define LOGI(format, ...) \ argument
40 #define LOGD(format, ...) \ argument
42 #define LOGE(format, ...) \ argument
44 #define LOGW(format, ...) \ argument
46 #define LOGF(format, ...) \ argument
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeParamCheckTest.cpp100 OH_AVFormat *format = OH_AVFormat_Create(); variable
159 OH_AVFormat *format = OH_AVFormat_Create(); variable
218 OH_AVFormat *format = OH_AVFormat_Create(); variable
277 OH_AVFormat *format = OH_AVFormat_Create(); variable
338 OH_AVFormat *format = OH_AVFormat_Create(); variable
399 OH_AVFormat *format = OH_AVFormat_Create(); variable
460 OH_AVFormat *format = OH_AVFormat_Create(); variable
511 OH_AVFormat *format = OH_AVFormat_Create(); variable
564 OH_AVFormat *format = OH_AVFormat_Create(); variable
617 OH_AVFormat *format = OH_AVFormat_Create(); variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_hdrvivid2sdr_unit_test.cpp266 std::shared_ptr<FormatMock> format = FormatMockFactory::CreateFormat(); variable
318 std::shared_ptr<FormatMock> format = FormatMockFactory::CreateFormat(); variable
372 std::shared_ptr<FormatMock> format = FormatMockFactory::CreateFormat(); variable
424 std::shared_ptr<FormatMock> format = FormatMockFactory::CreateFormat(); variable
498 std::shared_ptr<FormatMock> format = FormatMockFactory::CreateFormat(); variable
679 std::shared_ptr<FormatMock> format = FormatMockFactory::CreateFormat(); variable
732 std::shared_ptr<FormatMock> format = FormatMockFactory::CreateFormat(); variable
802 std::shared_ptr<FormatMock> format = FormatMockFactory::CreateFormat(); variable
854 std::shared_ptr<FormatMock> format = FormatMockFactory::CreateFormat(); variable
908 std::shared_ptr<FormatMock> format = FormatMockFactory::CreateFormat(); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_log.h111 #define ROSEN_LOGI(format, ...) \ argument
113 #define ROSEN_LOGD(format, ...) \ argument
115 #define ROSEN_LOGE(format, ...) \ argument
117 #define ROSEN_LOGW(format, ...) \ argument
119 #define ROSEN_LOGF(format, ...) \ argument
122 #define RS_LOGI(format, ...) \ argument
124 #define RS_LOGD(format, ...) \ argument
126 #define RS_LOGE(format, ...) \ argument
128 #define RS_LOGW(format, ...) \ argument
130 #define RS_LOGF(format, ...) \ argument
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_log.h29 #define DFILE_LOGF(moduleName, format, ...) \ argument
31 #define DFILE_LOGE(moduleName, format, ...) \ argument
33 #define DFILE_LOGW(moduleName, format, ...) \ argument
35 #define DFILE_LOGI(moduleName, format, ...) \ argument
37 #define DFILE_LOGD(moduleName, format, ...) \ argument
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_dfinder_log.h31 #define DFINDER_LOGF(moduleName, format, ...) \ argument
33 #define DFINDER_LOGE(moduleName, format, ...) \ argument
35 #define DFINDER_LOGW(moduleName, format, ...) \ argument
37 #define DFINDER_LOGI(moduleName, format, ...) \ argument
39 #define DFINDER_LOGD(moduleName, format, ...) \ argument
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/testcase/intell_voice_utils/
H A Dtest_time_util.cpp24 enum TimeFormat format = TIME_FORMAT_DEFAULT; variable
29 TimeFormat format = TIME_FORMAT_CONTINOUS; variable
34 TimeFormat format = TIME_FORMAT_STANDARD; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/log/
H A Dace_log.h45 #define HILOG_DEBUG(mod, format, ...) argument
48 #define HILOG_ERROR(mod, format, ...) argument
51 #define HILOG_FATAL(mod, format, ...) argument
54 #define HILOG_INFO(mod, format, ...) argument
57 #define HILOG_WARN(mod, format, ...) argument
60 #define HILOG_RACE(mod, format, ...) argument
/ohos5.0/base/update/updater/services/script/script_manager/
H A Dscript_utils.h28 #define USCRIPT_LOGE(format, ...) Logger(Updater::ERROR, (UPDATER_LOG_FILE_NAME), (__LINE__), forma… argument
29 #define USCRIPT_LOGI(format, ...) Logger(Updater::INFO, (UPDATER_LOG_FILE_NAME), (__LINE__), format… argument
30 #define USCRIPT_LOGW(format, ...) Logger(Updater::WARNING, (UPDATER_LOG_FILE_NAME), (__LINE__), for… argument
31 #define USCRIPT_LOGD(format, ...) Logger(Updater::DEBUG, (UPDATER_LOG_FILE_NAME), (__LINE__), forma… argument
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dhiview_logger.h35 #define HIVIEW_LOGD(format, ...) \ argument
37 #define HIVIEW_LOGI(format, ...) \ argument
39 #define HIVIEW_LOGW(format, ...) \ argument
41 #define HIVIEW_LOGE(format, ...) \ argument
43 #define HIVIEW_LOGF(format, ...) \ argument
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Dstatus_check_test.cpp55 OH_AVFormat *format = OH_AVFormat_Create(); variable
196 OH_AVFormat *format = OH_AVFormat_Create(); variable
220 OH_AVFormat *format = OH_AVFormat_Create(); variable
244 OH_AVFormat *format = OH_AVFormat_Create(); variable
270 OH_AVFormat *format = OH_AVFormat_Create(); variable
297 OH_AVFormat *format = OH_AVFormat_Create(); variable
321 OH_AVFormat *format = OH_AVFormat_Create(); variable
346 OH_AVFormat *format = OH_AVFormat_Create(); variable
370 OH_AVFormat *format = OH_AVFormat_Create(); variable
393 OH_AVFormat *format = OH_AVFormat_Create(); variable
[all …]
H A Dparam_check_test.cpp160 OH_AVFormat *format = OH_AVFormat_Create(); variable
207 OH_AVFormat *format = OH_AVFormat_Create(); variable
334 OH_AVFormat *format = OH_AVFormat_Create(); variable
381 OH_AVFormat *format = OH_AVFormat_Create(); variable
484 OH_AVFormat *format = OH_AVFormat_Create(); variable
531 OH_AVFormat *format = OH_AVFormat_Create(); variable
634 OH_AVFormat *format = OH_AVFormat_Create(); variable
673 OH_AVFormat *format = OH_AVFormat_Create(); variable
712 OH_AVFormat *format = OH_AVFormat_Create(); variable
751 OH_AVFormat *format = OH_AVFormat_Create(); variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeParamCheckTest.cpp124 OH_AVFormat *format = OH_AVFormat_Create(); variable
179 OH_AVFormat *format = OH_AVFormat_Create(); variable
234 OH_AVFormat *format = OH_AVFormat_Create(); variable
289 OH_AVFormat *format = OH_AVFormat_Create(); variable
346 OH_AVFormat *format = OH_AVFormat_Create(); variable
403 OH_AVFormat *format = OH_AVFormat_Create(); variable
460 OH_AVFormat *format = OH_AVFormat_Create(); variable
507 OH_AVFormat *format = OH_AVFormat_Create(); variable
556 OH_AVFormat *format = OH_AVFormat_Create(); variable
605 OH_AVFormat *format = OH_AVFormat_Create(); variable
[all …]
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dlogger.cpp23 void Logger::D(const char *tag, const char *format, ...) in D()
35 void Logger::E(const char *tag, const char *format, ...) in E()
47 void Logger::V(const char *tag, const char *format, ...) in V()
59 void Logger::Log(const char *tag, const char *format, va_list args) in Log()
66 void Logger::Err(const char *tag, const char *format, va_list args) in Err()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dlogger.cpp16 void Logger::D(const char *tag, const char *format, ...) in D()
28 void Logger::E(const char *tag, const char *format, ...) in E()
40 void Logger::V(const char *tag, const char *format, ...) in V()
52 void Logger::Log(const char *tag, const char *format, va_list args) in Log()
59 void Logger::Err(const char *tag, const char *format, va_list args) in Err()
/ohos5.0/foundation/ability/idl_tool/util/
H A Dlogger.cpp24 void Logger::D(const char* tag, const char* format, ...) in D()
34 void Logger::E(const char* tag, const char* format, ...) in E()
44 void Logger::V(const char* tag, const char* format, ...) in V()
54 void Logger::Log(const char* tag, const char* format, va_list args) in Log()
61 void Logger::Err(const char* tag, const char* format, va_list args) in Err()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image_info.h46 static SkColorType ConvertToSkColorType(const ColorType& format) in ConvertToSkColorType()
76 static SkAlphaType ConvertToSkAlphaType(const AlphaType& format) in ConvertToSkAlphaType()
102 static ColorType ConvertToColorType(const SkColorType& format) in ConvertToColorType()
130 static AlphaType ConvertToAlphaType(const SkAlphaType& format) in ConvertToAlphaType()

12345678910>>...47