• Home
  • Raw
  • Download

Lines Matching refs:producer

62     consumer to consume the frame that the producer most recently
64 producer creates them then it gets the most recent one over and
65 over until a new one is inserted. If the producer inserts frames
67 are discarded. The producer is never stalled.
70 In fifo mode no images are discarded. If the producer attempts to
71 insert a frame and the fifo is full then the producer will stall
80 producer (with help from the consumer in the form of the
85 an associated timestamp set by the producer. The consumer can use
176 number of internal buffers used by the producer. The producer may
194 to the time that the producer inserted the image frame into the
198 producer when it is inserted into the EGLStream.
204 This indicates the timestamp of the image frame that the producer
242 wants to consume another image frame before the producer has
245 until the producer inserts a new image frame (or until the state
248 The producer inserts image frames at the head of the fifo. If the
250 value of the EGL_STREAM_FIFO_LENGTH_KHR attribute) then producer
260 - If the consumer consumes frames slower than the producer
261 inserts frames, then the producer will stall.
263 - If the consumer consumes frames faster than the producer
272 In mailbox mode the producer is responsible for timing. In fifo
275 In fifo mode the producer marks each image frame with a timestamp.
277 be visible to the user. Exactly how a producer sets the timestamp
278 is described in the documentation for each type of producer. If
279 the value of an image frame's timestamp is T then the producer
286 indicate its minimum latency to the producer by setting the
306 <surface> is the producer of an EGLStream...") and the 3rd paragraph
344 3rd to last paragraph (the one that starts "If the producer has not
350 stream operates in mailbox mode. If the producer has not inserted
354 eglStreamConsumerAcquireNV was called. If the producer has
357 will "latch" the newly inserted image frame. If the producer has
360 image frames are discarded and the producer will "latch" the most
388 aldatalocator-producer, gltexture-consumer usecase which was
400 producer extensions to be defined in terms of mailbox mode,