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

  /external/zlib/src/contrib/infback9/
infback9.h 24 in_func in, void FAR *in_desc,
infback9.c 128 have = in(in_desc, &next); \
217 int ZEXPORT inflateBack9(strm, in, in_desc, out, out_desc)
220 void FAR *in_desc;
  /external/libxcam/modules/ocl/
cl_bayer_pipe_handler.cpp 153 CLImageDesc in_desc; local
154 in_desc.format.image_channel_order = CL_RGBA;
155 in_desc.format.image_channel_data_type = CL_UNORM_INT16; //CL_UNSIGNED_INT32;
156 in_desc.width = in_video_info.width / 4; // 960/4
157 in_desc.height = in_video_info.aligned_height * 4; //540
158 in_desc.row_pitch = in_video_info.strides[0];
160 SmartPtr<CLImage> image_in = convert_to_climage (context, input, in_desc);
cl_csc_handler.cpp 166 CLImageDesc in_desc, out_desc; local
167 CLImage::video_info_2_cl_image_desc (in_video_info, in_desc);
169 ensure_image_desc (in_video_info, in_desc);
172 SmartPtr<CLImage> image_in = convert_to_climage (context, input, in_desc, in_video_info.offsets[0]);
202 in_desc.height /= 2;
203 image_uv = convert_to_climage (context, input, in_desc, in_video_info.offsets[1]);
  /external/u-boot/drivers/usb/gadget/
f_sdp.c 149 static struct usb_endpoint_descriptor in_desc = { variable in typeref:struct:usb_endpoint_descriptor
162 (struct usb_descriptor_header *)&in_desc,
479 ep = usb_ep_autoconfig(gadget, &in_desc);
541 result = usb_ep_enable(sdp->in_ep, &in_desc);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
infback.c 161 have = in(in_desc, &next); \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
253 void FAR *in_desc;
zlib.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
infback.c 152 have = in(in_desc, &next); \
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
244 void FAR *in_desc;
zlib.h     [all...]
  /external/python/cpython2/Modules/zlib/
infback.c 161 have = in(in_desc, &next); \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
253 void FAR *in_desc;
zlib.h     [all...]
  /external/zlib/src/
infback.c 161 have = in(in_desc, &next); \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
253 void FAR *in_desc;
zlib.h     [all...]
  /external/zlib/src/examples/
gun.c 89 local unsigned in(void *in_desc, z_const unsigned char **buf)
94 struct ind *me = (struct ind *)in_desc;
  /development/ndk/zlib/
zlib.h     [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zlib.h     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 15149 const descriptor& in_desc = desc_in[i]; local
    [all...]

Completed in 2115 milliseconds