/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Dec_CompThread.c | 32 * commands and buffers from application and LCML. 78 * commands or event/messages/buffers from application or from LCML.
|
/libcore/luni/src/main/java/java/nio/ |
MemoryBlock.java | 83 * to direct buffers created by the JNI NewDirectByteBuffer function.) 140 // Used to support array/arrayOffset/hasArray for direct buffers.
|
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 90 public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException; 121 public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException;
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLDispatch.h | 60 void (GLAPIENTRY *glDeleteBuffers) (GLsizei n, const GLuint *buffers); 78 void (GLAPIENTRY *glGenBuffers) (GLsizei n, GLuint *buffers);
|
/system/core/libpixelflinger/ |
raster.cpp | 59 surface_t* cb = &(c->state.buffers.color); 156 const GGLSurface& cbSurface = c->state.buffers.color.s;
|
scanline.cpp | 287 if (c->state.buffers.coverage) 288 free(c->state.buffers.coverage); 611 const int16_t* covPtr = c->state.buffers.coverage + xs; 835 if (c->state.buffers.depth.format) { 837 surface_t* cb = &(c->state.buffers.depth); [all...] |
/external/grub/netboot/ |
lance.c | 42 /* lance_poll() now can use multiple Rx buffers to prevent packet loss. Set 44 * buffers. Usually 4 (=16 Rx buffers) is a good value. (Andreas Neuhaus) 45 * Decreased to 2 (=4 Rx buffers) (Ken Yap, 20010305) */ 47 #define LANCE_LOG_RX_BUFFERS 2 /* Use 2^2=4 Rx buffers */ 321 /* I'm not sure if the following is still ok with multiple Rx buffers, but it works */
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPStrm.c | 60 *! 23-Oct-2000 jeh Free buffers in DSPStream_FreeBuffer(). 107 * Allocate data buffers for use with a specific stream. 160 /* Allocate local buffers */ 172 /* Free buffers allocated so far */ 369 * flush output data buffers. 451 * Retrieve a stream handle for sending/receiving data buffers
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_ImgConv.c | 181 OMX_U8 *y, *u, *v, *w; /* Pointers on Y U V buffers and Weight buffer */
183 OMX_U8 *puu,*pvv,*pyy; /* pointers on U,V, and Y on 444 YUV buffers */
185 OMX_U8 *puOut,*pvOut; /* Pointers on U,V, and Y on 444 YUV buffers shifted on 3 lines */
186 OMX_U8 *pv1, *pv2,*pu1, *pu2; /* Pointers to 444 U and V buffers for to convert in 420 */
221 u = (y+iWidth*iHeight); /* Initialise pointer on YUV420 output buffers */
261 /* compute 444 YUV buffers from RGB input buffer converting RGB color key to an Y color key set at value 0 and and UV color key set at value (0,0) */
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc_utils.c | 277 //PlaceHolder for Mapping Buffers - Cuurently no implementation here 294 //PlaceHolder for UnMapping Buffers - Cuurently no implementation here 301 * @brief Used to flush buffers from cache to memory. Used when buffers are 332 * @brief Used to flush buffers from cache to memory. Used when buffers are
|
/hardware/ti/wlan/wl1271/TWD/Data_Service/ |
txHwQueue.c | 118 * DESCRIPTION: Create the Tx buffers pool object 146 * DESCRIPTION: Destroy the Tx buffers pool object 188 * DESCRIPTION: Configure the Tx buffers pool object 632 /* Calculate how many buffers are available for this Queue: the total free buffers minus the buffers
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
RxXfer.c | 120 TRequestForBufferCb RequestForBufferCB; /* Upper layer CB for allocating buffers for packets */ 320 /* Go over all occupied Txn buffers and forward their Rx packets upward */ 323 /* If no more buffers, exit the loop */ 570 /* If not all 4 Txn buffers are used, reset first unused buffer length for indication */ 789 /* Go over the Txn occupied buffers and mark them as TAG_CLASS_UNKNOWN to be freed */ 792 /* If no more buffers, exit the loop */ [all...] |
/sdk/emulator/opengl/tests/gles_android_wrapper/ |
gles.cpp | 356 void glDeleteBuffers(GLsizei n, const GLuint *buffers) 358 getDispatch()->glDeleteBuffers(n, buffers); 456 void glGenBuffers(GLsizei n, GLuint *buffers) 458 getDispatch()->glGenBuffers(n, buffers); [all...] |
/external/kernel-headers/original/linux/ |
videodev2.h | 120 separate buffers */ 571 * struct v4l2_plane - plane info for multi-planar buffers 583 * Multi-planar buffers consist of one or more planes, e.g. an YCbCr buffer 602 * @type: buffer type (type == *_MPLANE for multiplanar buffers) 604 * unused (set to 0) for multiplanar buffers 611 * @offset: for non-multiplanar buffers with memory == V4L2_MEMORY_MMAP; 614 * @userptr: for non-multiplanar buffers with memory == V4L2_MEMORY_USERPTR; 616 * @planes: for multiplanar buffers; userspace pointer to the array of plane 619 * buffers (when type != *_MPLANE); number of elements in the 620 * planes array for multi-plane buffers [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
OMX_G711Dec_Utils.h | 152 * @def NUM_G711DEC_INPUT_BUFFERS Number of Input Buffers 159 * @def NUM_G711DEC_OUTPUT_BUFFERS Number of Output Buffers 166 * @def NUM_G711DEC_OUTPUT_BUFFERS_DASF Number of Output Buffers 544 /** This will contain info like how many buffers 561 /** The pipes for sending buffers to the thread */ 564 /** The pipes for sending buffers to the thread */ 567 /** The pipes for sending buffers to the thread */ 576 /** Count of number of buffers outstanding with bridge */ 579 /** Count of number of buffers outstanding with bridge */ 582 /** Number of Buffers In the Application* [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | 462 /* validate number of buffers input from command */ 465 printf("Please use between at least 1 but no more than 4 input buffers\n"); 471 printf("Please use between at least 1 but no more than 4 output buffers\n"); 475 APP_DPRINT( "Nb input buffers: %d, Nb output buffers: %d\n", numInputBuffers, numOutputBuffers); [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 512 OMX_BUFFERHEADERTYPE* pBuffer = NULL; /*To Hold Input Buffers*/ 513 OMX_BUFFERHEADERTYPE* pBuf = NULL; /*To Hold Output Buffers*/ [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
DB_Results.java | 292 StringBuffer[] buffers = new StringBuffer[10]; field in class:DB_Results.LogWriter 298 if (++this.depth >= this.buffers.length) { 300 System.arraycopy(this.buffers, 0, this.buffers= new StringBuffer[this.depth+10], 0, this.depth); 302 StringBuffer buffer = this.buffers[this.depth]; 303 if (this.buffers[this.depth] == null) buffer = this.buffers[this.depth] = new StringBuffer(); 311 this.buffers[this.depth].append(log); 318 print(this.buffers[i].toString()); 326 this.buffers = new StringBuffer[10] [all...] |
/hardware/ti/omap4xxx/domx/test/sample_proxy/ |
test_sample_proxy.c | 636 /* @ fn SampleTest_ReadOutBuffers :: Send out buffers */ 985 * buffers and then destroy the component by moving back to idle, loaded, invalid */ 1087 printf(" Client does Allocation of buffers \n"); 1090 printf(" Component does Allocation of buffers \n"); 1100 printf("\nAbout to start processing buffers\n"); 1103 /* process buffers */ [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
OMX_WmaDec_Utils.h | 138 * @def NUM_WMADEC_INPUT_BUFFERS Default number of input buffers 144 * @def NUM_WMADEC_OUTPUT_BUFFERS Default number of output buffers 190 * @def NUM_WMADEC_OUTPUT_BUFFERS_DASF Number of output buffers for DASF 208 * @def WMADEC_MAX_NUM_OF_BUFS Maximum number of buffers 608 /** Number of input buffers at runtime */ 611 /** Number of output buffers at runtime */ 629 /** This will contain info like how many buffers 647 /** The pipes for sending buffers to the thread */ 650 /** The pipes for sending buffers to the thread */ 653 /** The pipes for sending buffers to the thread * [all...] |
/external/oprofile/doc/ |
internals.xml | 362 task it was logged against. Thus, these per-CPU buffers also maintain 370 As well as these small per-CPU buffers, we have a considerably larger 372 the OProfile daemon. On certain system events, the per-CPU buffers are 377 from the CPU buffers. This process is described in detail later in this chapter. 379 <figure><title>The OProfile buffers</title> 380 <graphic fileref="buffers.png" /> 399 this imposes certain restrictions on when and how the CPU buffers need 428 <sect1 id="synchronising-buffers"> 429 <title>Synchronising the CPU buffers to the event buffer</title> 436 the synchronisation process. In addition, we process the buffers o [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 245 * @def NBAPP_MAX_NUM_OF_BUFS Maximum number of buffers 676 /* Setting Input and Output Buffers features for the Component */ 678 printf("%d :: App: number of input buffers = %d \n",__LINE__,numInputBuffers); 682 printf("%d :: App: number of output buffers = %d \n",__LINE__,numOutputBuffers); 746 printf("%d :: App: For FILE mode argv[7] Should be greater than zero depends on number of buffers user want to encode\n",__LINE__); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | 200 * @def G729APP_MAX_NUM_OF_BUFS Maximum number of buffers 556 /* Setting No.Of Input and Output Buffers for the Component */ 559 printf("Please enter a valid number of buffers between 1 and 4\n"); 571 printf("Please enter a valid number of buffers between 1 and 4\n"); [all...] |
/frameworks/av/media/libmedia/ |
AudioTrack.cpp | 482 // Release AudioTrack callback thread in case it was waiting for new buffers 914 mCblk->buffers = (char*)mCblk + sizeof(audio_track_cblk_t); 916 mCblk->buffers = sharedBuffer->pointer(); [all...] |
/hardware/ti/omap4xxx/camera/ |
BaseCameraAdapter.cpp | 338 CAMHAL_LOGDA("Use buffers for preview"); 343 CAMHAL_LOGEA("Invalid preview buffers!"); 362 // initial ref count for undeqeueued buffers is 1 since buffer provider 391 CAMHAL_LOGDA("Use buffers for preview data"); 396 CAMHAL_LOGEA("Invalid preview data buffers!"); 415 // initial ref count for undeqeueued buffers is 1 since buffer provider 444 CAMHAL_LOGDA("Use buffers for image capture"); 449 CAMHAL_LOGEA("Invalid capture buffers!"); 468 // initial ref count for undeqeueued buffers is 1 since buffer provider [all...] |