Searched
full:buffers (Results
626 -
650 of
2624) sorted by null
<<21222324252627282930>>
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_file.cc | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
javamicro_generator.cc | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
/external/protobuf/src/google/protobuf/io/ |
printer_unittest.cc | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
/external/protobuf/src/google/protobuf/ |
message_unittest.cc | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
reflection_ops.cc | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
unittest_custom_options.proto | 1 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by
|
/external/qemu/distrib/jpeg-6b/ |
jcmainct.c | 36 /* If using just a strip buffer, this points to the entire set of buffers 179 /* Realign the virtual buffers if at the start of an iMCU row. */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_mixer_MMX.c | 35 * Mixing for 16 bit signed buffers 138 /* Mixing for 8 bit signed buffers */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_stfa.c | 191 /* Clear buffers */ 300 /* Allocate memory for audio buffers in DMA-able RAM */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/windib/ |
SDL_dibaudio.c | 226 /* Clean up mixing buffers */ 321 /* Create the sound buffers */
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemevents.c | 231 GEM_lock_redraw = SDL_TRUE; /* Prevent redraw till buffers resized */ 250 GEM_lock_redraw = SDL_TRUE; /* Prevent redraw till buffers resized */
|
/external/qemu/hw/ |
goldfish_pipe.h | 82 int (*sendBuffers)( void* pipe, const GoldfishPipeBuffer* buffers, int numBuffers ); 85 int (*recvBuffers)( void* pipe, GoldfishPipeBuffer* buffers, int numBuffers );
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
TwoColumnOutput.java | 172 * their respective buffers. This method terminates when at 173 * least one of the two column buffers is empty.
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
IndexDataManager.cpp | 8 // runs the Buffer translation process for index buffers. 352 else UNREACHABLE(); // Static index buffers can't be resized
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
GradientSkia.cpp | 76 // buffers, ensuring stops at both 0.0 and 1.0. The buffers must be large
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VIFI_xVSS_RGB565toYUV420.c | 90 /* Set the pointer to the beginning of the output data buffers */ 95 /* Set the pointer to the beginning of the input data buffers */
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/ |
LVCS.h | 31 /* The algorithm can execute either with separate input and output buffers or with */ 32 /* a common buffer, i.e. the data is processed in-place. If the buffers are the */
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
long_term_prediction.cpp | 92 Local Stores/Buffers/Pointers Needed: 95 Global Stores/Buffers/Pointers Needed: 101 Pointers and Buffers Modified: 437 /* The data is stored in TWO buffers, either as... 450 * In the first case, all of the buffers are non-contiguous, 454 * In the second case, the buffers storing t == -2, and t == -1 460 * for the loop at the end of the "ACCESS DATA IN THE LTP BUFFERS" 472 ************************************ ACCESS DATA IN THE LTP BUFFERS
|
pvmp4audiodecoderinitlibrary.cpp | 64 to the input and output buffers, data for handling the input buffer 77 Local Stores/Buffers/Pointers Needed: None 79 Global Stores/Buffers/Pointers Needed: None 85 Pointers and Buffers Modified: None 347 to the input and output buffers, data for handling the input buffer 360 Local Stores/Buffers/Pointers Needed: None 362 Global Stores/Buffers/Pointers Needed: None 368 Pointers and Buffers Modified: None
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 225 ;// Update source and Row Prediction buffers 263 ;// Update source and Row Prediction buffers
|
/frameworks/base/opengl/java/android/opengl/ |
GLErrorWrapper.java | 991 public void glDeleteBuffers(int n, int[] buffers, int offset) { 993 mgl11.glDeleteBuffers(n, buffers, offset); 997 public void glDeleteBuffers(int n, IntBuffer buffers) { 999 mgl11.glDeleteBuffers(n, buffers); 1009 public void glGenBuffers(int n, int[] buffers, int offset) { 1011 mgl11.glGenBuffers(n, buffers, offset); 1015 public void glGenBuffers(int n, IntBuffer buffers) { 1017 mgl11.glGenBuffers(n, buffers); [all...] |
/frameworks/base/voip/java/android/net/rtp/ |
AudioGroup.java | 33 * is enabled, mixes all AudioStream buffers and plays back. Finally, for each 35 * buffers and sends back the encoded packets. An AudioGroup does nothing if
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
TestView.java | 97 // These buffers are used to hold the vertex and index data while 99 // the buffers are nulled out to save memory.
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES20.spec | 29 void glDeleteBuffers ( GLsizei n, const GLuint *buffers )
51 void glGenBuffers ( GLsizei n, GLuint *buffers )
|
/frameworks/native/services/surfaceflinger/tests/ |
Transaction_test.cpp | 149 // posting three buffers to it should ensure that at least two 161 // This surface is used to ensure that the buffers posted to
|
Completed in 1238 milliseconds
<<21222324252627282930>>