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 | 100 inline uint32_t toRawIndexType(OMX_INDEXTYPE l) { in toRawIndexType() function 242 toRawIndexType(omxIdx), inHidlBytes(params, sizeof(*params)), in getParam() 256 return omxNode->setParameter(toRawIndexType(omxIdx), in setParam() 267 toRawIndexType(omxIdx), inHidlBytes(params, sizeof(*params)), in getPortParam() 282 return omxNode->setParameter(toRawIndexType(omxIdx), in setPortParam() 293 toRawIndexType(omxIdx), inHidlBytes(params, sizeof(*params)), in getPortConfig() 308 return omxNode->setConfig(toRawIndexType(omxIdx), in setPortConfig()
|