Searched refs:drvbuf (Results 1 – 2 of 2) sorted by relevance
392 m.u.buffer_from_host.drvbuf.magic = MMAL_MAGIC; in buffer_from_host()393 m.u.buffer_from_host.drvbuf.component_handle = port->component->handle; in buffer_from_host()394 m.u.buffer_from_host.drvbuf.port_handle = port->handle; in buffer_from_host()395 m.u.buffer_from_host.drvbuf.client_context = msg_context->handle; in buffer_from_host()437 if (msg->u.buffer_from_host.drvbuf.magic == MMAL_MAGIC) { in buffer_to_host_cb()438 handle = msg->u.buffer_from_host.drvbuf.client_context; in buffer_to_host_cb()
289 struct mmal_driver_buffer drvbuf; member