OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VideoDecoderVP8
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.cpp
17
#include "
VideoDecoderVP8
.h"
21
VideoDecoderVP8
::
VideoDecoderVP8
(const char *mimeType)
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
::start(VideoConfigBuffer *buffer)
[
all
...]
VideoDecoderVP8.h
23
class
VideoDecoderVP8
: public VideoDecoderBase {
25
VideoDecoderVP8
(const char *mimeType);
26
virtual ~
VideoDecoderVP8
();
Completed in 144 milliseconds