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

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderVP8.h23 class VideoDecoderVP8 : public VideoDecoderBase { class in inherits:VideoDecoderBase
25 VideoDecoderVP8(const char *mimeType);
26 virtual ~VideoDecoderVP8();
H A DVideoDecoderVP8.cpp17 #include "VideoDecoderVP8.h"
21 VideoDecoderVP8::VideoDecoderVP8(const char *mimeType) function in class:VideoDecoderVP8
27 VideoDecoderVP8::~VideoDecoderVP8() {
31 void VideoDecoderVP8::invalidateReferenceFrames(int toggle) {
40 void VideoDecoderVP8::clearAsReference(int toggle, int ref_type) {
47 void VideoDecoderVP8::updateFormatInfo(vbp_data_vp8 *data) {
104 Decode_Status VideoDecoderVP8::startVA(vbp_data_vp8 *data) {
117 Decode_Status VideoDecoderVP8
[all...]
H A DVideoDecoderHost.cpp27 #include "VideoDecoderVP8.h"
68 VideoDecoderVP8 *p = new VideoDecoderVP8(mimeType);
H A DAndroid.mk81 LOCAL_SRC_FILES += VideoDecoderVP8.cpp

Completed in 60 milliseconds