Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h165 HEVC_DEC_INIT_PARAM initParams_; variable
H A Dhevc_decoder.cpp104 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()