Searched refs:MEDIA_LOG_E_T (Results 1 – 2 of 2) sorted by relevance
474 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()
149 #define MEDIA_LOG_E_T(fmt, ...) HST_HILOG_TAG(HILOG_ERROR, fmt, ##__VA_ARGS__) macro