Home
last modified time | relevance | path

Searched refs:MEDIA_LOG_I_T (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp257 MEDIA_LOG_I_T("Init entered."); in Init()
354 MEDIA_LOG_I_T("Prepare <<"); in Prepare()
363 MEDIA_LOG_I_T("pause entered."); in StopRender()
377 MEDIA_LOG_I_T("Reset entered."); in Reset()
411 MEDIA_LOG_I_T("stop render success"); in Stop()
724 MEDIA_LOG_I_T("GetVolume entered."); in GetVolume()
771 MEDIA_LOG_I_T("GetSpeed entered."); in GetSpeed()
781 MEDIA_LOG_I_T("SetSpeed entered."); in SetSpeed()
801 MEDIA_LOG_I_T("Pause entered"); in Pause()
981 MEDIA_LOG_I_T("Flush entered."); in Flush()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A DtaskInner.cpp53 MEDIA_LOG_I_T(">> " PUBLIC_LOG_S " groupId:" PUBLIC_LOG_S " type:%{public}d ctor", in TaskInner()
65 MEDIA_LOG_I_T(">> " PUBLIC_LOG_S " Init", name_.c_str()); in Init()
71 MEDIA_LOG_I_T(PUBLIC_LOG_S " DeInit", name_.c_str()); in DeInit()
79 MEDIA_LOG_I_T(PUBLIC_LOG_S " DeInit done", name_.c_str()); in DeInit()
134 MEDIA_LOG_I_T(">> " PUBLIC_LOG_S " Stop", name_.c_str()); in Stop()
145 MEDIA_LOG_I_T(PUBLIC_LOG_S " Stop <<", name_.c_str()); in Stop()
156 MEDIA_LOG_I_T(PUBLIC_LOG_S " StopAsync", name_.c_str()); in StopAsync()
229 MEDIA_LOG_I_T(PUBLIC_LOG_S " RegisterHandler", name_.c_str()); in RegisterJob()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dlog.h147 #define MEDIA_LOG_I_T(fmt, ...) HST_HILOG_TAG(HILOG_INFO, fmt, ##__VA_ARGS__) macro