Searched refs:eLevel (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | HevcDec_Typedef.h | 35 typedef void (*IHW265D_VIDEO_ALG_LOG_FXN)(UINT32 uiChannelID, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pszMsg, ...);
|
H A D | hevc_decoder.h | 214 void HevcDecLog(UINT32 channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...);
|
H A D | hevc_decoder.cpp | 1569 void HevcDecLog(UINT32 channelId, IHW265VIDEO_ALG_LOG_LEVEL eLevel, INT8 *pMsg, ...) in HevcDecLog() argument 1583 if (eLevel <= IHW265VIDEO_ALG_LOG_ERROR) { in HevcDecLog() 1584 switch (eLevel) { in HevcDecLog()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hencoder.cpp | 604 HLOGI("iFrameInterval:%d, frameRate:%.2f, eProfile:0x%x, eLevel:0x%x", in SetAvcFields() 605 iFrameInterval, frameRate, avcType.eProfile, avcType.eLevel); in SetAvcFields()
|
Completed in 6 milliseconds