Searched refs:numInputs (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DReprocessFormatsMap.java76 int numInputs = 0;
110 numInputs++;
114 mInputCount = numInputs;
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp471 unsigned numInputs = 0; local
474 numInputs++;
478 return numInputs;
/frameworks/rs/
H A DrsScriptC_Lib.cpp245 uint32_t numInputs,
249 target->runForEach(rsc, slot, (const Allocation**)in, numInputs, out, usr, usrBytes, call);
242 rsrForEach(Context *rsc, Script *target, uint32_t slot, uint32_t numInputs, Allocation **in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
H A DrsRuntime.h159 uint32_t numInputs,
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp655 int numInputs,
659 if (numInputs > RS_KERNEL_MAX_ARGUMENTS) {
665 for (int i = 0; i < numInputs; i++) {
668 Allocation* out = hasOutput ? (Allocation*)allocs[numInputs].p : nullptr;
669 rsrForEach(rsc, s, slot, numInputs, numInputs > 0 ? inputs : nullptr, out,
652 rsForEachInternal(int slot, rs_script_call *options, int hasOutput, int numInputs, ::rs_allocation* allocs) argument
/frameworks/rs/api/
H A Drs_for_each.spec224 arg: int numInputs, "Number of input allocations"
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1888 XAint32 numInputs,
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h521 SLint32 numInputs,

Completed in 191 milliseconds