Searched refs:eVideoType (Results 1 – 3 of 3) sorted by relevance
666 pCtx->eVideoType = pCtx->pParam->sVideoProperty.eVideoBsType; in DecoderConfigParam()668 pCtx->eVideoType = VIDEO_BITSTREAM_DEFAULT; in DecoderConfigParam()671 WelsLog (& (pCtx->sLogCtx), WELS_LOG_INFO, "eVideoType: %d", pCtx->eVideoType); in DecoderConfigParam()
318 …VIDEO_BITSTREAM_TYPE eVideoType; //indicate the type of video to decide whether or not to do qp_de… member
826 (VIDEO_BITSTREAM_AVC == pDecContext->eVideoType)) { in DecodeFrame2WithCtx()