Home | History | Annotate | Download | only in rs

Lines Matching refs:valueCount

49                               uint32_t valueCount, RsAnimationInterpolation interp,
52 if (valueCount < 2) {
62 float *vin = (float *)malloc(valueCount * sizeof(float));
63 float *vout = (float *)malloc(valueCount * sizeof(float));
75 a->mValueCount = valueCount;
77 memcpy(vin, inValues, valueCount * sizeof(float));
78 memcpy(vout, outValues, valueCount * sizeof(float));
83 for (uint32_t ct=1; ct < valueCount; ct++) {
97 for (uint32_t ct=1; ct < valueCount; ct++) {
125 uint32_t valueCount,
130 Animation *a = NULL;//Animation::create(rsc, inValues, outValues, valueCount, interp, pre, post);