/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/ |
H A D | media_downloader.h | 96 MEDIA_LOG_W("SetReadBlockingFlag is unimplemented."); in SetReadBlockingFlag() 100 MEDIA_LOG_W("SetDemuxerState is unimplemented."); in SetDemuxerState() 104 MEDIA_LOG_W("SetDownloadErrorState is unimplemented."); in SetDownloadErrorState() 108 MEDIA_LOG_W("SetCurrentBitRate is unimplemented."); in SetCurrentBitRate() 113 MEDIA_LOG_W("SetPlayStrategy is unimplemented."); in SetPlayStrategy() 118 MEDIA_LOG_W("GetStreamInfo is unimplemented."); in GetStreamInfo() 123 MEDIA_LOG_W("SelectStream is unimplemented."); in SelectStream() 141 MEDIA_LOG_W("StopBufferring is unimplemented."); in StopBufferring()
|
/foundation/multimedia/media_foundation/engine/scene/standard/ |
H A D | hst_engine_factory.cpp | 73 MEDIA_LOG_W("CreateAVMetadataHelperEngine not supported now, return nullptr."); in CreateAVMetadataHelperEngine() 81 MEDIA_LOG_W("CreateAVCodecEngine not supported now, return nullptr."); in CreateAVCodecEngine() 87 MEDIA_LOG_W("CreateAVCodecListEngine not supported now, return nullptr."); in CreateAVCodecListEngine() 95 MEDIA_LOG_W("CreateAVMuxerEngine not supported now, return nullptr."); in CreateAVMuxerEngine()
|
/foundation/multimedia/media_foundation/engine/include/foundation/ |
H A D | log.h | 86 #define MEDIA_LOG_W(fmt, ...) HST_DECORATOR_HILOG(HILOG_WARN, fmt, ##__VA_ARGS__) macro 176 MEDIA_LOG_W("FALSE_RETURN " #exec); \ 198 MEDIA_LOG_W("FALSE_RETURN_V_W " #exec); \ 231 #define FALSE_RETURN_V_MSG_W(exec, ret, fmt, args...) FALSE_RETURN_V_MSG_IMPL(MEDIA_LOG_W, exec, ret, fmt, ##args) 263 #define FALSE_LOG_MSG_W(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args)
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
H A D | aac_audio_config_parser.cpp | 141 MEDIA_LOG_W("Found a stream with channel configuration in the " in ExtractChannelElements() 182 MEDIA_LOG_W("Unknown channel config in header: " PUBLIC_LOG_D32, audioConfig_.channelConfig); in ExtractChannelElements() 198 MEDIA_LOG_W("profile 0 is not a valid profile"); in ExtractReferencePRCU() 262 MEDIA_LOG_W("determined level: profile=" PUBLIC_LOG_U8 ", sampleRate=" PUBLIC_LOG_U32 ", channel_config=" in CalculateProfile() 331 MEDIA_LOG_W("ParseProfile failed due to invalid profile index: " PUBLIC_LOG_U8, in ParseProfile()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | ffmpeg_converter.cpp | 236 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, ffHEVCLevel); in ConvertFFMpegToOHHEVCLevel() 247 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, ffHEVCProfile); in ConvertFFMpegToOHHEVCProfile() 258 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(ffColorPrimaries)); in ConvertFFMpegToOHColorPrimaries() 269 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(ffColorTrans)); in ConvertFFMpegToOHColorTrans() 280 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(ffColorSpace)); in ConvertFFMpegToOHColorMatrix() 291 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(ffColorRange)); in ConvertFFMpegToOHColorRange() 302 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(ffChromaLocation)); in ConvertFFMpegToOHChromaLocation() 313 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(codecId)); in ConvertFFMpegAVCodecIdToOHAudioFormat() 324 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(ffSampleFormat)); in ConvertFFMpegToOHAudioFormat() 335 MEDIA_LOG_W("Faile in ConvertOHAudioFormatToFFMpeg() [all...] |
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/ |
H A D | video_sink_filter.cpp | 133 MEDIA_LOG_W("Set max surface num to plugin fail"); in HandleNegotiateParams() 153 MEDIA_LOG_W("reuse previous plugin " PUBLIC_LOG_S " failed, will create new plugin", in CreateVideoSinkPlugin() 168 MEDIA_LOG_W("Set surface to plugin fail, ret: " PUBLIC_LOG_U32, ret); in CreateVideoSinkPlugin() 190 MEDIA_LOG_W("Video sink filter is not in preparing when negotiate"); in Negotiate() 254 MEDIA_LOG_W("Get VIDEO_WIDTH failed."); in ConfigurePluginParams() 261 MEDIA_LOG_W("Get VIDEO_HEIGHT fail"); in ConfigurePluginParams() 268 MEDIA_LOG_W("Get VIDEO_PIXEL_FORMAT fail"); in ConfigurePluginParams() 339 MEDIA_LOG_W("sink is not ready when start, state_: " PUBLIC_LOG_D32, state_.load()); in Start() 376 MEDIA_LOG_W("video sink cannot pause when not working"); in Pause() 449 MEDIA_LOG_W("surfac in SetVideoSurface() [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/ |
H A D | hos_au_sink.cpp | 56 MEDIA_LOG_W("failed to load adapter " PUBLIC_LOG_S, descriptor->adapterName); in LoadAndInitAdapter() 74 MEDIA_LOG_W("cannot init port on adapter " PUBLIC_LOG_S " after retry " PUBLIC_LOG_D32 " times", in LoadAndInitAdapter() 138 MEDIA_LOG_W("query port capability failed when registering plugin, set audio sample format as S16/S16P"); in RegisterOutportOnAdapter() 159 MEDIA_LOG_W("register plugin " PUBLIC_LOG_S " failed", desc.adapterName); in RegisterOutportOnAdapter() 202 MEDIA_LOG_W("tag:" PUBLIC_LOG_S " value type mismatch", tagName); in AssignIfCastSuccess() 347 MEDIA_LOG_W("receive one parameter with unconcern key: " PUBLIC_LOG_S, Tag2String(tag)); in SetParameter() 368 MEDIA_LOG_W("receive one parameter with unconcern key: " PUBLIC_LOG_S, Tag2String(tag)); in GetParameter() 478 MEDIA_LOG_W("no render available, get mute must be called after prepared"); in GetMute() 493 MEDIA_LOG_W("no render available, set mute must be called after prepare"); in SetMute() 507 MEDIA_LOG_W("n in GetVolume() [all...] |
/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/ |
H A D | muxer_filter.cpp | 68 MEDIA_LOG_W("no available info to update plugin"); in UpdateAndInitPluginByInfo() 76 MEDIA_LOG_W("reuse previous plugin " PUBLIC_LOG_S " failed, will create new plugin", in UpdateAndInitPluginByInfo() 104 MEDIA_LOG_W("muxer filter is not in preparing when negotiate"); in Negotiate() 153 MEDIA_LOG_W("tag " PUBLIC_LOG_D32 " is not in map, may be update it?", keyPair.first); in AddTrackThenConfigure() 155 MEDIA_LOG_W("parameter " PUBLIC_LOG_S " in meta is not found or type mismatch", in AddTrackThenConfigure() 293 MEDIA_LOG_W("pushing data to muxer when state is " PUBLIC_LOG_D32, static_cast<int>(state_.load())); in PushData()
|
/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 122 #define MEDIA_LOG_W(fmt, ...) HST_HILOG(HILOG_WARN, fmt, ##__VA_ARGS__) macro 163 #define MEDIA_LOGW_LIMIT(frequency, fmt, ...) MEDIA_LOG_LIMIT(MEDIA_LOG_W, frequency, fmt, ##__VA_ARGS__) 273 MEDIA_LOG_W("FALSE_RETURN " #exec); \ 305 MEDIA_LOG_W("FALSE_RETURN_V_W " #exec); \ 342 #define FALSE_RETURN_V_MSG_W(exec, ret, fmt, args...) FALSE_RETURN_V_MSG_IMPL(MEDIA_LOG_W, exec, ret, fmt, ##args) 374 #define FALSE_LOG_MSG_W(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args)
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/ |
H A D | video_encoder_filter.cpp | 113 MEDIA_LOG_W("call encoder start() when state_ is not ready or working"); in Start() 124 MEDIA_LOG_W("encoder filter is not in init state_"); in Prepare() 166 MEDIA_LOG_W("encoder filter is not in preparing when negotiate"); in Negotiate() 345 MEDIA_LOG_W("Get VIDEO_H264_PROFILE, fail"); in ConfigurePluginParams() 352 MEDIA_LOG_W("Get VIDEO_H264_LEVEL, failed."); in ConfigurePluginParams() 359 MEDIA_LOG_W("Set extradata to plugin fail"); in ConfigurePluginParams() 375 MEDIA_LOG_W("cannot allocate buffer in buffer pool"); in ConfigurePluginOutputBuffers() 414 MEDIA_LOG_W("pushing data to encoder when state_ is " PUBLIC_LOG_D32, static_cast<int>(state_.load())); in PushData() 494 MEDIA_LOG_W("encoder find nullptr in esBufferQ"); in HandleFrame() 527 MEDIA_LOG_W("encode in FinishFrame() [all...] |
/foundation/multimedia/media_foundation/engine/include/pipeline/core/ |
H A D | error_code.h | 78 #define FAIL_RETURN_MSG_W(exec, fmt, args...) FAIL_RETURN_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args) 106 #define FAIL_LOG_MSG_W(exec, fmt, args...) FAIL_LOG_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args)
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/ |
H A D | media_synchronous_sink.cpp | 65 MEDIA_LOG_W(PUBLIC_LOG_S " wait for preroll timeout", GetName().c_str()); in WriteToPluginRefTimeSync() 96 MEDIA_LOG_W("Get duration failed"); in UpdateMediaTimeRange()
|
/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/pipeline/core/ |
H A D | filter_base.cpp | 206 MEDIA_LOG_W("set parameter " PUBLIC_LOG_S "(" PUBLIC_LOG_D32 ") on plugin " PUBLIC_LOG_S " failed", in ConfigPluginWithMeta() 211 MEDIA_LOG_W("tag " PUBLIC_LOG_D32 " is not in map, may be update it?", keyPair.first); 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 " has no route map port", inPortName.c_str()); in GetRouteOutPort() 260 MEDIA_LOG_W("no available info to update plugin"); in UpdateAndInitPluginByInfo() 268 MEDIA_LOG_W("reuse previous plugin " PUBLIC_LOG_S " failed, will create new plugin", in UpdateAndInitPluginByInfo()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/ |
H A D | plugin_utils.cpp | 41 MEDIA_LOG_W("stringiness failed due to " PUBLIC_LOG_S " or truncated.", strerror(errno)); \ 138 MEDIA_LOG_W("cap " PUBLIC_LOG_S "type mismatches when cast to string, which should be " PUBLIC_LOG_S, in CapKeyStringiness() 177 MEDIA_LOG_W("audio sample format " PUBLIC_LOG_D32 " is unknown", static_cast<int32_t>(val)); in Stringiness() 187 MEDIA_LOG_W("audio channel layout " PUBLIC_LOG_U64 " is unknown", static_cast<uint64_t>(val)); in Stringiness() 197 MEDIA_LOG_W("video pixel format " PUBLIC_LOG_U32 " is unknown", static_cast<uint32_t>(val)); in Stringiness() 207 MEDIA_LOG_W("video bit stream format " PUBLIC_LOG_U32 " is unknown", static_cast<uint32_t>(val)); in Stringiness() 217 MEDIA_LOG_W("audio aac profile name " PUBLIC_LOG_U8 " is unknown", static_cast<uint8_t>(val)); in Stringiness() 227 MEDIA_LOG_W("audio aac stream format name " PUBLIC_LOG_U8 " is unknown", static_cast<uint8_t>(val)); in Stringiness() 248 MEDIA_LOG_W("meta " PUBLIC_LOG_S " type mismatches when cast to string", name); in MetaIDStringiness() 485 MEDIA_LOG_W(PUBLIC_LOG_D3 in Capability2String() [all...] |
/foundation/multimedia/media_foundation/src/osal/task/pthread/ |
H A D | thread.cpp | 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/engine/foundation/osal/thread/ |
H A D | thread.cpp | 96 MEDIA_LOG_W("task name " PUBLIC_LOG_S " exceed max size: " PUBLIC_LOG_D32, in SetNameInternal() 110 MEDIA_LOG_W("Thread " PUBLIC_LOG_S " exited...", name.c_str()); in Run()
|
H A D | task.cpp | 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()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_decoder/ |
H A D | audio_decoder_filter.cpp | 154 MEDIA_LOG_W("Can't acquire samples per frame from decoder plugin: " PUBLIC_LOG_S, pluginInfo_->name.c_str()); in UpdateParams() 171 MEDIA_LOG_W("Set outputChannels to plugin " PUBLIC_LOG_S " failed", plugin_->GetName().c_str()); in UpdateParams() 184 MEDIA_LOG_W("Set outputChannelLayout to plugin " PUBLIC_LOG_S " failed", plugin_->GetName().c_str()); in UpdateParams()
|
/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, \
|
/foundation/multimedia/media_foundation/engine/scene/common/ |
H A D | media_stat_stub.cpp | 57 MEDIA_LOG_W("MediaStats::ReceiveEvent receive unexpected event " PUBLIC_LOG_D32, in ReceiveEvent()
|
/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | preparing_state.h | 47 MEDIA_LOG_W("Play received in preparing state.");
|
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.cpp | 107 MEDIA_LOG_W("do not report idle and preparing since av player doesn't need report idle and preparing"); in UpdateStateNoLock() 356 MEDIA_LOG_W("cannot set volume, will do this onReady"); in SetVolume() 393 MEDIA_LOG_W("Get TRACK_ID failed."); in GetVideoTrackInfo() 398 MEDIA_LOG_W("Get MEDIA_BITRATE fail"); in GetVideoTrackInfo() 403 MEDIA_LOG_W("Get VIDEO_FRAME_RATE fail"); in GetVideoTrackInfo() 408 MEDIA_LOG_W("Get VIDEO_HEIGHT fail"); in GetVideoTrackInfo() 413 MEDIA_LOG_W("Get VIDEO_WIDTH failed."); in GetVideoTrackInfo() 418 MEDIA_LOG_W("Get MIME fail"); in GetVideoTrackInfo() 462 MEDIA_LOG_W("Get MIME fail"); in GetAudioTrackInfo() 692 MEDIA_LOG_W("Ge in DoOnReady() [all...] |
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/ |
H A D | codec_filter_base.cpp | 43 MEDIA_LOG_W("call decoder start() when state is not ready or working"); in Start() 65 MEDIA_LOG_W("codec filter is not in init state"); in Prepare() 167 MEDIA_LOG_W("decoder plugin must specify key " PUBLIC_LOG_S " in out caps", in CheckRequiredOutCapKeys() 203 MEDIA_LOG_W("one cap of plugin " PUBLIC_LOG_S " mismatch upstream cap", candidate.first->name.c_str()); in Negotiate() 318 MEDIA_LOG_W("pushing data to decoder when state is " PUBLIC_LOG_D32, static_cast<int>(state_.load())); in PushData()
|
/foundation/multimedia/media_foundation/src/osal/task/ffrt/ |
H A D | task.cpp | 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()
|