Lines Matching defs:frame
27 u8 *frame;
157 if (vsensor->frame)
204 tpg_fill_plane_buffer(&vsensor->tpg, 0, 0, vsensor->frame);
205 tpg_calc_text_basep(&vsensor->tpg, basep, 0, vsensor->frame);
242 return vsensor->frame;
256 /* Calculate the frame size */
262 * Allocate the frame buffer. Use vmalloc to be able to
265 vsensor->frame = vmalloc(frame_size);
266 if (!vsensor->frame)
274 vfree(vsensor->frame);
275 vsensor->frame = NULL;
435 /* Initialize the frame format */