Searched refs:hv (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dwbalance.rs29 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;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dwbalance.rs29 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;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dwbalance.rs29 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;
/frameworks/native/cmds/lshal/
H A DLshal.cpp124 hardware::hidl_vec<hardware::hidl_string> hv; local
125 hv.resize(v.size());
127 hv[i].setToExternal(v[i].c_str(), v[i].size());
129 return hv;

Completed in 126 milliseconds