HomeSort by relevance Sort by last modified time
    Searched defs:SetVideoEncoderParam (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.cpp 66 OMX_ERRORTYPE OMXVideoEncoderH263::SetVideoEncoderParam(void) {
75 return OMXVideoEncoderBase::SetVideoEncoderParam();
OMXVideoEncoderMPEG4.cpp 60 OMX_ERRORTYPE OMXVideoEncoderMPEG4::SetVideoEncoderParam(void) {
69 return OMXVideoEncoderBase::SetVideoEncoderParam();
OMXVideoEncoderVP8.cpp 54 OMX_ERRORTYPE OMXVideoEncoderVP8::SetVideoEncoderParam() {
63 return OMXVideoEncoderBase::SetVideoEncoderParam();
OMXVideoEncoderAVC.cpp 195 OMX_ERRORTYPE OMXVideoEncoderAVC::SetVideoEncoderParam(void) {
198 LOGV("OMXVideoEncoderAVC::SetVideoEncoderParam");
222 OMXVideoEncoderBase::SetVideoEncoderParam();
    [all...]
OMXVideoEncoderBase.cpp 279 OMX_ERRORTYPE OMXVideoEncoderBase::SetVideoEncoderParam() {
284 LOGV("OMXVideoEncoderBase::SetVideoEncoderParam called\n");
355 ret = SetVideoEncoderParam();
356 CHECK_STATUS("SetVideoEncoderParam");
    [all...]

Completed in 180 milliseconds