/frameworks/av/media/libstagefright/filters/ |
D | IntrinsicBlurFilter.h | 41 RSC::sp<RSC::RS> mRS; 42 RSC::sp<RSC::Allocation> mAllocIn; 43 RSC::sp<RSC::Allocation> mAllocOut; 44 RSC::sp<RSC::ScriptIntrinsicBlur> mBlur;
|
D | IntrinsicBlurFilter.cpp | 46 mRS = new RSC::RS(); in start() 54 RSC::sp<const RSC::Element> e = RSC::Element::U8_4(mRS); in start() 56 RSC::Type::Builder tb(mRS, e); in start() 59 RSC::sp<const RSC::Type> t = tb.create(); in start() 61 mAllocIn = RSC::Allocation::createTyped(mRS, t); in start() 62 mAllocOut = RSC::Allocation::createTyped(mRS, t); in start() 64 mBlur = RSC::ScriptIntrinsicBlur::create(mRS, e); in start()
|
D | SaturationFilter.h | 43 RSC::sp<RSC::RS> mRS; 44 RSC::sp<RSC::Allocation> mAllocIn; 45 RSC::sp<RSC::Allocation> mAllocOut; 46 RSC::sp<ScriptC_saturationARGB> mScript;
|
D | SaturationFilter.cpp | 46 mRS = new RSC::RS(); in start() 54 RSC::sp<const RSC::Element> e = RSC::Element::U8_4(mRS); in start() 56 RSC::Type::Builder tb(mRS, e); in start() 59 RSC::sp<const RSC::Type> t = tb.create(); in start() 61 mAllocIn = RSC::Allocation::createTyped(mRS, t); in start() 62 mAllocOut = RSC::Allocation::createTyped(mRS, t); in start()
|
D | RSFilter.cpp | 63 RSC::sp<const RSC::Element> e = RSC::Element::U8_4(mRS); in start() 65 RSC::Type::Builder tb(mRS, e); in start() 68 RSC::sp<const RSC::Type> t = tb.create(); in start() 70 mAllocIn = RSC::Allocation::createTyped(mRS, t); in start() 71 mAllocOut = RSC::Allocation::createTyped(mRS, t); in start()
|
D | RSFilter.h | 46 RSC::sp<RSC::RS> mRS; 47 RSC::sp<RSC::Allocation> mAllocIn; 48 RSC::sp<RSC::Allocation> mAllocOut;
|
/frameworks/rs/cpp/ |
D | Element.cpp | 23 using android::RSC::Element; 25 android::RSC::sp<const Element> Element::getSubElement(uint32_t index) { in getSubElement() 74 #define CREATE_USER(N, T) android::RSC::sp<const Element> Element::N(const android::RSC::sp<RS>& rs… 102 #define CREATE_PIXEL(N, T, K) android::RSC::sp<const Element> Element::N(const android::RSC::sp<RS>… 117 #define CREATE_VECTOR(N, T) android::RSC::sp<const Element> Element::N##_2(const android::RSC::sp<R… 123 android::RSC::sp<const Element> Element::N##_3(const android::RSC::sp<RS> &rs) { \ 129 android::RSC::sp<const Element> Element::N##_4(const android::RSC::sp<RS> &rs) { \ 177 Element::Element(void *id, android::RSC::sp<RS> rs, in Element() 178 android::RSC::sp<const Element> * elements, in Element() 189 …mElements = (android::RSC::sp<const Element> *)calloc(mElementsCount, sizeof(android::RSC::sp<cons… in Element() [all …]
|
D | Type.cpp | 29 using android::RSC::Element; 30 using android::RSC::RS; 31 using android::RSC::Type; 32 using android::RSC::sp;
|
D | ScriptIntrinsics.cpp | 22 using android::RSC::ScriptIntrinsic; 23 using android::RSC::ScriptIntrinsic3DLUT; 24 using android::RSC::ScriptIntrinsicBlend; 25 using android::RSC::ScriptIntrinsicBlur; 26 using android::RSC::ScriptIntrinsicColorMatrix; 27 using android::RSC::ScriptIntrinsicConvolve3x3; 28 using android::RSC::ScriptIntrinsicConvolve5x5; 29 using android::RSC::ScriptIntrinsicHistogram; 30 using android::RSC::ScriptIntrinsicLUT; 31 using android::RSC::ScriptIntrinsicResize; [all …]
|
D | Sampler.cpp | 20 using android::RSC::Sampler; 21 using android::RSC::sp;
|
D | ScriptC.cpp | 20 using android::RSC::ScriptC;
|
D | RenderScript.cpp | 28 using android::RSC::RS; 29 using android::RSC::RSError;
|
D | BaseObj.cpp | 20 using android::RSC::BaseObj;
|
D | Script.cpp | 22 using android::RSC::Script;
|
D | Allocation.cpp | 20 using android::RSC::Allocation; 21 using android::RSC::sp;
|
D | ScriptIntrinsicBLAS.cpp | 23 using android::RSC::Allocation; 24 using android::RSC::Element; 25 using android::RSC::RS; 26 using android::RSC::RS_ERROR_INVALID_ELEMENT; 27 using android::RSC::RS_ERROR_INVALID_PARAMETER; 28 using android::RSC::RS_SUCCESS; 29 using android::RSC::ScriptIntrinsicBLAS; 30 using android::RSC::sp;
|
/frameworks/compile/slang/ |
D | slang_rs_export_reduce.cpp | 104 RSC(anRSContext), in StateOfAnalyzeTranslationUnit() 132 RSContext &RSC; member 177 S.RSC.ReportError(mLocation, in lookupFunction() 190 S.RSC.ReportError(mLocation, in lookupFunction() 199 S.RSC.ReportError(Ret->getLocation(), "%0 must be static") in lookupFunction() 225 S.RSC.ReportError(Fn->getLocation(), in checkVoidReturn() 240 S.RSC.ReportError(Param->getLocation(), in checkPointeeConstQualified() 259 S.RSC.ReportError(S.FnInitializer->getLocation(), in analyzeInitializer() 270 S.RSC.ReportError(S.FnInitializer->getLocation(), in analyzeInitializer() 281 S.RSC.ReportError(S.FnInitializer->getLocation(), in analyzeInitializer() [all …]
|
D | slang_rs_reflection_state.h | 360 …void nextFile(const RSContext *RSC, const std::string &PackageName, const std::string &RSSourceFil…
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | RenderScriptWrapper.h | 30 RSC::Allocation* inBuffer, 31 RSC::Allocation* outBuffer) = 0; 37 RSC::sp<RSC::RS> mContext;
|
/frameworks/rs/tests/cpp_api/cppf16/ |
D | compute.cpp | 3 using android::RSC::Allocation; 4 using android::RSC::Element; 5 using android::RSC::RS; 6 using android::RSC::Type; 7 using android::RSC::sp;
|
/frameworks/av/cmds/stagefright/ |
D | mediafilter.cpp | 72 void init(const RSC::sp<RSC::RS> &context) { in init() 78 RSC::Allocation *inBuffer, RSC::Allocation *outBuffer) { in processBuffers() 89 RSC::sp<ScriptC_saturation> mScript; 93 void init(const RSC::sp<RSC::RS> &context) { in init() 98 RSC::Allocation *inBuffer, RSC::Allocation *outBuffer) { in processBuffers() 109 RSC::sp<ScriptC_nightvision> mScript; 113 void init(const RSC::sp<RSC::RS> &context) { in init() 118 RSC::Allocation *inBuffer, RSC::Allocation *outBuffer) { in processBuffers() 129 RSC::sp<ScriptC_argbtorgba> mScript; 381 RSC::sp<RSC::RS> context = new RSC::RS(); in decode()
|
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/ |
D | helloComputeNDK.cpp | 17 using namespace android::RSC;
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 234 Compiler *RSC = pRSCD.getCompiler(); in ConfigCompiler() local 264 Compiler::ErrorCode result = RSC->config(*config); in ConfigCompiler()
|
/frameworks/rs/cpp/util/ |
D | StrongPointer.h | 29 namespace RSC {
|
D | TypeHelpers.h | 28 namespace RSC {
|