Searched refs:rh (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | shadows.rs | 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.rs | 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/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | shadows_f.rs | 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.rs | 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 | 122 Handler rh; in remove() local 124 rh = r.getHandler(); in remove() 129 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 | 2576 RankingHandler rh = mock(RankingHandler.class); in testAddAutogroup_requestsSort() local 2577 mService.setRankingHandler(rh); in testAddAutogroup_requestsSort() 2583 verify(rh, times(1)).requestSort(); in testAddAutogroup_requestsSort() 2588 RankingHandler rh = mock(RankingHandler.class); in testRemoveAutogroup_requestsSort() local 2589 mService.setRankingHandler(rh); in testRemoveAutogroup_requestsSort() 2596 verify(rh, times(1)).requestSort(); in testRemoveAutogroup_requestsSort() 2601 RankingHandler rh = mock(RankingHandler.class); in testReaddAutogroup_noSort() local 2602 mService.setRankingHandler(rh); in testReaddAutogroup_noSort() 2609 verify(rh, never()).requestSort(); in testReaddAutogroup_noSort()
|