Lines Matching refs:OMXVideoEncoderH263
23 OMXVideoEncoderH263::OMXVideoEncoderH263() { in OMXVideoEncoderH263() function in OMXVideoEncoderH263
33 OMXVideoEncoderH263::~OMXVideoEncoderH263() { in ~OMXVideoEncoderH263()
37 OMX_ERRORTYPE OMXVideoEncoderH263::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *param… in InitOutputPortFormatSpecific()
66 OMX_ERRORTYPE OMXVideoEncoderH263::SetVideoEncoderParam(void) { in SetVideoEncoderParam()
78 OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorInit(void) { in ProcessorInit()
83 OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorDeinit(void) { in ProcessorDeinit()
87 OMX_ERRORTYPE OMXVideoEncoderH263::ProcessorProcess( in ProcessorProcess()
242 OMX_ERRORTYPE OMXVideoEncoderH263::BuildHandlerList(void) { in BuildHandlerList()
249 OMX_ERRORTYPE OMXVideoEncoderH263::GetParamVideoProfileLevelQuerySupported(OMX_PTR pStructure) { in GetParamVideoProfileLevelQuerySupported()
271 OMX_ERRORTYPE OMXVideoEncoderH263::SetParamVideoProfileLevelQuerySupported(OMX_PTR) { in SetParamVideoProfileLevelQuerySupported()
276 OMX_ERRORTYPE OMXVideoEncoderH263::GetParamVideoH263(OMX_PTR pStructure) { in GetParamVideoH263()
286 OMX_ERRORTYPE OMXVideoEncoderH263::SetParamVideoH263(OMX_PTR pStructure) { in SetParamVideoH263()
300 DECLARE_OMX_COMPONENT("OMX.Intel.VideoEncoder.H263", "video_encoder.h263", OMXVideoEncoderH263);