Home
last modified time | relevance | path

Searched refs:functionList (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
DFunctionList.h27 std::vector<std::pair<std::function<void(iter_type, iter_type)>, bool>> functionList; variable
38 for (auto &f : functionList) { in operator()
45 functionList.emplace_back(std::move(f), true); in addEffect()
49 if (index < functionList.size()) { in removeEffectAt()
50 functionList.erase(std::next(functionList.begin(), index)); in removeEffectAt()
55 auto &v = functionList; in rotateEffectAt()
67 functionList[index] = {std::move(fun), functionList[index].second}; in modifyEffectAt()
71 functionList[index].second = enable; in enableEffectAt()
Dnative-lib.cpp98 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative()
106 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative()
117 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative()
138 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative()
148 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_enableEffectNative()
156 }, enginePtr->functionList); in Java_com_mobileer_androidfxlab_NativeInterface_enablePassthroughNative()
DDuplexEngine.cpp28 functionList.emplace<FunctionList<float *>>(); in beginStreams()
45 *inStream, [&functionStack = this->functionList](numeric *beg, numeric *end) { in createCallback()
DDuplexEngine.h42 std::variant<FunctionList<int16_t *>, FunctionList<float *>> functionList{
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvenc.c55 tNvEncodeAPICreateInstance (NV_ENCODE_API_FUNCTION_LIST * functionList);
DnvEncodeAPI.h3626 NVENCSTATUS NVENCAPI NvEncodeAPICreateInstance(NV_ENCODE_API_FUNCTION_LIST *functionList);