/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | plugin_core_utils.h | 27 MEDIA_LOG_W("plugin " PUBLIC_LOG_S " " PUBLIC_LOG_S " failed with status " PUBLIC_LOG_D32, \ 35 MEDIA_LOG_E("plugin " PUBLIC_LOG_S " cannot " PUBLIC_LOG_S " in state " PUBLIC_LOG_S, \ 45 MEDIA_LOG_E("plugin " PUBLIC_LOG_S " cannot " PUBLIC_LOG_S " in state " PUBLIC_LOG_S, \
|
H A D | base.cpp | 31 MEDIA_LOG_D(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Init() 35 MEDIA_LOG_I("plugin " PUBLIC_LOG_S " has been already inited", plugin_->GetName().c_str()); in Init() 43 MEDIA_LOG_D(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Init() 49 MEDIA_LOG_D(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Deinit() 52 MEDIA_LOG_I("plugin " PUBLIC_LOG_S " already deinited, no need to destroy any more", in Deinit() 59 MEDIA_LOG_D(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Deinit() 65 MEDIA_LOG_D(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Prepare() 70 MEDIA_LOG_I("plugin " PUBLIC_LOG_S " already prepared, ignore this prepare", plugin_->GetName().c_str()); in Prepare() 78 MEDIA_LOG_D(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Prepare() 84 MEDIA_LOG_D(PUBLIC_LOG_S " Ente in Reset() [all...] |
H A D | video_sink.cpp | 33 MEDIA_LOG_I(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Pause() 36 MEDIA_LOG_I("plugin " PUBLIC_LOG_S " pause in status " PUBLIC_LOG_S ", ignore pause", in Pause() 45 MEDIA_LOG_I(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Pause() 51 MEDIA_LOG_I(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Resume() 54 MEDIA_LOG_I("plugin " PUBLIC_LOG_S " resume in status " PUBLIC_LOG_S ", ignore pause", in Resume() 63 MEDIA_LOG_I(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Resume()
|
H A D | audio_sink.cpp | 32 MEDIA_LOG_I(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Pause() 35 MEDIA_LOG_I("plugin " PUBLIC_LOG_S " pause in status " PUBLIC_LOG_S ", ignore pause", in Pause() 44 MEDIA_LOG_I(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Pause() 50 MEDIA_LOG_I(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Resume() 53 MEDIA_LOG_I("plugin " PUBLIC_LOG_S " resume in status " PUBLIC_LOG_S ", ignore pause", in Resume() 62 MEDIA_LOG_I(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Resume()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | block_queue.h | 56 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S, name_.c_str()); in Push() 59 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S " is inactive", name_.c_str()); in Push() 63 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S " is full", name_.c_str()); in Push() 67 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG_D32, in Push() 73 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S, name_.c_str()); in Push() 79 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S, name_.c_str()); in Pop() 82 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S " is inactive", name_.c_str()); in Pop() 86 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S " is empty", name_.c_str()); in Pop() 90 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", size: " PUBLIC_LOG_ZU, in Pop() 97 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S, name in Pop() [all...] |
H A D | block_queue_pool.cpp | 30 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S, name_.c_str()); in ~BlockQueuePool() 34 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S, name_.c_str()); in ~BlockQueuePool() 40 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32, name_.c_str(), trackIndex); in AddTrackQueue() 44 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S ", add track " PUBLIC_LOG_U32 in AddTrackQueue() 48 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32 " is already in queue", in AddTrackQueue() 57 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32, name_.c_str(), trackIndex); in RemoveTrackQueue() 59 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32 " not in queue", name_.c_str(), trackIndex); in RemoveTrackQueue() 68 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S, name_.c_str()); in RemoveTrackQueue() 75 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32, name_.c_str(), trackIndex); in GetCacheSize() 83 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S " ha in GetCacheSize() [all...] |
/foundation/multimedia/media_foundation/src/osal/task/ffrt/ |
H A D | task.cpp | 48 MEDIA_LOG_I("task " PUBLIC_LOG_S " ctor called", name_.c_str()); in Task() 54 MEDIA_LOG_I("task " PUBLIC_LOG_S " ctor called", name_.c_str()); in Task() 60 MEDIA_LOG_I("task " PUBLIC_LOG_S " dtor called", name_.c_str()); in ~Task() 67 MEDIA_LOG_I("task " PUBLIC_LOG_S " start called", name_.c_str()); in Start() 74 MEDIA_LOG_E("task " PUBLIC_LOG_S " create failed", name_.c_str()); in Start() 82 MEDIA_LOG_W("task " PUBLIC_LOG_S " stop entered, current state: " PUBLIC_LOG_D32, in Stop() 96 MEDIA_LOG_W("task " PUBLIC_LOG_S " stop exited", name_.c_str()); in Stop() 101 MEDIA_LOG_D("task " PUBLIC_LOG_S " StopAsync called", name_.c_str()); in StopAsync() 112 MEDIA_LOG_I("task " PUBLIC_LOG_S " Pause called, running state = " PUBLIC_LOG_D32, name_.c_str(), state); in Pause() 132 MEDIA_LOG_I("task " PUBLIC_LOG_S " Paus in Pause() [all...] |
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/ |
H A D | task.cpp | 27 MEDIA_LOG_D("task " PUBLIC_LOG_S " ctor called", name_.c_str()); in Task() 35 MEDIA_LOG_D("task " PUBLIC_LOG_S " ctor called", name_.c_str()); in Task() 41 MEDIA_LOG_I("task " PUBLIC_LOG_S " dtor called", name_.c_str()); in ~Task() 49 MEDIA_LOG_I("task " PUBLIC_LOG_S " start called", name_.c_str()); in Start() 56 MEDIA_LOG_E("task " PUBLIC_LOG_S " create failed", name_.c_str()); in Start() 65 MEDIA_LOG_W("task " PUBLIC_LOG_S " stop entered, current state: " PUBLIC_LOG_D32, in Stop() 76 MEDIA_LOG_W("task " PUBLIC_LOG_S " stop exited", name_.c_str()); in Stop() 81 MEDIA_LOG_D("task " PUBLIC_LOG_S " StopAsync called", name_.c_str()); in StopAsync() 92 MEDIA_LOG_I("task " PUBLIC_LOG_S " Pause called, running state = " PUBLIC_LOG_D32, name_.c_str(), state); in Pause() 112 MEDIA_LOG_I("task " PUBLIC_LOG_S " Paus in Pause() [all...] |
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/ |
H A D | blocking_queue.h | 57 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is inactive for Push.", name_.c_str()); in Push() 61 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is full, waiting for pop.", name_.c_str()); in Push() 65 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG in Push() 71 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Push succeed.", name_.c_str()); in Push() 78 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " is inactive for Push.", name_.c_str()); in Push() 96 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Pop enter.", name_.c_str()); in Pop() 99 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " is inactive.", name_.c_str()); in Pop() 103 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is empty, waiting for push", name_.c_str()); in Pop() 112 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Pop succeed.", name_.c_str()); in Pop() 119 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " i in Pop() [all...] |
/foundation/multimedia/media_foundation/engine/include/foundation/utils/ |
H A D | blocking_queue.h | 57 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is inactive for Push.", name_.c_str()); in Push() 61 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is full, waiting for pop.", name_.c_str()); in Push() 65 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG in Push() 71 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Push succeed.", name_.c_str()); in Push() 78 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " is inactive for Push.", name_.c_str()); in Push() 96 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Pop enter.", name_.c_str()); in Pop() 99 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " is inactive.", name_.c_str()); in Pop() 103 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is empty, waiting for push", name_.c_str()); in Pop() 112 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Pop succeed.", name_.c_str()); in Pop() 119 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " i in Pop() [all...] |
/foundation/multimedia/media_foundation/src/osal/task/pthread/ |
H A D | taskInner.cpp | 53 MEDIA_LOG_I(">> " PUBLIC_LOG_S " groupId:" PUBLIC_LOG_S " type:%{public}d ctor", in TaskInner() 65 MEDIA_LOG_I(">> " PUBLIC_LOG_S " Init", name_.c_str()); in Init() 71 MEDIA_LOG_I(PUBLIC_LOG_S " DeInit", name_.c_str()); in DeInit() 79 MEDIA_LOG_I(PUBLIC_LOG_S " DeInit done", name_.c_str()); in DeInit() 84 MEDIA_LOG_D(PUBLIC_LOG_S " dtor", name_.c_str()); in ~TaskInner() 90 MEDIA_LOG_D("task " PUBLIC_LOG_S " UpdateDelayTime do nothing", name_.c_str()); in UpdateDelayTime() 93 MEDIA_LOG_D("task " PUBLIC_LOG_S " UpdateDelayTime enter topProcessUs:" PUBLIC_LOG_D64 in UpdateDelayTime() 103 MEDIA_LOG_D("task " PUBLIC_LOG_S " UpdateDelayTime exit topProcessUs:" PUBLIC_LOG_D64, in UpdateDelayTime() 109 MEDIA_LOG_I_FALSE_D_T(isStateLogEnabled_.load(), PUBLIC_LOG_S " Star in Start() [all...] |
H A D | thread.cpp | 91 MEDIA_LOG_D("thread " PUBLIC_LOG_S " create success", name_.c_str()); in CreateThread() 99 MEDIA_LOG_E("thread create failed, name: " PUBLIC_LOG_S ", rtv: " PUBLIC_LOG_D32, name_.c_str(), rtv); in CreateThread() 117 MEDIA_LOG_W("task name " PUBLIC_LOG_S " exceed max size: " PUBLIC_LOG_D32, in SetNameInternal() 145 MEDIA_LOG_W("Thread " PUBLIC_LOG_S " exited...", name.c_str()); in Run()
|
/foundation/multimedia/media_foundation/src/osal/filesystem/ |
H A D | file_system.cpp | 87 MEDIA_LOG_E("Fail to create dir " PUBLIC_LOG_S " due to " PUBLIC_LOG_S, path.c_str(), std::strerror(errno)); in MakeDir() 95 MEDIA_LOG_E("Fail to create dir " PUBLIC_LOG_S " due to " PUBLIC_LOG_S, path.c_str(), std::strerror(errno)); in MakeDir() 125 MEDIA_LOG_I("Clear file content path : " PUBLIC_LOG_S, fullPath.c_str()); in ClearFileContent() 144 MEDIA_LOG_D("Remove file : " PUBLIC_LOG_S, fullPath.c_str()); in RemoveFilesInDir()
|
/foundation/multimedia/media_foundation/engine/foundation/utils/ |
H A D | dump_buffer.cpp | 72 MEDIA_LOG_I("Prepare dumpDir: " PUBLIC_LOG_S, filePath.c_str()); in PrepareDumpDir() 83 MEDIA_LOG_W("Open file(" PUBLIC_LOG_S ") failed(" PUBLIC_LOG_S ").", fullPath.c_str(), strerror(errno)); in PrepareDumpDir() 101 FALSE_RETURN_MSG(buffer && (!buffer->IsEmpty()), PUBLIC_LOG_S " Buffer(null or empty)", desc); in DumpBufferToLog() 114 MEDIA_LOG_I(PUBLIC_LOG_S " Buffer(offset " PUBLIC_LOG_D64 ", size " PUBLIC_LOG_ZU ", capacity " in DumpBufferToLog() 115 PUBLIC_LOG_ZU ") : " PUBLIC_LOG_S, desc, offset, bufferSize, buffer->GetMemory()->GetCapacity(), tmpStr); in DumpBufferToLog()
|
/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | state_machine.cpp | 85 MEDIA_LOG_E("SendEvent timeout, intent: " PUBLIC_LOG_S " - " PUBLIC_LOG_D32, in SendEvent() 98 MEDIA_LOG_D("SendEventAsync, intent: " PUBLIC_LOG_S " - " PUBLIC_LOG_D32, in SendEventAsync() 108 MEDIA_LOG_D("ProcessIntent, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_S, in ProcessIntent() 110 PROFILE_BEGIN("ProcessIntent, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_S, in ProcessIntent() 125 PROFILE_END("ProcessIntent, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_S, in ProcessIntent() 238 MEDIA_LOG_D("OnIntentExecuted, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_S ", actio in OnIntentExecuted() [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/file_source/ |
H A D | file_source_plugin.cpp | 143 MEDIA_LOG_E("Parse file name from uri fail, uri: " PUBLIC_LOG_S, source->GetSourceUri().c_str()); in SetSource() 223 MEDIA_LOG_D("uri: " PUBLIC_LOG_S, uri.c_str()); in ParseFileName() 226 MEDIA_LOG_E("Invalid file uri format: " PUBLIC_LOG_S, uri.c_str()); in ParseFileName() 231 MEDIA_LOG_E("Invalid file uri format: " PUBLIC_LOG_S, uri.c_str()); in ParseFileName() 241 MEDIA_LOG_E("Invalid file uri format: " PUBLIC_LOG_S, uri.c_str()); in ParseFileName() 250 MEDIA_LOG_D("fileName_: " PUBLIC_LOG_S, fileName_.c_str()); in ParseFileName() 258 MEDIA_LOG_E("Cannot get info from " PUBLIC_LOG_S, fileName_.c_str()); in CheckFileStat() 262 MEDIA_LOG_E(PUBLIC_LOG_S " is directory", fileName_.c_str()); in CheckFileStat() 266 MEDIA_LOG_E(PUBLIC_LOG_S " is a socket", fileName_.c_str()); in CheckFileStat() 283 MEDIA_LOG_E("Fail to load file from " PUBLIC_LOG_S, fileName in OpenFile() [all...] |
/foundation/multimedia/media_foundation/src/plugin/ |
H A D | plugin_package.cpp | 38 MEDIA_LOG_E("dlopen failed due to " PUBLIC_LOG_S, ::dlerror());
in LoadPluginPackage() 45 MEDIA_LOG_I("dlopen registerFuncName " PUBLIC_LOG_S
in LoadPluginPackage() 46 ", unregisterFuncName: " PUBLIC_LOG_S, registerFuncName.c_str(), unregisterFuncName.c_str());
in LoadPluginPackage() 66 MEDIA_LOG_I("AddPlugin " PUBLIC_LOG_S, def.name.c_str());
in AddPlugin()
|
/foundation/multimedia/media_foundation/engine/scene/player/lite/ |
H A D | hiplayer.cpp | 27 MEDIA_LOG_W("Histreamer compile time: " PUBLIC_LOG_S " " PUBLIC_LOG_S, __DATE__, __TIME__); in CreateHiPlayer()
|
/foundation/multimedia/media_foundation/engine/include/foundation/osal/base/ |
H A D | synchronizer.h | 46 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32, in Wait() 59 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 ", timeout: " PUBLIC_LOG_D32, in WaitFor() 78 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32, in Wait() 92 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 ", timeout: " PUBLIC_LOG_D32, in WaitFor() 107 MEDIA_LOG_D("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 " return.", name_.c_str(), in WaitFor() 117 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Notify: " PUBLIC_LOG_D32, in Notify()
|
/foundation/multimedia/media_foundation/src/osal/base/ |
H A D | synchronizer.h | 45 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32, in Wait() 58 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 ", timeout: " PUBLIC_LOG_D32, in WaitFor() 77 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32, in Wait() 91 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 ", timeout: " PUBLIC_LOG_D32, in WaitFor() 106 MEDIA_LOG_D("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 " return.", name_.c_str(), in WaitFor() 116 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Notify: " PUBLIC_LOG_D32, in Notify()
|
/foundation/multimedia/media_foundation/engine/foundation/osal/filesystem/ |
H A D | file_system.cpp | 85 MEDIA_LOG_E("Fail to create dir " PUBLIC_LOG_S " due to " PUBLIC_LOG_S, path.c_str(), std::strerror(errno)); in MakeDir() 93 MEDIA_LOG_E("Fail to create dir " PUBLIC_LOG_S " due to " PUBLIC_LOG_S, path.c_str(), std::strerror(errno)); in MakeDir() 123 MEDIA_LOG_I("Clear file content path : " PUBLIC_LOG_S, fullPath.c_str()); in ClearFileContent() 142 MEDIA_LOG_D("Remove file : " PUBLIC_LOG_S, fullPath.c_str()); in RemoveFilesInDir()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/ |
H A D | codec_filter_base.cpp | 84 MEDIA_LOG_I("GetParameter " PUBLIC_LOG_S " from plugin " PUBLIC_LOG_S "failed with code " in UpdateMetaFromPlugin() 88 MEDIA_LOG_I("GetParameter " PUBLIC_LOG_D32 " from plugin " PUBLIC_LOG_S " failed with code " in UpdateMetaFromPlugin() 95 MEDIA_LOG_I("Type of Tag " PUBLIC_LOG_S " should be " PUBLIC_LOG_S, in UpdateMetaFromPlugin() 167 MEDIA_LOG_W("decoder plugin must specify key " PUBLIC_LOG_S " in out caps", in CheckRequiredOutCapKeys() 196 "plugin " PUBLIC_LOG_S " has no out caps", candidate.first->name.c_str()); in Negotiate() 203 MEDIA_LOG_W("one cap of plugin " PUBLIC_LOG_S " mismatch upstream cap", candidate.first->name.c_str()); in Negotiate() 212 MEDIA_LOG_I("use plugin " PUBLIC_LOG_S, candidate.first->name.c_str()); in Negotiate() 213 MEDIA_LOG_I("neg upstream cap " PUBLIC_LOG_S, Capability2Strin in Negotiate() [all...] |
/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 64 #define PUBLIC_LOG_S PUBLIC_LOG "s" macro 89 op(LOG_TYPE, PUBLIC_LOG_S ":" fmt, HST_LOG_TAG, ##args); \ 94 op(LOG_TYPE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \ 102 op(LOG_ONLY_PRERELEASE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \ 107 op(LOG_TYPE, "[" PUBLIC_LOG_S "]:" fmt, HST_LOG_TAG, ##args); \ 113 op2(LOG_TYPE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \ 115 op1(LOG_TYPE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \ 140 op2(LOG_TYPE, "[" PUBLIC_LOG_S "]:" fmt, HST_LOG_TAG, ##args); \ 142 op1(LOG_TYPE, "[" PUBLIC_LOG_S "]:" fmt, HST_LOG_TAG, ##args); \
|
/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | filter_base.cpp | 110 MEDIA_LOG_I("Filter " PUBLIC_LOG_S " outport " PUBLIC_LOG_S " has no peer port (" PUBLIC_LOG_ZU in GetNextFilters() 129 MEDIA_LOG_I("Filter " PUBLIC_LOG_S " inport " PUBLIC_LOG_S " has no peer port (" PUBLIC_LOG_ZU in GetPreFilters() 191 MEDIA_LOG_E("Find port(" PUBLIC_LOG_S ") failed.", name.c_str()); in FindPort() 206 MEDIA_LOG_W("set parameter " PUBLIC_LOG_S "(" PUBLIC_LOG_D32 ") on plugin " PUBLIC_LOG_S " failed", in ConfigPluginWithMeta() 213 MEDIA_LOG_W("parameter " PUBLIC_LOG_S " in meta is not found or type mismatch", in ConfigPluginWithMeta() 237 MEDIA_LOG_W("out port " PUBLIC_LOG_S " has no route map port", outPortName.c_str()); in GetRouteInPort() 248 MEDIA_LOG_W("in port " PUBLIC_LOG_S " ha in GetRouteOutPort() [all...] |
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state.cpp | 31 MEDIA_LOG_D("Enter state: " PUBLIC_LOG_S, name_.c_str()); in Enter() 37 MEDIA_LOG_D("Exit state: " PUBLIC_LOG_S, name_.c_str()); in Exit() 147 MEDIA_LOG_D("DispatchIntent " PUBLIC_LOG_S ", curState: " PUBLIC_LOG_S ", nextState: " PUBLIC_LOG_S, in DispatchIntent()
|