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 | 93 inline uint32_t toRawIndexType(OMX_INDEXTYPE l) { in toRawIndexType() function 235 toRawIndexType(omxIdx), inHidlBytes(params, sizeof(*params)), in getParam() 249 return omxNode->setParameter(toRawIndexType(omxIdx), in setParam() 260 toRawIndexType(omxIdx), inHidlBytes(params, sizeof(*params)), in getPortParam() 275 return omxNode->setParameter(toRawIndexType(omxIdx), in setPortParam() 286 toRawIndexType(omxIdx), inHidlBytes(params, sizeof(*params)), in getPortConfig() 301 return omxNode->setConfig(toRawIndexType(omxIdx), in setPortConfig()
|