Home
last modified time | relevance | path

Searched refs:mMaxFrameWidth (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h439 OMX_U32 mMaxFrameWidth; variable
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp579 if (p->format.video.nFrameWidth < mMaxFrameWidth) in CBaseSetParameter()
580 p->format.video.nFrameWidth = mMaxFrameWidth; in CBaseSetParameter()
670 mMaxFrameWidth = p->nMaxFrameWidth; in CBaseSetParameter()
677 paramPortDefinitionOutput.format.video.nFrameWidth = mMaxFrameWidth; in CBaseSetParameter()