Searched refs:VideoDecoderWMV (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderWMV.h23 class VideoDecoderWMV : public VideoDecoderBase { class in inherits:VideoDecoderBase
25 VideoDecoderWMV(const char *mimeType);
26 virtual ~VideoDecoderWMV();
H A DVideoDecoderWMV.cpp17 #include "VideoDecoderWMV.h"
21 VideoDecoderWMV::VideoDecoderWMV(const char *mimeType) function in class:VideoDecoderWMV
33 VideoDecoderWMV::~VideoDecoderWMV() {
37 Decode_Status VideoDecoderWMV::start(VideoConfigBuffer *buffer) {
56 void VideoDecoderWMV::stop(void) {
72 void VideoDecoderWMV::flush(void) {
81 Decode_Status VideoDecoderWMV::decode(VideoDecodeBuffer *buffer) {
132 Decode_Status VideoDecoderWMV
[all...]
H A DVideoDecoderHost.cpp17 #include "VideoDecoderWMV.h"
41 VideoDecoderWMV *p = new VideoDecoderWMV(mimeType);
H A DAndroid.mk12 VideoDecoderWMV.cpp \

Completed in 141 milliseconds