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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RGBZ.java 164 int[] depth_data = new int[w*h]; local
167 depth.getPixels(depth_data, 0, w, 0, 0, w, h);
170 int temp = (depth_data[i] & 0x000000FF) << 24;
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
RGBZ.java 197 int[] depth_data = new int[w*h]; local
200 depth.getPixels(depth_data, 0, w, 0, 0, w, h);
203 int temp = (depth_data[i] & 0x000000FF) << 24;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 45 struct depth_data { struct
61 get_depth_stencil_values( struct depth_data *data,
150 * Compute the depth_data::qzzzz[] values from the float fragment Z values.
153 convert_quad_depth( struct depth_data *data,
232 * Compute the depth_data::shader_stencil_refs[] values from the float
236 convert_quad_stencil( struct depth_data *data,
266 write_depth_stencil_values( struct depth_data *data,
354 do_stencil_test(struct depth_data *data,
437 apply_stencil_op(struct depth_data *data,
538 struct depth_data *data
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Channel.cpp     [all...]
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_intf.h 1276 cam_depth_data_t depth_data; member in struct:__anon43787
    [all...]
cam_types.h 1789 uint8_t *depth_data; member in struct:__anon43976
    [all...]

Completed in 1693 milliseconds