Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h438 OMX_U32 mMaxFrameHeight; variable
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp580 if (p->format.video.nFrameHeight < mMaxFrameHeight) in CBaseSetParameter()
581 p->format.video.nFrameHeight = mMaxFrameHeight; in CBaseSetParameter()
665 mMaxFrameHeight = p->nMaxFrameHeight; in CBaseSetParameter()
672 paramPortDefinitionOutput.format.video.nFrameHeight = mMaxFrameHeight; in CBaseSetParameter()