/external/libxcam/modules/ocl/ |
D | cl_bayer_pipe_handler.cpp | 153 CLImageDesc in_desc; in prepare_parameters() local 154 in_desc.format.image_channel_order = CL_RGBA; in prepare_parameters() 155 in_desc.format.image_channel_data_type = CL_UNORM_INT16; //CL_UNSIGNED_INT32; in prepare_parameters() 156 in_desc.width = in_video_info.width / 4; // 960/4 in prepare_parameters() 157 in_desc.height = in_video_info.aligned_height * 4; //540 in prepare_parameters() 158 in_desc.row_pitch = in_video_info.strides[0]; in prepare_parameters() 160 SmartPtr<CLImage> image_in = convert_to_climage (context, input, in_desc); in prepare_parameters()
|
D | cl_csc_handler.cpp | 166 CLImageDesc in_desc, out_desc; in prepare_parameters() local 167 CLImage::video_info_2_cl_image_desc (in_video_info, in_desc); in prepare_parameters() 169 ensure_image_desc (in_video_info, in_desc); in prepare_parameters() 172 …SmartPtr<CLImage> image_in = convert_to_climage (context, input, in_desc, in_video_info.offsets[0… in prepare_parameters() 202 in_desc.height /= 2; in prepare_parameters() 203 image_uv = convert_to_climage (context, input, in_desc, in_video_info.offsets[1]); in prepare_parameters()
|
/external/u-boot/drivers/usb/gadget/ |
D | f_sdp.c | 149 static struct usb_endpoint_descriptor in_desc = { variable 162 (struct usb_descriptor_header *)&in_desc, 479 ep = usb_ep_autoconfig(gadget, &in_desc); in sdp_bind() 541 result = usb_ep_enable(sdp->in_ep, &in_desc); in sdp_set_alt()
|
/external/zlib/src/contrib/infback9/ |
D | infback9.h | 24 in_func in, void FAR *in_desc,
|
D | infback9.c | 128 have = in(in_desc, &next); \ 217 int ZEXPORT inflateBack9(strm, in, in_desc, out, out_desc) in inflateBack9() argument 220 void FAR *in_desc;
|
/external/zlib/src/ |
D | infback.c | 161 have = in(in_desc, &next); \ 250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument 253 void FAR *in_desc;
|
D | zlib.h | 1098 in_func in, void FAR *in_desc,
|
/external/python/cpython2/Modules/zlib/ |
D | infback.c | 161 have = in(in_desc, &next); \ 250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument 253 void FAR *in_desc;
|
D | zlib.h | 1097 in_func in, void FAR *in_desc,
|
/external/zlib/src/examples/ |
D | gun.c | 89 local unsigned in(void *in_desc, z_const unsigned char **buf) in in() argument 94 struct ind *me = (struct ind *)in_desc; in in()
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack()
|
/external/zlib/ |
D | zlib.h | 1098 in_func in, void FAR *in_desc,
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 15149 const descriptor& in_desc = desc_in[i]; in test() local 15152 prepareVarying(basic_type, in_desc, interpolation, si, stage, Utils::Variable::VARYING_INPUT); in test()
|