Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/base/inc/
Dportbase.h131 OMX_U32 getFrameBufSize(OMX_COLOR_FORMATTYPE colorFormat, OMX_U32 width, OMX_U32 height);
/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp162 OMX_U32 PortBase::getFrameBufSize(OMX_COLOR_FORMATTYPE colorFormat, OMX_U32 width, OMX_U32 height) in getFrameBufSize() function in PortBase
264 …OMX_S32 nFrameSize = getFrameBufSize(format->eColorFormat,format->nFrameWidth,format->nFrameHeight… in SetPortDefinition()