Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Config.h171 kParamIndexDelayRequest = kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG,
869 typedef C2PortParam<C2Tuning, C2Uint32Value, kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG>
875 kParamIndexDelay | C2Param::CoreIndex::IS_REQUEST_FLAG>
DC2Param.h162 IS_REQUEST_FLAG = 0x00020000, enumerator
366 mIndex = mIndex | IS_REQUEST_FLAG; in convertToRequest()
/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp105 mTypeToIndexForConfig[type.type() & ~C2Param::CoreIndex::IS_REQUEST_FLAG] = i; in takeFilters()
121 mTypeToIndexForConfig[type & ~C2Param::CoreIndex::IS_REQUEST_FLAG] = in takeFilters()
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp199 if (desc->index() & C2Param::CoreIndex::IS_REQUEST_FLAG) { in addParamDesc()
DCCodec.cpp1532 C2StreamColorAspectsInfo::output::PARAM_TYPE | C2Param::CoreIndex::IS_REQUEST_FLAG; in configure()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp633 C2Param::Index requestParamIx = paramIx | C2Param::CoreIndex::IS_REQUEST_FLAG; in config()
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp37 kParamIndexColorAspects | C2Param::CoreIndex::IS_REQUEST_FLAG>