Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h170 DecodeFuncType hevcDecoderDecodecFrameFunc_ = nullptr; variable
H A Dhevc_decoder.cpp114 hevcDecoderDecodecFrameFunc_ = reinterpret_cast<DecodeFuncType>(dlsym(handle_, in HevcFuncMatch()
118 if (hevcDecoderCreateFunc_ == nullptr || hevcDecoderDecodecFrameFunc_ == nullptr || in HevcFuncMatch()
130 hevcDecoderDecodecFrameFunc_ = nullptr; in ReleaseHandle()
1001 hevcDecoderDecodecFrameFunc_ != nullptr) { in DecodeFrameOnce()
1005 …ret = hevcDecoderDecodecFrameFunc_(hevcSDecoder_, &hevcDecoderInputArgs_, &hevcDecoderOutpusArgs_); in DecodeFrameOnce()