/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 1239 // C function void glDeleteBuffers ( GLsizei n, const GLuint *buffers ) 1243 int[] buffers, 1247 // C function void glDeleteBuffers ( GLsizei n, const GLuint *buffers ) 1251 java.nio.IntBuffer buffers 1263 // C function void glGenBuffers ( GLsizei n, GLuint *buffers ) 1267 int[] buffers, 1271 // C function void glGenBuffers ( GLsizei n, GLuint *buffers ) 1275 java.nio.IntBuffer buffers [all...] |
/hardware/msm7k/libgralloc-qsd8k/ |
gpu.cpp | 76 // We ran out of buffers. 161 // PMEM buffers are always mmapped
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
omx_vdec.cpp | [all...] |
/hardware/qcom/media/mm-video/vidc/venc/inc/ |
omx_video_base.h | 311 //Push-Pending Buffers 488 // Heap pointer to frame buffers
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/ |
OMX_G722Encoder.h | 74 * @def G722ENC_NUM_INPUT_BUFFERS Component default number of input buffers 82 * @def G722ENC_NUM_OUTPUT_BUFFERS Component default number of output buffers
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
osmemapi.c | 436 DESCRIPTION: Compare characters in two buffers. 443 RETURN: The return value indicates the relationship between the buffers:
|
/libcore/luni/src/main/java/libcore/io/ |
Posix.java | 121 public native int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException; 181 public native int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException;
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherSpiTest.java | 209 * throws NullPointerException if one of these buffers is null; 261 * throws NullPointerException if one of these buffers is null;
|
/system/core/include/pixelflinger/ |
pixelflinger.h | 77 // buffers, pixel drawing/reading 216 // Set the textures and color buffers
|
/system/extras/procrank/ |
procrank.c | 71 "Buffers:", 113 printf("RAM: %ldK total, %ldK free, %ldK buffers, %ldK cached, %ldK shmem, %ldK slab\n",
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.c | 858 /* Setting No. of Input and Output Buffers for the Component */ 862 /* Ensuring the propper value of input buffers for DASF mode : Should be 0 */ 867 APP_EPRINT ("%d :: App: WARNING: DASF-Mode should not use input buffers \n",__LINE__); 868 APP_EPRINT ("%d :: App: WARNING: Changing the number of input buffers to 0 \n",__LINE__); 873 APP_EPRINT ("%d :: App: WARNING: DASF-Mode should use 2 Output buffers \n",__LINE__); 874 APP_EPRINT ("%d :: App: WARNING: Changing the number of Output buffers to 2 \n",__LINE__); 882 APP_EPRINT ("%d :: App: ERROR: Input buffers value incorrect (0-4) \n",__LINE__); 887 APP_EPRINT ("%d :: App: ERROR: Output buffers value incorrect (0-4) \n",__LINE__); 891 /* Ensuring the propper value of buffers for STEREO mode */ 894 APP_EPRINT ("%d :: App: WARNING: STEREO-Mode should use 4 output buffers \n",__LINE__) [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEnc_Utils.c | 354 /* create the pipe used to maintain free output buffers*/ 361 /* create the pipe used to maintain filled input buffers*/ 382 /* No buffers have been sent to dsp */ 643 ptCreateString[3] = JPGENC_SNTEST_INBUFCNT; /* Number of buffers on input stream */ 646 ptCreateString[6] = JPGENC_SNTEST_OUTBUFCNT;/* Number of buffers on input stream */ [all...] |
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
LwjglRenderer.java | 2342 IntMap<VertexBuffer> buffers = mesh.getBuffers(); local [all...] |
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 148 buffer_handle_t *buffers; member in struct:omap4_hwc_device 286 dump_printf(&log, "%p", hwc_dev->buffers[i]); 787 /* 1D buffers: no transform, must fit in TILER slot */ 888 /* we need to ensure that even TILER2D buffers can be scaled */ [all...] |
/frameworks/av/media/libstagefright/ |
ACodec.cpp | 234 // Submit output buffers to the decoder, submit input buffers to client 238 // Returns true iff input and output buffers are in play. 422 ALOGV("[%s] Allocating %lu buffers of size %lu on %s port", 528 // requested protected buffers. 568 // to buffers? 591 ALOGV("[%s] Allocating %lu buffers from a native window of size %lu on " 595 // Dequeue buffers and send them to OMX 631 // If an error occurred while dequeuing we need to cancel any buffers 636 // Return the last two buffers to the native window [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCameraAdapter.cpp | 1055 uint32_t *buffers; local 1488 uint32_t *buffers = (uint32_t*)bufArr; local [all...] |
/external/mesa3d/docs/ |
relnotes-7.10.html | 81 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31514">Bug 31514</a> - isBuffer returns true for unbound buffers</li> 426 <li>mesa: make glIsBuffer() return false for never bound buffers</li> 551 <li>st/xlib: Notify the context when the front/back buffers are swapped.</li> [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_Utils.c | 247 arr[3] = NUM_OF_VPP_BUFFERS; /*Number of buffers on input stream*/
251 arr[6] = NUM_OF_VPP_BUFFERS; /*Number of buffers on input stream*/
255 arr[9] = NUM_OF_VPP_BUFFERS; /*Number of buffers on output stream*/
259 arr[12] = NUM_OF_VPP_BUFFERS; /*Number of buffers on output stream*/
263 arr[15] = NUM_OF_VPP_BUFFERS; /*Number of buffers on output stream*/
533 /*Create pipe to hold filled input buffers from APP to Component*/
539 /*Create pipe to hold empty output buffers from APP to Component*/
3243 int buffers; local [all...] |
/bionic/libc/arch-arm/bionic/ |
memcmp16.S | 45 /* take of the case where length is nul or the buffers are the same */
|
/bionic/libc/bionic/ |
memmove_words.c | 53 * Determine if the source and destination buffers will overlap if
|
/cts/suite/audio_quality/lib/include/task/ |
TaskCase.h | 49 /// find all buffers with given regular expression. returns NULL if not found
|
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 187 Log.d(TAG, "output buffers have changed.");
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
Sphere.java | 69 // first evenly distribute to n-1 buffers, then put remaining ones to the last one.
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
nand.h | 220 struct nand_buffers buffers; member in struct:nand_chip
|
/development/ndk/platforms/android-9/samples/native-audio/jni/ |
native-audio-jni.c | 99 // pointer and size of the next player buffer to enqueue, and number of remaining buffers 509 // we recorded at 16 kHz, but are playing buffers at 8 Khz, so do a primitive down-sample 529 // but for streaming playback we would typically enqueue at least 2 buffers to start 699 // (for streaming recording, we would enqueue at least 2 empty buffers to start things off)
|