HomeSort by relevance Sort by last modified time
    Searched full:buffers (Results 676 - 700 of 2624) sorted by null

<<21222324252627282930>>

  /frameworks/av/include/media/
AudioTrack.h 259 * and will fill up buffers until the pool is exhausted.
264 /* Flush a stopped track. All pending buffers are discarded.
271 * and will fill up buffers until the pool is exhausted.
414 * STOPPED instead of NO_ERROR as long as there are buffers available,
416 * Buffers will be returned until the pool (buffercount())
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 55 * File reader cache buffers parameters (size, number of buffers, etc)
68 * @brief This structure defines the File reader Buffers context (private)
95 M4OSA_FileReader_Buffer_optim buffer[M4OSA_READBUFFER_NB]; /**< Read buffers */
603 /* Allocate buffers */
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp 502 /* void glDeleteBuffers ( GLsizei n, const GLuint *buffers ) */
508 GLuint *buffers = (GLuint *) 0; local
511 jniThrowException(_env, "java/lang/IllegalArgumentException", "buffers == null");
525 buffers = buffers_base + offset;
529 (GLuint *)buffers
539 /* void glDeleteBuffers ( GLsizei n, const GLuint *buffers ) */
545 GLuint *buffers = (GLuint *) 0; local
547 buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining);
554 (GLuint *)buffers
559 releasePointer(_env, _array, buffers, JNI_FALSE)
922 GLuint *buffers = (GLuint *) 0; local
963 GLuint *buffers = (GLuint *) 0; local
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 83 OMX_U32 nBufferCountActual; /**< The actual number of buffers allocated on this port */
84 OMX_U32 nBufferCountMin; /**< The minimum number of buffers this port requires */
85 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
89 is not populated with buffers on a transition to IDLE. */
90 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by
  /frameworks/native/opengl/libagl/
state.cpp 370 int index = c->rasterizer.state.buffers.color.format;
376 int index = c->rasterizer.state.buffers.color.format;
382 int index = c->rasterizer.state.buffers.color.format;
388 int index = c->rasterizer.state.buffers.color.format;
410 params[0] = c->rasterizer.state.buffers.depth.format ? 0 : 16;