Home
last modified time | relevance | path

Searched refs:MEDIA_LOG_E_T (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp474 MEDIA_LOG_E_T("sample rate " PUBLIC_LOG_U32 "not supported", sampleRate); in AssignSampleRateIfSupported()
489 MEDIA_LOG_E_T("channel num " PUBLIC_LOG_U32 "not supported", channelNum); in AssignChannelNumIfSupported()
569 MEDIA_LOG_E_T("sampleRate isn't supported"); in SetUpSampleRateSetter()
586 MEDIA_LOG_E_T("channel isn't supported"); in SetUpAudioOutputChannelsSetter()
611 MEDIA_LOG_E_T("sampleFmt isn't supported by audio renderer or resample lib"); in SetUpAudioSampleFormatSetter()
688 MEDIA_LOG_E_T("AUDIO_RENDER_SET_FLAG type should be bool"); in SetUpAudioRenderSetFlagSetter()
990 MEDIA_LOG_E_T("flush renderer fail"); in Flush()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dlog.h149 #define MEDIA_LOG_E_T(fmt, ...) HST_HILOG_TAG(HILOG_ERROR, fmt, ##__VA_ARGS__) macro