Searched refs:toRawIndexType (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.h | 74 inline uint32_t toRawIndexType(OMX_INDEXTYPE l) { in toRawIndexType() function 216 toRawIndexType(omxIdx), inHidlBytes(params, sizeof(*params)), in getParam() 230 return omxNode->setParameter(toRawIndexType(omxIdx), in setParam() 241 toRawIndexType(omxIdx), inHidlBytes(params, sizeof(*params)), in getPortParam() 256 return omxNode->setParameter(toRawIndexType(omxIdx), in setPortParam() 267 toRawIndexType(omxIdx), inHidlBytes(params, sizeof(*params)), in getPortConfig() 282 return omxNode->setConfig(toRawIndexType(omxIdx), in setPortConfig()
|