Home | History | Annotate | Download | only in videocodec

Lines Matching refs:OMXVideoDecoderVP8

21 #include "OMXVideoDecoderVP8.h"
25 OMXVideoDecoderVP8::OMXVideoDecoderVP8() {
26 LOGV("OMXVideoDecoderVP8 is constructed.");
36 OMXVideoDecoderVP8::~OMXVideoDecoderVP8() {
37 LOGV("OMXVideoDecoderVP8 is destructed.");
40 OMX_ERRORTYPE OMXVideoDecoderVP8::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionInput) {
58 OMX_ERRORTYPE OMXVideoDecoderVP8::ProcessorInit(void) {
62 OMX_ERRORTYPE OMXVideoDecoderVP8::ProcessorDeinit(void) {
66 OMX_ERRORTYPE OMXVideoDecoderVP8::ProcessorProcess(
74 OMX_ERRORTYPE OMXVideoDecoderVP8::PrepareConfigBuffer(VideoConfigBuffer *p) {
78 OMX_ERRORTYPE OMXVideoDecoderVP8::PrepareDecodeBuffer(OMX_BUFFERHEADERTYPE *buffer, buffer_retain_t *retain, VideoDecodeBuffer *p) {
82 OMX_ERRORTYPE OMXVideoDecoderVP8::BuildHandlerList(void) {
88 OMX_ERRORTYPE OMXVideoDecoderVP8::GetParamVideoVp8(OMX_PTR pStructure) {
98 OMX_ERRORTYPE OMXVideoDecoderVP8::SetParamVideoVp8(OMX_PTR pStructure) {
110 OMX_COLOR_FORMATTYPE OMXVideoDecoderVP8::GetOutputColorFormat(int width)
123 OMX_ERRORTYPE OMXVideoDecoderVP8::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p) {
131 DECLARE_OMX_COMPONENT("OMX.Intel.VideoDecoder.VP8", "video_decoder.vp8", OMXVideoDecoderVP8);