Searched refs:FALSE_LOG_MSG_W (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/ |
H A D | log.h | 262 #ifndef FALSE_LOG_MSG_W 263 #define FALSE_LOG_MSG_W(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args) macro
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 373 #ifndef FALSE_LOG_MSG_W 374 #define FALSE_LOG_MSG_W(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args) macro
|
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | lite_stream_player.cpp | 157 FALSE_LOG_MSG_W(ret == 0, "sscanf_s failed."); in ReadDataFromFile()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/ |
H A D | data_stream_source_plugin.cpp | 162 … FALSE_LOG_MSG_W(realLen == static_cast<int32_t>(expectedLen), "realLen != expectedLen, realLen:" in Read()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/ |
H A D | async_mode.cpp | 87 FALSE_LOG_MSG_W(QueueAllBufferInPoolToPluginLocked() == ErrorCode::SUCCESS, in Configure()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | media_demuxer.cpp | 1077 FALSE_LOG_MSG_W(ret == Status::OK, "Reboot subtitle demuxer plugin failed"); in SeekToTimeAfter() 1084 FALSE_LOG_MSG_W(ret == Status::OK, "Reboot audio demuxer plugin failed"); in SeekToTimeAfter()
|