Searched refs:rh (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | shadows_f.rscript | 58 short rv,rs,rh; 80 rh = 0; 83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma)); 84 if (rh >= k2) rh -= k2; 86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma)); 88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma)); 94 out.z = rh;
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | shadows.rscript | 58 short rv,rs,rh; 80 rh = 0; 83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma)); 84 if (rh >= k2) rh -= k2; 86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma)); 88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma)); 94 out.z = rh;
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | shadows.rscript | 58 short rv,rs,rh; 80 rh = 0; 83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma)); 84 if (rh >= k2) rh -= k2; 86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma)); 88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma)); 94 out.z = rh;
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | shadows.rscript | 58 short rv,rs,rh; 80 rh = 0; 83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma)); 84 if (rh >= k2) rh -= k2; 86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma)); 88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma)); 94 out.z = rh;
|
/frameworks/base/core/java/android/os/ |
D | RegistrantList.java | 130 Handler rh; in remove() local 132 rh = r.getHandler(); in remove() 137 if (rh == null || rh == h) { in remove()
|
/frameworks/av/media/codec2/core/include/ |
D | C2.h | 529 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const { 530 return lh.peeku() < rh.peeku(); 535 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const { 536 return lh.peeku() <= rh.peeku(); 541 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const { 542 return lh.peeku() > rh.peeku(); 547 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const { 548 return lh.peeku() >= rh.peeku();
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 378 params[0] = formats[index].rh - formats[index].rl; in glGetIntegerv()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2640 RankingHandler rh = mock(RankingHandler.class); in testAddAutogroup_requestsSort() local 2641 mService.setRankingHandler(rh); in testAddAutogroup_requestsSort() 2647 verify(rh, times(1)).requestSort(); in testAddAutogroup_requestsSort() 2652 RankingHandler rh = mock(RankingHandler.class); in testRemoveAutogroup_requestsSort() local 2653 mService.setRankingHandler(rh); in testRemoveAutogroup_requestsSort() 2660 verify(rh, times(1)).requestSort(); in testRemoveAutogroup_requestsSort() 2665 RankingHandler rh = mock(RankingHandler.class); in testReaddAutogroup_noSort() local 2666 mService.setRankingHandler(rh); in testReaddAutogroup_noSort() 2673 verify(rh, never()).requestSort(); in testReaddAutogroup_noSort()
|