Searched refs:rsGetElementAtYuv_uchar_Y (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A Dfocus_peak.rs26 curPixel.r = rsGetElementAtYuv_uchar_Y(gCurrentFrame, x, y);
34 tmp = rsGetElementAtYuv_uchar_Y(gCurrentFrame, dx, y) - curPixel.r;
43 tmp = rsGetElementAtYuv_uchar_Y(gCurrentFrame, x, dy) - curPixel.r;
/frameworks/rs/driver/runtime/
H A Drs_allocation.c374 rsGetElementAtYuv_uchar_Y(rs_allocation a, uint32_t x, uint32_t y) { function
/frameworks/rs/scriptc/
H A Drs_allocation_data.rsh2604 * See rsGetElementAtYuv_uchar_Y().
2620 * See rsGetElementAtYuv_uchar_Y().
2628 * rsGetElementAtYuv_uchar_Y: Get the Y component of an allocation of YUVs
2640 rsGetElementAtYuv_uchar_Y(rs_allocation a, uint32_t x, uint32_t y);

Completed in 106 milliseconds