Lines Matching refs:mailbox
95 The EGLStream conceptually operates as a mailbox. When the
96 producer has a new image frame it empties the mailbox (discards
98 mailbox. The consumer retrieves the image frame from the mailbox
100 image frame it is either placed back in the mailbox (if the
101 mailbox is empty) or discarded (if the mailbox is not empty).
812 3.10.5.1 EGLStream operation in mailbox mode
814 The EGLStream conceptually operates as a mailbox.
816 When the producer has a new image frame it empties the mailbox and
817 inserts the new image frame into the mailbox. If the image frame
822 The consumer retrieves the image frame from the mailbox and
824 frame it is either placed back in the mailbox (if the mailbox is
825 empty) or discarded (if the mailbox is not empty).