Home
last modified time | relevance | path

Searched refs:SetVideoEncoderParam (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderH263.h39 virtual OMX_ERRORTYPE SetVideoEncoderParam();
DOMXVideoEncoderMPEG4.h40 virtual OMX_ERRORTYPE SetVideoEncoderParam();
DOMXVideoEncoderVP8.h18 virtual OMX_ERRORTYPE SetVideoEncoderParam();
DOMXVideoEncoderH263.cpp66 OMX_ERRORTYPE OMXVideoEncoderH263::SetVideoEncoderParam(void) { in SetVideoEncoderParam() function in OMXVideoEncoderH263
75 return OMXVideoEncoderBase::SetVideoEncoderParam(); in SetVideoEncoderParam()
DOMXVideoEncoderMPEG4.cpp60 OMX_ERRORTYPE OMXVideoEncoderMPEG4::SetVideoEncoderParam(void) { in SetVideoEncoderParam() function in OMXVideoEncoderMPEG4
69 return OMXVideoEncoderBase::SetVideoEncoderParam(); in SetVideoEncoderParam()
DOMXVideoEncoderAVC.h85 virtual OMX_ERRORTYPE SetVideoEncoderParam();
DOMXVideoEncoderBase.h84 virtual OMX_ERRORTYPE SetVideoEncoderParam();
DOMXVideoEncoderVP8.cpp54 OMX_ERRORTYPE OMXVideoEncoderVP8::SetVideoEncoderParam() { in SetVideoEncoderParam() function in OMXVideoEncoderVP8
63 return OMXVideoEncoderBase::SetVideoEncoderParam(); in SetVideoEncoderParam()
DOMXVideoEncoderAVC.cpp195 OMX_ERRORTYPE OMXVideoEncoderAVC::SetVideoEncoderParam(void) { in SetVideoEncoderParam() function in OMXVideoEncoderAVC
222 OMXVideoEncoderBase::SetVideoEncoderParam(); in SetVideoEncoderParam()
DOMXVideoEncoderBase.cpp279 OMX_ERRORTYPE OMXVideoEncoderBase::SetVideoEncoderParam() { in SetVideoEncoderParam() function in OMXVideoEncoderBase
355 ret = SetVideoEncoderParam(); in ProcessorInit()