Lines Matching refs:bufferpool
44565 Math are done in bufferpool rather than in allocator because the
44574 v4l2allocator: let bufferpool calculate image size when importing userptr
44576 them will give us the plane size. So we let bufferpool make the math as
46715 bufferpool class point of view because it is queued to the driver and
46717 It causes the v4l2 bufferpool to always return that stop method failed
48304 These checks are no longer required with recent change to the bufferpool. This
49840 v4l2bufferpool: Port to bufferpool flush_start/stop method
49934 Revert "v4l2bufferpool: Port to bufferpool flush_start/stop method"
50050 v4l2bufferpool: Port to bufferpool flush_start/stop method
60090 v4l2: bufferpool: don't forget to release buffer on error
62128 v4l2: bufferpool: reset buffer size in release_buffer
62136 v4l2: bufferpool: remove unused includes
65312 Propose a bufferpool upstream when not operating in passthrough.
67423 to use the negotiated allocator or bufferpool.
67980 v4l2src: handle latency query before setting up the bufferpool
67981 Fixes crash if no bufferpool is set up yet.
69539 We can't yet wait for the bufferpool to DRAIN before starting renegotiation so
69676 deinterlace: add support for bufferpool
69677 Add bufferpool support to avoid a memcpy in the videosink when actively
72673 configure the parent bufferpool with the number of buffers to preallocate.
74471 updarte for bufferpool changes
74485 update for bufferpool changes
74514 update for bufferpool api change
83009 -good: fix for bufferpool API change
83143 Use the more specialized type for the bufferpool.
83148 the bufferpool by the elements in the pipeline. We might want to influence the
83165 bufferpool: check for metadata
83263 Move the flushing calls to the right place in the bufferpool.
83271 Prefer to always use the default bufferpool queue for the _acquire function
83273 we need to dequeue buffers and put them back in the bufferpool queue when we
83341 v4l2: Fix sink bufferpool handling
83343 Inform the parent bufferpool class about the settings too. This is needed to let
83346 that the bufferpool will allocate more when needed.
83374 Add different transport methods to the bufferpool (MMAP and READ/WRITE)
83375 Do more parsing of the bufferpool config.
83376 Start and stop streaming based on the bufferpool state.
83382 Negotiate bufferpool and its properties in v4l2src.
83406 bufferpool: improve _new function
83460 v4l2: improve bufferpool config setting
83461 Pass the caps and the default video size to the bufferpool config.
83462 Don't activate the bufferpool, this will be done by the object that decides to
83463 use the bufferpool.
83477 After we copy the incomming buffer to one of our bufferpool buffers, unref the
83719 v4l2: Let the bufferpool own the V4l2Object
83722 Pass the v4l2object to the bufferpool constructor so that the bufferpool can
84902 goom: fix for bufferpool update
107029 v4l2: fix bufferpool file names in header comment
114507 (1) pull the bufferpool code out into gstv4l2bufferpool.c, and make a