Lines Matching defs:data
44 * See the structure declaration below for more information and which data has
48 * The master should have "knowledge" of the slave and vice versa. So the data
61 * master_data -> data ref. for the master (e.g. the zr36055,57,67)
67 * slave_data -> data ref. for the slave (e.g. the zr36050,60)
86 * set_data -> sets device-specific data (tables, quality etc.)
87 * get_data -> query device-specific data (tables, quality etc.)
94 * put_image -> puts image data to the codec (not needed for 36050/60)
95 * get_image -> gets image data from the codec (not needed for 36050/60)
166 /* the type of data may be enhanced by future implementations (data-fn.'s) */
175 #define CODEC_S_JPEG_TDS_BYTE 0x0010 /* target data size in bytes */
226 int len; /* number of usable bytes in data */
227 char data[60];
232 int len; /* number of usable bytes in data */
233 char data[60];
249 void *data; /* private slave data */
262 int (*control)(struct videocodec *codec, int type, int size, void *data);
282 void *data; /* private master data */
313 struct zoran *zr = master->data;