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

<<21222324252627282930>>

  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 331 UINT uSegid; /* Memory segment on DSP to allocate buffers */
333 UINT uNumBufs; /* Number of buffers */
527 * including segment and alignment of data buffers allocated with
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmm.h 83 * Allocate memory buffers that can be used for data streaming or
368 * bForce: bForce = TRUE will free XLators SM buffers/dscriptrs.
404 * for shared memory buffers between the GPP and DSP.
dbdefs.h 325 UINT uSegid; /* Memory segment on DSP to allocate buffers */
327 UINT uNumBufs; /* Number of buffers */
516 * including segment and alignment of data buffers allocated with
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEncoder.h 68 * @def WBAMRENC_NUM_INPUT_BUFFERS Default number of input buffers
74 * @def WBAMRENC_NUM_INPUT_BUFFERS_DASF Default No.of input buffers DASF
80 * @def WBAMRENC_NUM_OUTPUT_BUFFERS Default number of output buffers
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 419 /* The pipes to maintain free buffers */
421 /* The pipes to maintain input buffers sent from app*/
423 /* The pipes for sending buffers to the thread */
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 105 * Flush buffers so recipients can immediately decode the data sent thus
114 * Flush buffers so recipients can immediately decode the data sent thus
125 * Flush buffers and mark the end of the data stream.
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 116 // times the animation internally calls eglSwapBuffers(), large buffers
531 // on the surface, which will allocate large buffers the first three calls
535 // Buffers should be allocated, start the real animation
  /sdk/emulator/opengl/system/GLESv1_enc/
gl.in 60 GL_ENTRY(void, glDeleteBuffers, GLsizei n, const GLuint *buffers)
80 GL_ENTRY(void, glGenBuffers, GLsizei n, GLuint *buffers)
286 GL_ENTRY(void, glExtGetBuffersQCOM, GLuint *buffers, GLint maxBuffers, GLint *numBuffers)
  /sdk/emulator/opengl/system/GLESv2_enc/
gl2.in 29 GL_ENTRY(void, glDeleteBuffers, GLsizei n, const GLuint* buffers)
50 GL_ENTRY(void, glGenBuffers, GLsizei n, GLuint* buffers)
193 GL_ENTRY(void, glExtGetBuffersQCOM, GLuint *buffers, GLint maxBuffers, GLint *numBuffers)
  /external/tremolo/Tremolo/
framing.c 51 references to refcounted memory buffers. References and buffers
52 are both recycled. Buffers are passed around and consumed in
170 /* increase the refcount of the buffers to which the reference points */
309 /* release the references, decrease the refcounts of buffers to which
310 they point, release any buffers with a refcount that drops to zero */
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 227 arr[3] = 4; /* Number of buffers for Input Stream */
229 arr[3] = 1; /* WinCE Number of buffers for Input Stream */
234 arr[6] = 4; /* Number of buffers for Output Stream */
236 arr[6] = 1; /* WinCE Number of buffers for Output Stream */
260 arr[3] = 4; /* Number of buffers for Input Stream */
263 arr[6] = 2; /* Number of buffers for Output Stream */
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 77 // These buffers are used to hold the vertex and index data while
79 // the buffers are nulled out to save memory.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 284 // Buffers to be passed to gl*Pointer() functions
289 // Buffers with multi-byte datatypes (e.g., short, int, float)
  /external/aac/libSBRenc/src/
ton_corr.h 118 INT bufferLength; /*!< Length of the r and i buffers. */
125 INT frameStartIndex; /*!< The start index for the current frame in the r and i buffers. */
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 739 // buffers will contain application data messages
744 ByteBuffer[] buffers = local
780 buffer = buffers[step];
806 if (!buffers[step].hasRemaining()) {
    [all...]
  /external/elfutils/libelf/
elf_end.c 187 /* Free the list of data buffers for the section.
188 We don't free the buffers themselves since this
  /external/icu4c/common/
ucnv_bld.h 31 /* size of the overflow buffers in UConverter, enough for escaping callbacks */
189 * - keeps a lead surrogate between buffers (similar to toUBytes[])
ucnv_cnv.h 80 * Must maintain state across buffers. Use toUBytes[toULength] for partial input
102 * A lead surrogate is kept in fromUChar32 across buffers, and if an error
  /external/icu4c/common/unicode/
bytestream.h 117 * Flush internal buffers.
118 * Some byte sinks use internal buffers or provide buffering
  /external/kernel-headers/original/linux/
ion.h 213 * A helper function for drivers that will be recieving ion buffers shared
214 * with them from userspace. These buffers are represented by a file
  /external/libvpx/vp8/decoder/
onyxd_if.c 271 * any of the reference buffers, but we act conservative and
308 * any of the reference buffers, but we act conservative and
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
cpp_message_field.cc 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/
importer.h 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by

Completed in 1577 milliseconds

<<21222324252627282930>>