Searched
full:buffers (Results
576 -
600 of
2624) sorted by null
<<21222324252627282930>>
/frameworks/base/graphics/java/android/graphics/ |
SurfaceTexture.java | 134 * Set the default size of the image buffers. The image producer may override the buffer size, 245 * release() frees all the buffers and puts the SurfaceTexture into the 250 * Note that while calling this method causes all the buffers to be freed 252 * references on the buffers (e.g. if a buffer is referenced by a client or
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
GLEnvironment.java | 98 throw new RuntimeException("Error swapping EGL buffers!");
|
/frameworks/native/libs/gui/ |
IGraphicBufferAlloc.cpp | 106 // that do not use file-descriptors to track their buffers.
|
/frameworks/native/libs/gui/tests/ |
Surface_test.cpp | 83 // Verify the screenshot works with no protected buffers.
|
/frameworks/native/opengl/libs/GLES2/ |
gl2_api.in | 85 void API_ENTRY(glDeleteBuffers)(GLsizei n, const GLuint* buffers) { 86 CALL_GL_API(glDeleteBuffers, n, buffers); 148 void API_ENTRY(glGenBuffers)(GLsizei n, GLuint* buffers) { 149 CALL_GL_API(glGenBuffers, n, buffers);
|
/frameworks/native/opengl/libs/GLES_CM/ |
gl_api.in | 181 void API_ENTRY(glDeleteBuffers)(GLsizei n, const GLuint *buffers) { 182 CALL_GL_API(glDeleteBuffers, n, buffers); 241 void API_ENTRY(glGenBuffers)(GLsizei n, GLuint *buffers) { 242 CALL_GL_API(glGenBuffers, n, buffers);
|
/frameworks/wilhelm/src/android/ |
android_StreamPlayer.cpp | 68 void StreamSourceAppProxy::setBuffers(const Vector<sp<IMemory> > &buffers) { 71 mBuffers = buffers; 88 //SL_LOGD("onBufferAvailable() now %d buffers available in queue", 259 //SL_LOGD("%d buffers available after reading from queue", mAvailableBuffers.size());
|
/gdk/samples/quake/jni/ |
zone.h | 34 The video buffers are allocated high to avoid leaving a hole underneath
|
/hardware/msm7k/libaudio-qdsp5v2/ |
AudioHardware.h | 32 #define AUDIO_HW_NUM_OUT_BUF 2 // Number of buffers in audio driver for output
|
/hardware/msm7k/libgralloc/ |
gralloc.cpp | 156 // We ran out of buffers. 350 // PMEM buffers are always mmapped 400 // GPU buffers are always mmapped 490 /* buffers MUST be aligned to the NEXT 8 pixels multiple any other
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
G711EncTest.c | 184 * @def G711ENC_MAX_NUM_OF_BUFS Maximum number of buffers 454 N/ACDNOFF] [NB BUFFERS (DASF mode)] [NB INPUT BUF] [INPUT BUF SIZE] [NB OUTPUT \ 565 /* Setting Input and Output Buffers features for the Component */ 568 APP_DPRINT( "Cannot support %li Input buffers\n", audioinfo->nIpBufs); 571 APP_DPRINT("%d [TEST APP] number of input buffers = %ld \n",__LINE__,audioinfo->nIpBufs); 576 APP_DPRINT( "Cannot support %ld Output buffers\n", audioinfo->nOpBufs); 579 APP_DPRINT("%d [TEST APP] number of output buffers = %ld \n",__LINE__,audioinfo->nOpBufs); 636 printf("\n%d [TEST APP] No. of Buffers Sending Bad Parameter\n",__LINE__); 638 printf("%d [TEST APP] For DASF mode argv[6] Should be greater than zero depends on number of buffers user want to encode\n",__LINE__); 644 printf("\n%d [TEST APP] No. of Buffers Sending Bad Parameter\n",__LINE__) [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Thread.c | 98 * listening to the buffers coming from DSP, application or commands through the pipes 296 /* When doing a reconfiguration, don't send input buffers to SN & wait for SN to be ready*/ 322 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free input buffers\n"); 467 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free input buffers\n");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
Xdbe.h | 59 Window swap_window; /* window for which to swap buffers */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_hippi.h | 59 int rx_dropped; /* no space in linux buffers */
|
if_link.h | 15 __u32 rx_dropped; /* no space in linux buffers */
|
netdevice.h | 85 unsigned long rx_dropped; /* no space in linux buffers */
|
scc.h | 121 unsigned int nospace; /* "Out of buffers" */
|
videotext.h | 61 int numpages; /* number of page-buffers of vtx-chipset */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netax25/ |
ax25.h | 162 #define AX25_VALUES_IPMAXQUEUE 15 /* Maximum number of buffers enqueued */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
if_tr.h | 66 unsigned long rx_dropped; /* no space in linux buffers */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
Xdbe.h | 59 Window swap_window; /* window for which to swap buffers */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_hippi.h | 59 int rx_dropped; /* no space in linux buffers */
|
if_link.h | 15 __u32 rx_dropped; /* no space in linux buffers */
|
netdevice.h | 85 unsigned long rx_dropped; /* no space in linux buffers */
|
scc.h | 121 unsigned int nospace; /* "Out of buffers" */
|
Completed in 1683 milliseconds
<<21222324252627282930>>