Searched refs:cl_rgb_desc (Results 1 – 1 of 1) sorted by relevance
324 CLImageDesc cl_rgb_desc, cl_dark_desc; in allocate_transmit_bufs() local327 cl_rgb_desc.format.image_channel_data_type = CL_UNSIGNED_INT16; in allocate_transmit_bufs()328 cl_rgb_desc.format.image_channel_order = CL_RGBA; in allocate_transmit_bufs()329 cl_rgb_desc.width = video_info.width / 8; in allocate_transmit_bufs()330 cl_rgb_desc.height = video_info.height; in allocate_transmit_bufs()333 _rgb_buf[i] = new CLImage2D (context, cl_rgb_desc); in allocate_transmit_bufs()