Searched refs:CODEC_LOGD (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/codec/image/hdi_service/src/ |
H A D | codec_image_service.cpp | 46 CODEC_LOGD("servcie impl!");
in Init() 58 CODEC_LOGD("servcie impl!");
in DeInit() 71 CODEC_LOGD("servcie impl!");
in DoJpegDecode() 82 CODEC_LOGD("servcie impl, size [%{public}d]", size);
in AllocateInBuffer()
|
/drivers/peripheral/codec/image/jpeg/src/ |
H A D | codec_jpeg_service.cpp | 31 CODEC_LOGD("servcie impl!");
in JpegInit() 43 CODEC_LOGD("servcie impl!");
in JpegDeInit() 56 CODEC_LOGD("servcie impl!");
in DoJpegDecode() 75 CODEC_LOGD("servcie impl!");
in AllocateJpegInBuffer()
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_service.cpp | 165 CODEC_LOGD("index [%{public}x]", index); in GetParameter() 173 CODEC_LOGD("index [%{public}x]", index); in SetParameter() 181 CODEC_LOGD("index [%{public}x]", index); in GetConfig() 189 CODEC_LOGD("index [%{public}x]", index); in SetConfig() 219 CODEC_LOGD("portIndex: [%{public}d]", portIndex); in UseBuffer() 243 CODEC_LOGD("portIndex: [%{public}d]", portIndex); in AllocateBuffer() 252 CODEC_LOGD("portIndex: [%{public}d], bufferId: [%{public}d]", portIndex, buffer.bufferId); in FreeBuffer()
|
H A D | codec_component_manager_service.cpp | 76 CODEC_LOGD("compName[%{public}s]", compName.c_str()); in CreateComponent()
|
H A D | codec_component_config.cpp | 103 CODEC_LOGD("Init Run....capList_.size=%{public}zu", capList_.size()); in Init() 130 CODEC_LOGD("enter, count = %{public}d", count); in GetComponentNum() 136 CODEC_LOGD("count[%{public}d], size[%{public}zu]", count, capList_.size()); in GetComponentCapabilityList()
|
H A D | component_node.cpp | 358 CODEC_LOGD("eventType: [%{public}d], data1: [%{public}x], data2: [%{public}x]", event, data1, data2); in OnEvent()
|
/drivers/peripheral/codec/utils/include/ |
H A D | codec_log_wrapper.h | 63 #define CODEC_LOGD(fmt, ...) DECORATOR_HDFLOG(HDF_LOGD, fmt, ##__VA_ARGS__) macro
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_node.cpp | 272 CODEC_LOGD("event [%d], data1 [%d],data2 [%d]", event, data1, data2); in OnEvent()
|
Completed in 6 milliseconds