Home
last modified time | relevance | path

Searched refs:IS_REQUEST_FLAG (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2Config.h155 kParamIndexDelayRequest = kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG,
785 typedef C2PortParam<C2Tuning, C2Uint32Value, kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG>
791 kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG>
DC2Param.h162 IS_REQUEST_FLAG = 0x00020000, enumerator
365 mIndex = mIndex | IS_REQUEST_FLAG; in convertToRequest()
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp211 if (desc->index() & C2Param::CoreIndex::IS_REQUEST_FLAG) { in addParamDesc()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp633 C2Param::Index requestParamIx = paramIx | C2Param::CoreIndex::IS_REQUEST_FLAG; in config()