Home | History | Annotate | Download | only in system

Lines Matching full:buffers

115     /* The minimum number of buffers that must remain un-dequeued after a buffer
117 * override the number of buffers and if a buffer has since been queued.
120 * buffers simultaneously dequeued as part of the steady-state operation,
121 * and this query returns M then N+M buffers should be requested via
127 * 1. Query M = min undequeued buffers
129 * 3. Dequeue all N + M buffers
130 * 4. Cancel M buffers
137 * to 1 if the ANativeWindow DOES send queued buffers directly to the window
138 * compositor and 0 if the buffers do not go directly to the window
143 * indicate that queued buffers will be protected from applications or users
160 * Default width and height of ANativeWindow buffers, these are the
161 * dimensions of the window buffers irrespective of the
169 * transformation that will most-likely be applied to buffers. This is only
256 /* Buffers will be queued by EGL via eglSwapBuffers after being filled using
261 /* Buffers will be queued after being filled using the CPU
265 /* Buffers will be queued by Stagefright after being filled by a video
270 /* Buffers will be queued by the the camera HAL.
373 * no buffers are available.
405 * Buffers MUST be queued in the same order than they were dequeued.
482 * Sets the intended usage flags for the next buffers
487 * Calling this function will usually cause following buffers to be
511 * Sets which region of the next queued buffers needs to be considered.
516 * The specified crop region applies to all buffers queued after it is called.
518 * If 'crop' is NULL, subsequently queued buffers won't be cropped.
532 * Sets which region of the next queued buffers needs to be considered.
537 * The specified crop region applies to all buffers queued after it is called.
539 * If 'crop' is NULL, subsequently queued buffers won't be cropped.
567 * Sets the number of buffers associated with this native window.
578 * All buffers dequeued after this call will have the dimensions and format
595 * All buffers dequeued after this call will have the dimensions specified.
596 * In particular, all buffers will have a fixed-size, independent from the
600 * If w and h are 0, the normal behavior is restored. That is, dequeued buffers
604 * disables cropping of the buffers.
618 * window's size. All buffers dequeued after this call will have the
620 * native_window_set_buffers_dimensions. All buffers will have a
629 * disables cropping of the buffers.
641 * All buffers dequeued after this call will have the format specified.
654 * All buffers queued after this call will be displayed transformed according
667 * All buffers queued after this call will be associated with the timestamp
685 * All buffers queued after this call will be associated with the scaling mode