Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.h91 …using CreateHevcDecoderFuncType = INT32 (*)(HEVC_DEC_HANDLE *phDecoder, HEVC_DEC_INIT_PARAM *pstIn…
92 using DecodeFuncType = INT32 (*)(HEVC_DEC_HANDLE hDecoder, HEVC_DEC_INARGS *pstInArgs,
94 using FlushFuncType = INT32 (*)(HEVC_DEC_HANDLE hDecoder, HEVC_DEC_OUTARGS *pstOutArgs);
95 using DeleteFuncType = INT32 (*)(HEVC_DEC_HANDLE hDecoder);
168 HEVC_DEC_HANDLE hevcSDecoder_ = nullptr;
H A DHevcDec_Typedef.h19 typedef void *HEVC_DEC_HANDLE; typedef