HomeSort by relevance Sort by last modified time
    Searched refs:rsGetElementAtYuv_uchar_V (Results 1 - 13 of 13) sorted by null

  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
focus_peak.rs 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;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
crop_yuvf_420_to_yuvx_444.rs 31 uchar pv = rsGetElementAtYuv_uchar_V(mInput, x + src_x, y + src_y);
means_yuvx_444_2d_to_1d.rs 40 uchar pv = rsGetElementAtYuv_uchar_V(mInput, src_x + i, src_y + x);
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 34 curPixel.b = rsGetElementAtYuv_uchar_V(gCurrentFrame, x, y);
  /developers/samples/android/media/HdrViewfinder/Application/src/main/rs/
hdr_merge.rs 34 curPixel.b = rsGetElementAtYuv_uchar_V(gCurrentFrame, x, y);
  /development/samples/browseable/HdrViewfinder/src/rs/
hdr_merge.rs 34 curPixel.b = rsGetElementAtYuv_uchar_V(gCurrentFrame, x, y);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
yuv.rs 125 uchar pv = rsGetElementAtYuv_uchar_V(mInput, x, y);
138 uchar pv = rsGetElementAtYuv_uchar_V(mInput, x, y);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_allocation.rsh 373 rsGetElementAtYuv_uchar_V(rs_allocation a, uint32_t x, uint32_t y);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_allocation.rsh 373 rsGetElementAtYuv_uchar_V(rs_allocation a, uint32_t x, uint32_t y);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_allocation.rsh 373 rsGetElementAtYuv_uchar_V(rs_allocation a, uint32_t x, uint32_t y);
  /frameworks/rs/driver/runtime/
rs_allocation.c 327 rsGetElementAtYuv_uchar_V(rs_allocation a, uint32_t x, uint32_t y) {
  /frameworks/rs/scriptc/
rs_allocation_data.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation_data.rsh     [all...]

Completed in 2181 milliseconds