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

  /system/extras/libublock/
ublock.c 72 const struct ublock_init_in *in_h; local
79 if (in_len != sizeof(*in_h))
82 in_h = (const struct ublock_init_in *)in;
84 if (in_h->version != UBLOCK_VERSION)
90 if (in_h->max_buf < MAX_BUF)
91 ub_ctx->max_buf = in_h->max_buf;
98 ub_ctx->index = in_h->index;
128 const struct ublock_read_in *in_h; local
136 if (in_len != sizeof(*in_h))
139 in_h = (const struct ublock_read_in *)in
158 const struct ublock_write_in *in_h; local
184 const struct ublock_in_header *in_h; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 684 uint32_t in_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 713 uint32_t in_h; member in struct:msm_st_crop
    [all...]

Completed in 37 milliseconds