Searched refs:drvbuf (Results 1 – 2 of 2) sorted by relevance
416 m.u.buffer_from_host.drvbuf.magic = MMAL_MAGIC; in buffer_from_host()417 m.u.buffer_from_host.drvbuf.component_handle = port->component->handle; in buffer_from_host()418 m.u.buffer_from_host.drvbuf.port_handle = port->handle; in buffer_from_host()419 m.u.buffer_from_host.drvbuf.client_context = msg_context->handle; in buffer_from_host()462 if (msg->u.buffer_from_host.drvbuf.magic == MMAL_MAGIC) { in buffer_to_host_cb()463 handle = msg->u.buffer_from_host.drvbuf.client_context; in buffer_to_host_cb()
298 struct mmal_driver_buffer drvbuf; member