HomeSort by relevance Sort by last modified time
    Searched defs:VideoDecoderBase (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 17 #include "VideoDecoderBase.h"
31 VideoDecoderBase::VideoDecoderBase(const char *mimeType, _vbp_parser_type type)
86 VideoDecoderBase::~VideoDecoderBase() {
93 Decode_Status VideoDecoderBase::start(VideoConfigBuffer *buffer) {
150 Decode_Status VideoDecoderBase::reset(VideoConfigBuffer *buffer) {
182 void VideoDecoderBase::stop(void) {
210 void VideoDecoderBase::flush(void) {
249 void VideoDecoderBase::freeSurfaceBuffers(void)
    [all...]
VideoDecoderBase.h 63 class VideoDecoderBase : public IVideoDecoder {
65 VideoDecoderBase(const char *mimeType, _vbp_parser_type type);
66 virtual ~VideoDecoderBase();

Completed in 71 milliseconds