Searched refs:OMXVideoDecoderH263 (Results 1 – 3 of 3) sorted by relevance
26 OMXVideoDecoderH263::OMXVideoDecoderH263() { in OMXVideoDecoderH263() function in OMXVideoDecoderH26336 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()[all …]
24 class OMXVideoDecoderH263 : public OMXVideoDecoderBase {26 OMXVideoDecoderH263();27 virtual ~OMXVideoDecoderH263();44 DECLARE_HANDLER(OMXVideoDecoderH263, ParamVideoH263);45 DECLARE_HANDLER(OMXVideoDecoderH263, ParamVideoH263ProfileLevel);
359 OMXVideoDecoderH263.cpp