Searched refs:rsGetElementAtYuv_uchar_V (Results 1 – 13 of 13) sorted by relevance
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | focus_peak.rscript | 28 curPixel.b = rsGetElementAtYuv_uchar_V(gCurrentFrame, x, y); 38 tmp = rsGetElementAtYuv_uchar_V(gCurrentFrame, dx, y) - curPixel.b; 47 tmp = rsGetElementAtYuv_uchar_V(gCurrentFrame, x, dy) - curPixel.b;
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 330 rsGetElementAtYuv_uchar_V(rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAtYuv_uchar_V() function
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | canny.rscript | 77 yuv.b = rsGetElementAtYuv_uchar_V(gCurrentFrame, x, y);
|
/frameworks/rs/script_api/include/ |
D | rs_allocation_data.rsh | 2612 * rsGetElementAtYuv_uchar_V: Get the V component of an allocation of YUVs 2624 rsGetElementAtYuv_uchar_V(rs_allocation a, uint32_t x, uint32_t y); 2636 * See rsGetElementAtYuv_uchar_U() and rsGetElementAtYuv_uchar_V().
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 400 uc3.z = rsGetElementAtYuv_uchar_V(aUChar4, 0, 0);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 398 uc3.z = rsGetElementAtYuv_uchar_V(aUChar4, 0, 0);
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rscript | 3979 …*(uchar*)buf2097 = rsGetElementAtYuv_uchar_V(*(rs_allocation*)buf2098, *(uint32_t*)buf2099, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rscript | 4259 …*(uchar*)buf2321 = rsGetElementAtYuv_uchar_V(*(rs_allocation*)buf2322, *(uint32_t*)buf2323, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rscript | 4285 …*(uchar*)buf2340 = rsGetElementAtYuv_uchar_V(*(rs_allocation*)buf2341, *(uint32_t*)buf2342, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rscript | 5228 …*(uchar*)buf2975 = rsGetElementAtYuv_uchar_V(*(rs_allocation*)buf2976, *(uint32_t*)buf2977, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rscript | 6078 …*(uchar*)buf3756 = rsGetElementAtYuv_uchar_V(*(rs_allocation*)buf3757, *(uint32_t*)buf3758, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rscript | 6128 …*(uchar*)buf3695 = rsGetElementAtYuv_uchar_V(*(rs_allocation*)buf3696, *(uint32_t*)buf3697, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rscript | 8487 …*(uchar*)buf5388 = rsGetElementAtYuv_uchar_V(*(rs_allocation*)buf5389, *(uint32_t*)buf5390, *(uint…
|