/frameworks/ex/variablespeed/jni/ |
variablespeed.cc | 63 // Pointer to local storage buffers for decoded audio data. 269 // Enqueue buffers to map the region of memory allocated to store the 308 // delete all outstanding playing and free buffers 721 // my buffers.
|
variablespeed.h | 102 // The buffers we're using for playback.
|
/frameworks/native/include/ui/ |
FramebufferNativeWindow.h | 77 sp<NativeBuffer> buffers[NUM_FRAME_BUFFERS]; member in class:android::FramebufferNativeWindow
|
/frameworks/native/libs/ui/ |
GraphicBufferAllocator.cpp | 61 snprintf(buffer, SIZE, "Allocated buffers:\n");
|
/hardware/libhardware/include/hardware/ |
fb.h | 124 * compositor has finished issuing GL commands for client buffers.
|
/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 111 // never unmap buffers that were created in this process
|
/hardware/msm7k/libgralloc/ |
mapper.cpp | 130 // never unmap buffers that were created in this process
|
/hardware/qcom/media/mm-video/vidc/venc/src/ |
omx_video_base.cpp | 653 Returns zero if all the buffers released.. 706 Returns zero if all the buffers released.. 734 //if all buffers are allocated or all ports disabled [all...] |
/hardware/ril/mock-ril/src/cpp/ |
node_buffer.h | 35 * individual bytes with [] and slice it into substrings or sub-buffers
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_log.c | 86 " %ld buffers\n",
|
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
V4LCameraAdapter.h | 81 //API to flush the buffers for preview
|
/hardware/ti/omap4xxx/hwc/ |
hal_public.h | 109 int (*Post2)(framebuffer_device_t *fb, buffer_handle_t *buffers,
|
/libcore/luni/src/main/java/java/io/ |
BufferedOutputStream.java | 23 * Wraps an existing {@link OutputStream} and <em>buffers</em> the output.
|
/libcore/luni/src/main/java/java/nio/ |
HeapByteBuffer.java | 25 * the implementation of array based byte buffers.
|
ReadWriteHeapByteBuffer.java | 24 * the implementation of array based byte buffers.
|
/libcore/luni/src/main/java/java/util/logging/ |
SocketHandler.java | 49 * This handler buffers the outgoing messages, but flushes each time a log
|
/libcore/luni/src/main/native/ |
realpath.cpp | 46 * This implementation also removes all the fixed-length buffers of the C original.
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidZipStressTest.java | 123 * some internal ZLIB buffers in size, so this test is trying to execute a
|
/libcore/support/src/test/java/tests/security/ |
MessageDigestTest.java | 52 // to the 1 MB buffers being allocated. We need to make sure all data is
|
/ndk/sources/host-tools/make-3.81/ |
strcache.c | 211 printf (_("%s # of strcache buffers: %d\n"), prefix, numbuffs);
|
/packages/apps/Camera/jni/ |
mosaic_renderer_jni.cpp | 599 // To speed up, there is no need to clear the destination buffers 600 // (offscreen/screen buffers) of gSurfTexRenderer, gYVURenderer 601 // and gPreview because we always fill the whole destination buffers 602 // when we draw something to those offscreen/screen buffers.
|
/packages/apps/Camera/src/com/android/camera/ |
CameraScreenNail.java | 145 // Consume the frame. If the buffers are full,
|
MosaicFrameProcessor.java | 163 // clear() is called and buffers are cleared, stop computation.
|
/packages/apps/Email/src/org/apache/commons/io/input/ |
AutoCloseInputStream.java | 26 * closed, so any allocated in-memory buffers can be freed even if the
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
GLStub.java | 810 int[] buffers, 816 java.nio.IntBuffer buffers 828 int[] buffers, 834 java.nio.IntBuffer buffers
|