Lines Matching refs:ISVCDecoder
346 class ISVCDecoder {
467 virtual ~ISVCDecoder() {} in ~ISVCDecoder()
496 typedef const ISVCDecoderVtbl* ISVCDecoder;
498 long (*Initialize) (ISVCDecoder*, const SDecodingParam* pParam);
499 long (*Uninitialize) (ISVCDecoder*);
501 DECODING_STATE (*DecodeFrame) (ISVCDecoder*, const unsigned char* pSrc,
508 DECODING_STATE (*DecodeFrameNoDelay) (ISVCDecoder*, const unsigned char* pSrc,
513 DECODING_STATE (*DecodeFrame2) (ISVCDecoder*, const unsigned char* pSrc,
518 DECODING_STATE (*FlushFrame) (ISVCDecoder*, unsigned char** ppDst,
521 DECODING_STATE (*DecodeParser) (ISVCDecoder*, const unsigned char* pSrc,
525 DECODING_STATE (*DecodeFrameEx) (ISVCDecoder*, const unsigned char* pSrc,
534 long (*SetOption) (ISVCDecoder*, DECODER_OPTION eOptionId, void* pOption);
535 long (*GetOption) (ISVCDecoder*, DECODER_OPTION eOptionId, void* pOption);
566 long WelsCreateDecoder (ISVCDecoder** ppDecoder);
573 void WelsDestroyDecoder (ISVCDecoder* pDecoder);