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

<<11121314151617181920>>

  /frameworks/native/opengl/tools/glgen/src/
JType.java 51 // Untyped pointers map to untyped Buffers
61 // Typed pointers map to typed Buffers
  /frameworks/wilhelm/src/android/
android_defs.h 26 // audio player, playing PCM buffers in a buffer queue data source
149 * Types of buffers stored in Android Buffer Queues, see IAndroidBufferQueue.mBufferType
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 74 /* These constants reflect the number of buffers that libqcamera requires
103 // buffers. The heap may be backed by pmem (when pmem_pool contains
  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 95 RMS_WORD segid; /* Segment to allocate buffers */
96 RMS_WORD align; /* Alignment for allocated buffers */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 95 RMS_WORD segid; /* Segment to allocate buffers */
96 RMS_WORD align; /* Alignment for allocated buffers */
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_event_mbox.h 50 The event mechanism is based on a pair of event buffers (buffers "A" and "B") in fixed locations
  /hardware/ti/wlan/wl1271/Txn/
BusDrv.h 142 TI_UINT16 aLen[MAX_XFER_BUFS]; /* Lengths of the following aBuf data buffers respectively.
144 TI_UINT8* aBuf[MAX_XFER_BUFS]; /* Host data buffers to be written to or read from the device */
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl_Api.h 63 /* Build the buffers descriptor of a typical two buffers (header & data) Tx packet */
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java 75 // placed in destination buffers it will be stored in this
399 * be placed in the destination buffers.
403 * @param dsts destination buffers to place received application data.
443 // check the destination buffers and count their capacity
526 // place the app. data (if any) into the dest. buffers
563 * @param srcs the source buffers with application data to be encoded
565 * @param offset the offset in the destination buffers array pointing to
567 * @param len specifies the maximum number of buffers to be procesed.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvas.java 37 // Clear the drawing buffers. This should only be used by GLRoot.
114 // Delete the textures and buffers in GL side. This function should only be
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 182 * used to allocate buffers for points and link
183 * the buffers together
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 182 * used to allocate buffers for points and link
183 * the buffers together
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 182 * used to allocate buffers for points and link
183 * the buffers together
  /system/media/audio_utils/include/audio_utils/
primitives.h 42 * The destination and source buffers must either be completely separate (non-overlapping), or
43 * they must both start at the same address. Partially overlapping buffers are not supported.
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Decoder.h 78 * @def NUM_G711DEC_INPUT_BUFFERS Number of Input Buffers
85 * @def NUM_G711DEC_OUTPUT_BUFFERS Number of Output Buffers
92 * @def NUM_G711DEC_OUTPUT_BUFFERS_DASF Number of Output Buffers
470 /** This will contain info like how many buffers
487 /** The pipes for sending buffers to the thread */
490 /** The pipes for sending buffers to the thread */
493 /** The pipes for sending buffers to the thread */
502 /** Count of number of buffers outstanding with bridge */
505 /** Count of number of buffers outstanding with bridge */
508 /** Number of Buffers In the Application*
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 52 // Allocate Buffers and Values to pass to builtin functions
57 UniquePtr<UniqueBuffer, DefaultDelete<UniqueBuffer[]> > & buffers,
75 buffers.reset(new UniqueBuffer[N]);
76 if (buffers.get() == NULL) {
83 UniqueBuffer* buffersPtr = buffers.get();
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 64 // number of buffers in our buffer queue, an arbitrary number
132 // Enqueue the initial buffers, with a discontinuity indicator on first buffer
272 // Enqueue the initial buffers, and optionally signal a discontinuity in the first buffer
415 // enqueue the initial buffers
510 // first wait for buffers currently in queue to be drained
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 66 OMX_U32 nBufferCountActual; /**< The actual number of buffers allocated on this port */
67 OMX_U32 nBufferCountMin; /**< The minimum number of buffers this port requires */
68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
72 is not populated with buffers on a transition to IDLE. */
73 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by
  /external/openssl/patches/
handshake_cutthrough.patch 161 /* Use small read and write buffers: (a) lazy allocate read buffers for
225 fprintf(stderr," -c_small_records - enable client side use of small SSL record buffers\n");
226 fprintf(stderr," -s_small_records - enable server side use of small SSL record buffers\n");
268 echo test sslv2/sslv3 with both client and server authentication and small client and server buffers
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 315 /* void glDeleteBuffers ( GLsizei n, const GLuint *buffers ) */
321 GLuint *buffers = (GLuint *) 0; local
324 jniThrowException(_env, "java/lang/IllegalArgumentException", "buffers == null");
338 buffers = buffers_base + offset;
342 (GLuint *)buffers
352 /* void glDeleteBuffers ( GLsizei n, const GLuint *buffers ) */
358 GLuint *buffers = (GLuint *) 0; local
360 buffers = (GLuint *)getPointer(_env, buffers_buf, &_array, &_remaining);
367 (GLuint *)buffers
372 releasePointer(_env, _array, buffers, JNI_FALSE)
395 GLuint *buffers = (GLuint *) 0; local
436 GLuint *buffers = (GLuint *) 0; local
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 842 // and GPU-read buffers.
1483 sp<GraphicBuffer> buffers[2]; local
1528 sp<GraphicBuffer> buffers[3]; local
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 187 fprintf(stderr, "%s: unusual receive buffer queue size (%u buffers)\n", argv[0],
194 fprintf(stderr, "%s: unusual transmit buffer queue size (%u buffers)\n", argv[0],
247 // compute total free buffers as -r plus -t
252 // Initialize free buffers
374 // Enqueue some empty buffers for the recorder
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 66 OMX_U32 nBufferCountActual; /**< The actual number of buffers allocated on this port */
67 OMX_U32 nBufferCountMin; /**< The minimum number of buffers this port requires */
68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
72 is not populated with buffers on a transition to IDLE. */
73 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 335 //Push-Pending Buffers
531 // Number of Output Buffers
535 // Number of Input Buffers
538 // Size of Input Buffers
564 // Heap pointer to frame buffers
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 66 OMX_U32 nBufferCountActual; /**< The actual number of buffers allocated on this port */
67 OMX_U32 nBufferCountMin; /**< The minimum number of buffers this port requires */
68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
72 is not populated with buffers on a transition to IDLE. */
73 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by

Completed in 1257 milliseconds

<<11121314151617181920>>