Searched refs:hv (Results 1 – 4 of 4) sorted by relevance
29 int4 hv = rsGetElementAt_int4(histogramValues, i);30 int r = hv.r;31 int g = hv.g;32 int b = hv.b;56 int4 hv = rsGetElementAt_int4(histogramValues, i);57 int r = hv.r;58 int g = hv.g;59 int b = hv.b;
29 int3 hv = rsGetElementAt_int3(histogramValues, i);30 int r = hv.r;31 int g = hv.g;32 int b = hv.b;56 int3 hv = rsGetElementAt_int3(histogramValues, i);57 int r = hv.r;58 int g = hv.g;59 int b = hv.b;
89 hardware::hidl_vec<hardware::hidl_string> hv; in convert() local90 hv.resize(v.size()); in convert()92 hv[i].setToExternal(v[i].c_str(), v[i].size()); in convert()94 return hv; in convert()