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.h437 OMX_U32 mMaxFrameWidth; variable
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp578 if (p->format.video.nFrameWidth < mMaxFrameWidth) in CBaseSetParameter()
579 p->format.video.nFrameWidth = mMaxFrameWidth; in CBaseSetParameter()
664 mMaxFrameWidth = p->nMaxFrameWidth; in CBaseSetParameter()
671 paramPortDefinitionOutput.format.video.nFrameWidth = mMaxFrameWidth; in CBaseSetParameter()