Searched refs:RSC (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/av/media/libstagefright/filters/
H A DIntrinsicBlurFilter.h41 RSC::sp<RSC::RS> mRS;
42 RSC::sp<RSC::Allocation> mAllocIn;
43 RSC::sp<RSC::Allocation> mAllocOut;
44 RSC::sp<RSC::ScriptIntrinsicBlur> mBlur;
H A DSaturationFilter.h43 RSC::sp<RSC::RS> mRS;
44 RSC::sp<RSC::Allocation> mAllocIn;
45 RSC::sp<RSC::Allocation> mAllocOut;
46 RSC::sp<ScriptC_saturationARGB> mScript;
H A DRSFilter.h46 RSC::sp<RSC::RS> mRS;
47 RSC::sp<RSC::Allocation> mAllocIn;
48 RSC::sp<RSC::Allocation> mAllocOut;
H A DIntrinsicBlurFilter.cpp46 mRS = new RSC::RS();
54 RSC::sp<const RSC::Element> e = RSC::Element::U8_4(mRS);
56 RSC::Type::Builder tb(mRS, e);
59 RSC::sp<const RSC::Type> t = tb.create();
61 mAllocIn = RSC::Allocation::createTyped(mRS, t);
62 mAllocOut = RSC::Allocation::createTyped(mRS, t);
64 mBlur = RSC
[all...]
H A DSaturationFilter.cpp46 mRS = new RSC::RS();
54 RSC::sp<const RSC::Element> e = RSC::Element::U8_4(mRS);
56 RSC::Type::Builder tb(mRS, e);
59 RSC::sp<const RSC::Type> t = tb.create();
61 mAllocIn = RSC::Allocation::createTyped(mRS, t);
62 mAllocOut = RSC::Allocation::createTyped(mRS, t);
H A DRSFilter.cpp63 RSC::sp<const RSC::Element> e = RSC::Element::U8_4(mRS);
65 RSC::Type::Builder tb(mRS, e);
68 RSC::sp<const RSC::Type> t = tb.create();
70 mAllocIn = RSC::Allocation::createTyped(mRS, t);
71 mAllocOut = RSC::Allocation::createTyped(mRS, t);
/frameworks/av/include/media/stagefright/
H A DRenderScriptWrapper.h30 RSC::Allocation* inBuffer,
31 RSC::Allocation* outBuffer) = 0;
37 RSC::sp<RSC::RS> mContext;
/frameworks/rs/cpp/
H A DElement.cpp24 using namespace RSC;
26 android::RSC::sp<const Element> Element::getSubElement(uint32_t index) {
75 #define CREATE_USER(N, T) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \
102 #define CREATE_PIXEL(N, T, K) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \
117 #define CREATE_VECTOR(N, T) android::RSC::sp<const Element> Element::N##_2(android::RSC::sp<RS> rs) { \
123 android::RSC::sp<const Element> Element::N##_3(android::RSC
[all...]
H A DScriptC.cpp21 using namespace RSC;
H A DBaseObj.cpp21 using namespace RSC;
H A DScript.cpp23 using namespace RSC;
H A DSampler.cpp21 using namespace RSC;
H A DType.cpp30 using namespace RSC;
/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp72 void init(RSC::sp<RSC::RS> context) {
78 RSC::Allocation *inBuffer, RSC::Allocation *outBuffer) {
89 RSC::sp<ScriptC_saturation> mScript;
93 void init(RSC::sp<RSC::RS> context) {
98 RSC::Allocation *inBuffer, RSC::Allocation *outBuffer) {
109 RSC
[all...]
/frameworks/base/libs/hwui/
H A DFontRenderer.h36 namespace RSC { namespace
188 RSC::sp<RSC::RS> mRs;
189 RSC::sp<const RSC::Element> mRsElement;
190 RSC::sp<RSC::ScriptIntrinsicBlur> mRsScript;
H A DFontRenderer.cpp701 mRs = new RSC::RS();
704 if (!mRs->init("", RSC::RS_INIT_LOW_LATENCY | RSC::RS_INIT_SYNCHRONOUS)) {
708 mRsElement = RSC::Element::A_8(mRs);
709 mRsScript = RSC::ScriptIntrinsicBlur::create(mRs, mRsElement);
713 RSC::sp<const RSC::Type> t = RSC::Type::create(mRs, mRsElement, width, height, 0);
714 RSC::sp<RSC
[all...]
/frameworks/rs/tests/cppallocation/
H A Dcompute.cpp7 using namespace RSC;
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp17 using namespace android::RSC;
/frameworks/rs/tests/cppstrided/
H A Dcompute.cpp7 using namespace RSC;
/frameworks/rs/tests/cppbasic-getpointer/
H A Dcompute.cpp9 using namespace RSC;
/frameworks/rs/tests/latency/
H A Dlatency.cpp7 using namespace RSC;
/frameworks/rs/tests/typecheck/
H A Dtypecheck.cpp21 using namespace RSC;
/frameworks/rs/tests/cppbasic/
H A Dcompute.cpp7 using namespace RSC;
/frameworks/rs/tests/cppbasic-shared/
H A Dcompute.cpp7 using namespace RSC;
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp226 Compiler *RSC = pRSCD.getCompiler(); local
280 Compiler::ErrorCode result = RSC->config(*config);

Completed in 528 milliseconds

12