Lines Matching refs:OMXVideoDecoderH263

26 OMXVideoDecoderH263::OMXVideoDecoderH263() {  in OMXVideoDecoderH263()  function in OMXVideoDecoderH263
36 OMXVideoDecoderH263::~OMXVideoDecoderH263() { in ~OMXVideoDecoderH263()
40 OMX_ERRORTYPE OMXVideoDecoderH263::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramP… in InitInputPortFormatSpecific()
59 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorInit(void) { in ProcessorInit()
63 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorDeinit(void) { in ProcessorDeinit()
67 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorProcess( in ProcessorProcess()
75 OMX_ERRORTYPE OMXVideoDecoderH263::PrepareConfigBuffer(VideoConfigBuffer *p) { in PrepareConfigBuffer()
79 OMX_ERRORTYPE OMXVideoDecoderH263::PrepareDecodeBuffer(OMX_BUFFERHEADERTYPE *buffer, buffer_retain_… in PrepareDecodeBuffer()
83 OMX_ERRORTYPE OMXVideoDecoderH263::BuildHandlerList(void) { in BuildHandlerList()
90 OMX_ERRORTYPE OMXVideoDecoderH263::GetParamVideoH263(OMX_PTR pStructure) { in GetParamVideoH263()
100 OMX_ERRORTYPE OMXVideoDecoderH263::SetParamVideoH263(OMX_PTR pStructure) { in SetParamVideoH263()
113 OMX_ERRORTYPE OMXVideoDecoderH263::GetParamVideoH263ProfileLevel(OMX_PTR pStructure) { in GetParamVideoH263ProfileLevel()
134 OMX_ERRORTYPE OMXVideoDecoderH263::SetParamVideoH263ProfileLevel(OMX_PTR) { in SetParamVideoH263ProfileLevel()
139 OMX_COLOR_FORMATTYPE OMXVideoDecoderH263::GetOutputColorFormat(int width) in GetOutputColorFormat()
148 OMX_ERRORTYPE OMXVideoDecoderH263::SetMaxOutputBufferCount(OMX_PARAM_PORTDEFINITIONTYPE *p) { in SetMaxOutputBufferCount()
157 DECLARE_OMX_COMPONENT("OMX.Intel.VideoDecoder.H263", "video_decoder.h263", OMXVideoDecoderH263);