Searched refs:initParams_ (Results 1 – 2 of 2) sorted by relevance
165 HEVC_DEC_INIT_PARAM initParams_; variable
104 initParams_.logFxn = nullptr; in HevcDecoder()105 initParams_.uiChannelID = 0; in HevcDecoder()311 initParams_.uiChannelID = decInstanceID_; in Configure()312 initParams_.logFxn = HevcDecLog; in Configure()334 createRet = hevcDecoderCreateFunc_(&hevcSDecoder_, &initParams_); in Start()