Searched refs:rsGetElementAtYuv_uchar_U (Results 1 – 13 of 13) sorted by relevance
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | focus_peak.rs | 27 curPixel.g = rsGetElementAtYuv_uchar_U(gCurrentFrame, x, y); 36 tmp = rsGetElementAtYuv_uchar_U(gCurrentFrame, dx, y) - curPixel.g; 45 tmp = rsGetElementAtYuv_uchar_U(gCurrentFrame, x, dy) - curPixel.g;
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 378 rsGetElementAtYuv_uchar_U(rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAtYuv_uchar_U() function
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | canny.rs | 76 yuv.g = rsGetElementAtYuv_uchar_U(gCurrentFrame, x, y);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 379 uc3.y = rsGetElementAtYuv_uchar_U(aUChar4, 0, 0);
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 381 uc3.y = rsGetElementAtYuv_uchar_U(aUChar4, 0, 0);
|
/frameworks/rs/script_api/include/ |
D | rs_allocation_data.rsh | 2596 * rsGetElementAtYuv_uchar_U: Get the U component of an allocation of YUVs 2608 rsGetElementAtYuv_uchar_U(rs_allocation a, uint32_t x, uint32_t y); 2636 * See rsGetElementAtYuv_uchar_U() and rsGetElementAtYuv_uchar_V().
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rs | 3978 …*(uchar*)buf2093 = rsGetElementAtYuv_uchar_U(*(rs_allocation*)buf2094, *(uint32_t*)buf2095, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rs | 4284 …*(uchar*)buf2336 = rsGetElementAtYuv_uchar_U(*(rs_allocation*)buf2337, *(uint32_t*)buf2338, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rs | 4258 …*(uchar*)buf2317 = rsGetElementAtYuv_uchar_U(*(rs_allocation*)buf2318, *(uint32_t*)buf2319, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rs | 5227 …*(uchar*)buf2971 = rsGetElementAtYuv_uchar_U(*(rs_allocation*)buf2972, *(uint32_t*)buf2973, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rs | 6077 …*(uchar*)buf3752 = rsGetElementAtYuv_uchar_U(*(rs_allocation*)buf3753, *(uint32_t*)buf3754, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rs | 6127 …*(uchar*)buf3691 = rsGetElementAtYuv_uchar_U(*(rs_allocation*)buf3692, *(uint32_t*)buf3693, *(uint…
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rs | 8486 …*(uchar*)buf5384 = rsGetElementAtYuv_uchar_U(*(rs_allocation*)buf5385, *(uint32_t*)buf5386, *(uint…
|