Searched refs:MEDIA_LOG_E_SHORT (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | audio_decoder_filter.cpp | 154 MEDIA_LOG_E_SHORT("AudioDecoderFilter::Start."); in DoStart() 173 MEDIA_LOG_E_SHORT("AudioDecoderFilter::Pause."); in DoPause() 180 MEDIA_LOG_E_SHORT("AudioDecoderFilter::Resume."); in DoResume() 187 MEDIA_LOG_E_SHORT("AudioDecoderFilter::Stop."); in DoStop() 197 MEDIA_LOG_E_SHORT("AudioDecoderFilter::Flush."); in DoFlush() 215 MEDIA_LOG_E_SHORT("AudioDecoderFilter::SetParameter."); in SetParameter() 226 MEDIA_LOG_E_SHORT("AudioDecoderFilter::LinkNext."); in LinkNext() 349 MEDIA_LOG_E_SHORT("AudioDecoderFilter::GetInputBufferQueue."); in GetInputBufferQueue() 362 MEDIA_LOG_E_SHORT("SetDecryptionConfig keySessionProxy is nullptr."); in SetDecryptionConfig() 386 MEDIA_LOG_E_SHORT("AudioDecoderFilte in OnLinkedResult() [all...] |
H A D | video_decoder_adapter.cpp | 261 MEDIA_LOG_E_SHORT("inputBufferQueueConsumer_ is null"); in AquireAvailableInputBuffer() 276 MEDIA_LOG_E_SHORT("QueueInputBuffer failed, index: %{public}u, bufferid: %{public}" PRIu64 in AquireAvailableInputBuffer() 289 MEDIA_LOG_E_SHORT("AcquireBuffer failed."); in AquireAvailableInputBuffer() 299 MEDIA_LOG_E_SHORT("inputBufferQueueConsumer_ is null"); in OnInputBufferAvailable() 305 MEDIA_LOG_E_SHORT("IsBufferInQueue ReleaseBuffer failed. index: %{public}u, bufferid: %{public}" PRIu64 in OnInputBufferAvailable() 417 MEDIA_LOG_E_SHORT("mediaCodec_ is nullptr"); in SetDecryptConfig() 421 MEDIA_LOG_E_SHORT("keySession is nullptr"); in SetDecryptConfig() 452 MEDIA_LOG_E_SHORT("VideoDecoderAdapter::OnDumpInfo fd is invalid."); in OnDumpInfo() 457 MEDIA_LOG_E_SHORT("VideoDecoderAdapter::OnDumpInfo write failed."); in OnDumpInfo()
|
H A D | demuxer_filter.cpp | 94 MEDIA_LOG_E_SHORT("OnDrmInfoChanged demuxerFilter callback is nullptr"); 137 MEDIA_LOG_E_SHORT("Invalid source"); in SetDataSource() 191 MEDIA_LOG_E_SHORT("Doprepare: trackCount is invalid."); in DoPrepare() 215 MEDIA_LOG_E_SHORT("mimeType not found, index: %zu", index); in HandleTrackInfos() 219 MEDIA_LOG_E_SHORT("mimeType is invalid, index: %zu", index); in HandleTrackInfos() 224 MEDIA_LOG_E_SHORT("mediaType not found, index: %zu", index); in HandleTrackInfos() 545 MEDIA_LOG_E_SHORT("FindTrackId failed."); in LinkNext() 632 MEDIA_LOG_E_SHORT("streamType not found, index: %zu", index); in FindStreamType() 688 MEDIA_LOG_E_SHORT("meta is invalid."); in OnLinkedResult() 693 MEDIA_LOG_E_SHORT("trackI in OnLinkedResult() [all...] |
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_callback_looper.cpp | 224 MEDIA_LOG_E_SHORT("DoReportSystemOperation, ptr is nullptr"); in DoReportSystemOperation() 246 MEDIA_LOG_E_SHORT("DoReportError error, ptr is nullptr"); in DoReportError() 249 MEDIA_LOG_E_SHORT("Report error, error type: " PUBLIC_LOG_D32 " error value: " PUBLIC_LOG_D32, in DoReportError() 273 MEDIA_LOG_E_SHORT("DoReportInfo error, ptr is nullptr"); in DoReportInfo()
|
H A D | hiplayer_impl.cpp | 364 MEDIA_LOG_E_SHORT("SetSource error: dataSrc is null"); in SetSource() 386 MEDIA_LOG_E_SHORT("AddSubSource error: GetRealPath error"); in AddSubSource() 424 MEDIA_LOG_E_SHORT("SetPlayRange failed! start: " PUBLIC_LOG_D64 ", end: " PUBLIC_LOG_D64, in SetPlayRange() 445 MEDIA_LOG_E_SHORT("SetPlayRangeWithMode failed! start: " PUBLIC_LOG_D64 ", end: " in SetPlayRangeWithMode() 472 MEDIA_LOG_E_SHORT("seek failed to start time: " PUBLIC_LOG_D64, seekTimeMs); in SetPlayRangeWithMode() 539 MEDIA_LOG_E_SHORT("PrepareAsync failed with error " PUBLIC_LOG_D32, ret); in PrepareAsync() 563 MEDIA_LOG_E_SHORT("Error: " PUBLIC_LOG_S, errMsg.c_str()); in CollectionErrorInfo() 589 MEDIA_LOG_E_SHORT("DoSetPlayRange failed! start: " PUBLIC_LOG_D64 ", end: " PUBLIC_LOG_D64, in DoSetPlayRange() 604 MEDIA_LOG_E_SHORT("seek failed to start time: " PUBLIC_LOG_D64, rangeStartTime); in DoSetPlayRange() 710 MEDIA_LOG_E_SHORT("DoInitializeForHtt in DoInitializeForHttp() [all...] |
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/ |
H A D | audio_server_sink_plugin.cpp | 468 MEDIA_LOG_E_SHORT("sample rate " PUBLIC_LOG_U32 "not supported", sampleRate); in AssignSampleRateIfSupported() 483 MEDIA_LOG_E_SHORT("channel num " PUBLIC_LOG_U32 "not supported", channelNum); in AssignChannelNumIfSupported() 563 MEDIA_LOG_E_SHORT("sampleRate isn't supported"); in SetUpSampleRateSetter() 580 MEDIA_LOG_E_SHORT("channel isn't supported"); in SetUpAudioOutputChannelsSetter() 605 MEDIA_LOG_E_SHORT("sampleFmt isn't supported by audio renderer or resample lib"); in SetUpAudioSampleFormatSetter() 682 MEDIA_LOG_E_SHORT("AUDIO_RENDER_SET_FLAG type should be bool"); in SetUpAudioRenderSetFlagSetter() 981 MEDIA_LOG_E_SHORT("flush renderer fail"); in Flush()
|
/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 132 #define MEDIA_LOG_E_SHORT(fmt, ...) HST_HILOG_SHORT(HILOG_ERROR, fmt, ##__VA_ARGS__) macro
|
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/ |
H A D | hitranscoder_impl.cpp | 949 MEDIA_LOG_E_SHORT("Error: " PUBLIC_LOG_S, errMsg.c_str());
in CollectionErrorInfo()
|
Completed in 13 milliseconds