Home
last modified time | relevance | path

Searched refs:MEDIA_LOG_W (Results 1 – 25 of 109) sorted by relevance

12345

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dmedia_downloader.h96 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()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_converter.cpp251 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, ffHEVCLevel); in ConvertFFMpegToOHHEVCLevel()
262 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, ffHEVCProfile); in ConvertFFMpegToOHHEVCProfile()
284 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(ffColorTrans)); in ConvertFFMpegToOHColorTrans()
295 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(ffColorSpace)); in ConvertFFMpegToOHColorMatrix()
306 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(ffColorRange)); in ConvertFFMpegToOHColorRange()
328 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(codecId)); in ConvertFFMpegAVCodecIdToOHAudioFormat()
350 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(sampleFormat)); in ConvertOHAudioFormatToFFMpeg()
361 MEDIA_LOG_W("Failed: " PUBLIC_LOG_U64, ffChannelLayout); in ConvertFFToOHAudioChannelLayout()
384 MEDIA_LOG_W("Failed: " PUBLIC_LOG_U64, ffChannelLayout); in ConvertFFToOHAudioChannelLayoutV2()
395 MEDIA_LOG_W("Failed: " PUBLIC_LOG_D32, static_cast<int32_t>(channelLayout)); in ConvertOHAudioChannelLayoutToFFMpeg()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/standard/
H A Dhst_engine_factory.cpp73 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()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H A Dhos_au_sink.cpp56 MEDIA_LOG_W("failed to load adapter " PUBLIC_LOG_S, descriptor->adapterName); in LoadAndInitAdapter()
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()
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("no render available, get volume must be called after prepare"); in GetVolume()
521 MEDIA_LOG_W("no render available, set volume must be called after prepare"); in SetVolume()
530 MEDIA_LOG_W("set volume to " PUBLIC_LOG ".3f", relVolume); in SetVolume()
538 MEDIA_LOG_W("no render available, get speed must be called after prepare"); in GetSpeed()
552 MEDIA_LOG_W("no render available, set speed must be called after prepare"); in SetSpeed()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.cpp133 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("surface is null"); in SetVideoSurface()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Daac_audio_config_parser.cpp141 MEDIA_LOG_W("Found a stream with channel configuration in the " in ExtractChannelElements()
182MEDIA_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()
262MEDIA_LOG_W("determined level: profile=" PUBLIC_LOG_U8 ", sampleRate=" PUBLIC_LOG_U32 ", channel_c… in CalculateProfile()
331 MEDIA_LOG_W("ParseProfile failed due to invalid profile index: " PUBLIC_LOG_U8, in ParseProfile()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/
H A Dlog.h86 #define MEDIA_LOG_W(fmt, ...) HST_DECORATOR_HILOG(HILOG_WARN, fmt, ##__VA_ARGS__) macro
176MEDIA_LOG_W("FALSE_RETURN " #exec); …
198MEDIA_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, re…
263 #define FALSE_LOG_MSG_W(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args)
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/
H A Dvideo_encoder_filter.cpp113 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()
414MEDIA_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("encoder out port works in pull mode"); in FinishFrame()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dfilter_base.cpp206MEDIA_LOG_W("set parameter " PUBLIC_LOG_S "(" PUBLIC_LOG_D32 ") on plugin " PUBLIC_LOG_S " failed", in ConfigPluginWithMeta()
211MEDIA_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()
H A Dmedia_sync_manager.cpp102 MEDIA_LOG_W("invalid index"); in SetMediaTimeStartEnd()
110 MEDIA_LOG_W("invalid index"); in SetMediaTimeStartEnd()
354 MEDIA_LOG_W("media time " PUBLIC_LOG_D64 " less than min media time " PUBLIC_LOG_D64, in GetClockTime()
358 MEDIA_LOG_W("media time " PUBLIC_LOG_D64 " exceed max media time " PUBLIC_LOG_D64, in GetClockTime()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/
H A Dmuxer_filter.cpp68 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()
153MEDIA_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()
293MEDIA_LOG_W("pushing data to muxer when state is " PUBLIC_LOG_D32, static_cast<int>(state_.load())… in PushData()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dlog.h122 #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_A…
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, re…
374 #define FALSE_LOG_MSG_W(exec, fmt, args...) FALSE_LOG_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args)
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_utils.cpp41 MEDIA_LOG_W("stringiness failed due to " PUBLIC_LOG_S " or truncated.", strerror(errno)); \
138MEDIA_LOG_W("cap " PUBLIC_LOG_S "type mismatches when cast to string, which should be " PUBLIC_LOG… in CapKeyStringiness()
177 MEDIA_LOG_W("audio sample format " PUBLIC_LOG_D32 " is unknown", static_cast<int32_t>(val)); in Stringiness()
187MEDIA_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()
207MEDIA_LOG_W("video bit stream format " PUBLIC_LOG_U32 " is unknown", static_cast<uint32_t>(val)); in Stringiness()
217MEDIA_LOG_W("audio aac profile name " PUBLIC_LOG_U8 " is unknown", static_cast<uint8_t>(val)); in Stringiness()
227MEDIA_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()
485MEDIA_LOG_W(PUBLIC_LOG_D32 " is not in map, may be new key which is not contained?", cap.first); in Capability2String()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dmedia_sync_manager.cpp106 MEDIA_LOG_W("invalid index"); in SetMediaTimeStartEnd()
114 MEDIA_LOG_W("invalid index"); in SetMediaTimeStartEnd()
408MEDIA_LOG_W("Media progress lag for %{public}" PRId64 " us, currentSyncerPriority_ is %{public}" P… in BoundMediaProgress()
415MEDIA_LOG_W("Avoid media time to go back without seek, from %{public}" PRId64 " to %{public}" PRId… in BoundMediaProgress()
441 MEDIA_LOG_W("audio has not been rendered since seek"); in GetMediaTimeNow()
478 MEDIA_LOG_W("media time " PUBLIC_LOG_D64 " less than min media time " PUBLIC_LOG_D64, in GetClockTime()
482 MEDIA_LOG_W("media time " PUBLIC_LOG_D64 " exceed max media time " PUBLIC_LOG_D64, in GetClockTime()
H A Dmedia_synchronous_sink.cpp73 MEDIA_LOG_W("Wait for preroll timeout"); in WriteToPluginRefTimeSync()
105 MEDIA_LOG_W("Get duration failed"); in UpdateMediaTimeRange()
H A Daudio_sink.cpp309 MEDIA_LOG_W("Last buffer write fail, sleep time is " PUBLIC_LOG_D64 "us", writeSleepTime); in UpdateAudioWriteTimeMayWait()
338 MEDIA_LOG_W("Drain audiosink interrupted"); in HandleEosInner()
349 MEDIA_LOG_W("Failed to get latency, drain audiosink directly"); in HandleEosInner()
354 MEDIA_LOG_W("Drain audiosink, eosTask_ is nullptr"); in HandleEosInner()
537 MEDIA_LOG_W("renderer write cost " PUBLIC_LOG_D64, writeTimeMs); in CalcLag()
546 MEDIA_LOG_W("Audio drain cost " PUBLIC_LOG_D64, drainTimeDiff); in CalcLag()
717 MEDIA_LOG_W("cannot get sampleRate"); in getDurationUsPlayedAtSampleRate()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dcodec_filter_base.cpp43 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()
203MEDIA_LOG_W("one cap of plugin " PUBLIC_LOG_S " mismatch upstream cap", candidate.first->name.c_st… in Negotiate()
318MEDIA_LOG_W("pushing data to decoder when state is " PUBLIC_LOG_D32, static_cast<int>(state_.load(… in PushData()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/
H A Dmedia_synchronous_sink.cpp65 MEDIA_LOG_W(PUBLIC_LOG_S " wait for preroll timeout", GetName().c_str()); in WriteToPluginRefTimeSync()
96 MEDIA_LOG_W("Get duration failed"); in UpdateMediaTimeRange()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp356 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()
688 MEDIA_LOG_W("Get media duration failed."); in DoOnReady()
698 MEDIA_LOG_W("Get media duration failed."); in DoOnReady()
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/core/
H A Derror_code.h78 #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)
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_decoder/
H A Daudio_decoder_filter.cpp154MEDIA_LOG_W("Can't acquire samples per frame from decoder plugin: " PUBLIC_LOG_S, pluginInfo_->nam… in UpdateParams()
171MEDIA_LOG_W("Set outputChannels to plugin " PUBLIC_LOG_S " failed", plugin_->GetName().c_str()); in UpdateParams()
184MEDIA_LOG_W("Set outputChannelLayout to plugin " PUBLIC_LOG_S " failed", plugin_->GetName().c_str(… in UpdateParams()
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dthread.cpp97 MEDIA_LOG_W("task name " PUBLIC_LOG_S " exceed max size: " PUBLIC_LOG_D32, in SetNameInternal()
112 MEDIA_LOG_W("Thread " PUBLIC_LOG_S " exited...", name.c_str()); in Run()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dstream_demuxer.cpp144 MEDIA_LOG_W("PullDataWithCache, Read data from cache data. only get partial data."); in PullDataWithCache()
153 MEDIA_LOG_W("PullDataWithCache, not cache begin."); in PullDataWithCache()
221 MEDIA_LOG_W("PullDataWithoutCache, write cache data error. memory is nullptr!"); in PullDataWithoutCache()
230 MEDIA_LOG_W("PullDataWithoutCache, write cache data failed. memory is nullptr!"); in PullDataWithoutCache()
373MEDIA_LOG_W("Demuxer parse DEMUXER_STATE_PARSE_HEADER, getRange_ failed, ret = " PUBLIC_LOG_D32, r… in HandleReadHeader()
412MEDIA_LOG_W("Demuxer parse DEMUXER_STATE_PARSE_FRAME, getRange_ failed, ret = " PUBLIC_LOG_D32, re… in HandleReadPacket()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp82 MEDIA_LOG_W("dash read, segmentDownloaders size is 0"); in Read()
281 MEDIA_LOG_W("Dash SelectStream can not find streamId"); in SelectStream()
386MEDIA_LOG_W("Dash get segment null in streamId " PUBLIC_LOG_D32, streamDesc->streamId_); in ReceiveMpdStreamInitEvent()
542 MEDIA_LOG_W("Dash not start, can not SelectBitRate."); in CleanVideoSegmentBuffer()
572MEDIA_LOG_W("Dash SelectBitRate Stream:" PUBLIC_LOG_D32 " GetNextVideoStream failed.", bitratePara… in SelectBitrateInternal()
588 MEDIA_LOG_W("SelectBitrateInternal can not get segmentDownloader."); in SelectBitrateInternal()
613 MEDIA_LOG_W("AutoSelectBitrate can not get segmentDownloader."); in CheckAutoSelectBitrate()
815 MEDIA_LOG_W("Dash SelectAudio Stream:" PUBLIC_LOG_D32 " failed.", trackParam_.streamId_); in SelectAudioInternal()
867 MEDIA_LOG_W("Dash SelectSubtitle Stream:" PUBLIC_LOG_D32 " failed.", trackParam_.streamId_); in SelectSubtitleInternal()
1110 MEDIA_LOG_W("GetBufferSize can not get segmentDownloader."); in GetBufferSize()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp336 MEDIA_LOG_W("Track " PUBLIC_LOG_U32 " is invalid", i); in ParseTrackType()
380 MEDIA_LOG_W("Parse container start time failed"); in ParseMediaInfo()
472MEDIA_LOG_W("Parse mime type failed: " PUBLIC_LOG_D32, static_cast<int32_t>(avStream.codecpar->cod… in ParseBaseTrackInfo()
479 MEDIA_LOG_W("Parse track type failed: " PUBLIC_LOG_D32, static_cast<int32_t>(mediaType)); in ParseBaseTrackInfo()
489 MEDIA_LOG_W("Parse track start time failed"); in ParseBaseTrackInfo()
758 MEDIA_LOG_W("Get channel layout failed, use default channel layout"); in ParseAv3aInfo()
772 MEDIA_LOG_W("Get hoa order failed"); in ParseAv3aInfo()
776 MEDIA_LOG_W("Get channel layout failed"); in ParseAv3aInfo()
796 MEDIA_LOG_W("Get timed metadata key failed"); in ParseTimedMetaTrackInfo()
802 MEDIA_LOG_W("Get src track id failed"); in ParseTimedMetaTrackInfo()

12345