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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
native_window.h 89 * Change the format and size of the window buffers.
91 * The width and height control the number of pixels in the buffers, not the
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
native_window.h 89 * Change the format and size of the window buffers.
91 * The width and height control the number of pixels in the buffers, not the
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
native_window.h 89 * Change the format and size of the window buffers.
91 * The width and height control the number of pixels in the buffers, not the
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
native_window.h 89 * Change the format and size of the window buffers.
91 * The width and height control the number of pixels in the buffers, not the
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
native_window.h 89 * Change the format and size of the window buffers.
91 * The width and height control the number of pixels in the buffers, not the
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 336 public long read(ByteBuffer[] buffers, int offset, int length) throws IOException {
337 Arrays.checkOffsetAndCount(buffers.length, offset, length);
340 return transferIoVec(new IoVec(buffers, offset, length, IoVec.Direction.READV));
501 public long write(ByteBuffer[] buffers, int offset, int length) throws IOException {
502 Arrays.checkOffsetAndCount(buffers.length, offset, length);
505 return transferIoVec(new IoVec(buffers, offset, length, IoVec.Direction.WRITEV));
509 * @param copyingIn true if we're copying data into the buffers (typically
511 * copying data out of the buffers (for a file/network write operation).
513 static int calculateTotalRemaining(ByteBuffer[] buffers, int offset, int length, boolean copyingIn) {
516 count += buffers[i].remaining()
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 620 // SurfaceMediaSourceTest class contains tests that fill the buffers
622 // SurfaceMediaSourceGLTest class contains tests that fill the buffers
658 // pass multiple buffers from the native_window the SurfaceMediaSource
680 // Delayed pass of multiple buffers from the native_window the SurfaceMediaSource
707 // pass multiple buffers from the native_window the SurfaceMediaSource
733 // buffers are filled and queueud by the CPU instead of GL.
819 // Test to examine whether we can render GL buffers in to the surface
864 // Test to examine the actual encoding with GL buffers
865 // Actual encoder, Actual GL Buffers Filled SurfaceMediaSource
870 ALOGV("************** GL Filling the buffers ***********");
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java 63 * Each codec maintains a number of input and output buffers that are
65 * The contents of these buffers is represented by the ByteBuffer[] arrays
69 * input nor output buffers, subsequent calls to {@link #dequeueInputBuffer}
72 * The client is not required to resubmit/release buffers immediately
83 * Input buffers (for decoders) and Output buffers (for encoders) contain
87 * encoded frames of audio. In either case, buffers do not start and end on
92 * of buffers containing setup data, or codec specific data, i.e. the
93 * first few buffers submitted to the codec object after starting it must
104 * {@link #queueInputBuffer}. The codec will continue to return output buffers
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
DatagramChannel.java 250 * Reads a datagram from this channel into an array of byte buffers.
253 * and the incoming datagram is from the connected address. If the buffers
255 * datagram that does not fit in the buffers is discarded. Otherwise, this
262 * the byte buffers to store the received datagram.
264 * a non-negative offset in the array of buffers, pointing to the
269 * buffers to be filled, must not be bigger than
291 * Reads a datagram from this channel into an array of byte buffers.
294 * and the incoming datagram is from the connected address. If the buffers
296 * datagram that does not fit in the buffers is discarded. Otherwise, this
302 * the byte buffers to store the received datagram
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 102 /* #define MP3DEC_BUFDETAILS */ /* See buffers details of the component */
106 #define MP3D_MAX_NUM_OF_BUFS 10 /* Max number of buffers used */
107 #define MP3D_NUM_INPUT_BUFFERS 4 /* Default number of input buffers */
108 #define MP3D_NUM_OUTPUT_BUFFERS 4 /* Default number of output buffers */
291 * pthread variable to indicate OMX returned all buffers to app
362 * output as is put in the output IUALG_Buf buffers and the state of all buffers
416 /** MP3DEC_UAlgInBufParamStruct: This struct is passed with input buffers that
452 * for both input and output buffers.
476 /* Number of buffers */
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
xmltokenizer-do-not-crash.pl 3 # flush the buffers after each print
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
ChatManager.java 13 * Handles reading and writing of messages with socket buffers. Uses a Handler
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DirectByteBufferTest.java 52 // Android direct byte buffers have backing arrays.
  /external/bluetooth/bluez/audio/
gstsbcdec.h 52 /* caps for outgoing buffers */
  /external/chromium/chrome/browser/download/
download_types.h 23 // waiting for the task to run on the file thread. Access to the write buffers
  /external/chromium/net/base/
nss_memio.h 23 NSPR I/O layer that terminates in a pair of circular buffers
33 the real network and memio's network buffers.
40 /* Create the I/O layer and its two circular buffers. */
71 * Returns up to two buffers of data by writing the positions and lengths into
  /external/chromium/third_party/libjingle/source/talk/base/
md5.h 13 * needed on buffers full of bytes, and then call MD5Final, which
  /external/flac/libFLAC/include/private/
md5.h 17 * needed on buffers full of bytes, and then call MD5Final, which
  /external/guava/guava/src/com/google/common/base/
Platform.java 41 * A thread-local destination buffer to keep us from creating new buffers.
  /external/libvpx/
md5_utils.h 14 * needed on buffers full of bytes, and then call MD5Final, which
  /external/mesa3d/docs/
MESA_release_buffers.spec 63 causes all software ancilliary buffers (back buffer, depth, stencil,
RELNOTES-6.3 23 separate color buffers, instead of just one.
55 * The actual texture object, program or buffers isn't really deleted until
62 Note that textures, programs and buffers can be shared by several rendering
77 reading/writing pixels from/to buffers has changed. Now, all pixels are
  /external/qemu/distrib/sdl-1.2.12/src/audio/dart/
SDL_dart.h 58 MCI_MIX_BUFFER *pMixBuffers; // Sound buffers
  /external/qemu/
qemu_file.h 13 Q_FIELD_BUFFER_SIZE, /* to specify the size of buffers */
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
RefCountObject.cpp 10 // (Concretely, textures, buffers and renderbuffers.)

Completed in 2750 milliseconds

1 2 3 4 56 7 8 91011>>