Home
last modified time | relevance | path

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

/frameworks/rs/toolkit/
DColorMatrix.cpp106 uint32_t inType :4; // [4 - 7] member
192 Key_t computeKey(size_t inVectorSize, int inType, size_t outVectorSize, int outType);
193 void preLaunch(size_t inVectorSize, int inType, size_t outVectorSize, int outType);
236 Key_t ColorMatrixTask::computeKey(size_t inVectorSize, int inType, size_t outVectorSize, argument
245 if (inType == RS_TYPE_FLOAT_32) {
247 key.u.inType = RS_TYPE_FLOAT_32;
299 key.u.copyAlpha = !(key.u.inType || key.u.outType);
341 if (key.u.inType && !key.u.outType) {
508 if (!(key.u.inType || key.u.outType)) {
562 if (key.u.inType || key.u.outType) {
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp112 uint32_t inType :4; // [4 - 7] member
215 key.u.inType = RS_TYPE_FLOAT_32; in computeKey()
216 rsAssert(key.u.inType == RS_TYPE_FLOAT_32); in computeKey()
260 key.u.copyAlpha = !(key.u.inType || key.u.outType); in computeKey()
302 if (key.u.inType && !key.u.outType) { in computeKey()
467 if (!(key.u.inType || key.u.outType)) { in selectKernel()
524 if (key.u.inType || key.u.outType) { in build()
530 if (key.u.inType) { in build()
722 if (key.u.inType != key.u.outType) { in build()
896 bool floatIn = !!cp->mLastKey.u.inType; in kernel()
[all …]
DrsCpuScript.cpp579 const Type *inType = ain0->getType(); in reduceMtlsSetup() local
581 mtls->redp.dim.x = inType->getDimX(); in reduceMtlsSetup()
582 mtls->redp.dim.y = inType->getDimY(); in reduceMtlsSetup()
583 mtls->redp.dim.z = inType->getDimZ(); in reduceMtlsSetup()
663 const Type *inType = ain0->getType(); in forEachMtlsSetup() local
665 mtls->fep.dim.x = inType->getDimX(); in forEachMtlsSetup()
666 mtls->fep.dim.y = inType->getDimY(); in forEachMtlsSetup()
667 mtls->fep.dim.z = inType->getDimZ(); in forEachMtlsSetup()
/frameworks/rs/support/java/src/androidx/renderscript/
DScript.java52 Type inType = ain.getType(); in getDummyAlloc() local
53 dInElement = inType.getElement().getDummyElement(mRS); in getDummyAlloc()
54 dInType = inType.getDummyType(mRS, dInElement); in getDummyAlloc()
55 int xBytesSize = inType.getX() * inType.getElement().getBytesSize(); in getDummyAlloc()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp263 bool inType() const { in inType() function
647 bool inType = true; in startElementHandler() local
740 inType = false; in startElementHandler()
748 if (!mState->inType() in startElementHandler()
765 } else if (inType in startElementHandler()
1152 CHECK(inType()); in enterType()
1157 CHECK(mState->inType()); in addLimit()
1306 CHECK(inType()); in addDetail()
1356 CHECK(mState->inType()); in addFeature()
1409 CHECK(mState->inType()); in addMapping()
[all …]
/frameworks/av/media/libaudioclient/
DAidlConversion.cpp533 AudioDeviceType inType, AudioDeviceType outType, in append_AudioDeviceDescription() argument
535 pairs.push_back(std::make_pair(inputType, make_AudioDeviceDescription(inType, connection))); in append_AudioDeviceDescription()