Searched defs:VideoDecoderBase (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp17 #include "VideoDecoderBase.h"
31 VideoDecoderBase::VideoDecoderBase(const char *mimeType, _vbp_parser_type type) function in class:VideoDecoderBase
83 VideoDecoderBase::~VideoDecoderBase() {
89 Decode_Status VideoDecoderBase::start(VideoConfigBuffer *buffer) {
145 Decode_Status VideoDecoderBase::reset(VideoConfigBuffer *buffer) {
175 void VideoDecoderBase::stop(void) {
202 void VideoDecoderBase::flush(void) {
241 void VideoDecoderBase
[all...]
H A DVideoDecoderBase.h45 class VideoDecoderBase : public IVideoDecoder { class in inherits:IVideoDecoder
47 VideoDecoderBase(const char *mimeType, _vbp_parser_type type);
48 virtual ~VideoDecoderBase();

Completed in 91 milliseconds