/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
RefCountObject.h | 10 // (Concretely, textures, buffers and renderbuffers.)
|
/frameworks/av/include/private/media/ |
AudioTrackShared.h | 67 // next 4 are offsets within "buffers" 73 // if there is a shared buffer, "buffers" is the value of pointer() for the shared 74 // buffer, otherwise "buffers" points immediately after the control block 75 void* buffers; member in struct:android::audio_track_cblk_t
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorBuffer.c | 43 * @brief Allocate a pool of nbBuffers buffers 46 * @param nbBuffers : IN The number of buffers in the pool 70 ALOGV("VIDEOEDITOR_BUFFER_allocatePool : Allocating Pool buffers"); 209 * Initialize all the buffers in the pool */
|
/frameworks/base/core/jni/ |
android_hardware_Camera.cpp | 74 void clearCallbackBuffers_l(JNIEnv *env, Vector<jbyteArray> *buffers); 76 jbyteArray getCallbackBuffer(JNIEnv *env, Vector<jbyteArray> *buffers, size_t bufferSize); 100 bool mManualBufferMode; // Whether to use application managed buffers. 195 JNIEnv* env, Vector<jbyteArray>* buffers, size_t bufferSize) 200 if (!buffers->isEmpty()) { 201 ALOGV("Using callback buffer from queue of length %d", buffers->size()); 202 jbyteArray globalBuffer = buffers->itemAt(0); 203 buffers->removeAt(0); 243 ALOGV("Out of buffers, clearing callback!"); 370 // of buffers for throttling [all...] |
/frameworks/base/docs/html/guide/topics/renderscript/ |
index.jd | 15 acceleration when you have large buffers of data on which you need to do significant
|
/frameworks/native/include/gui/ |
BufferQueue.h | 62 // BufferQueue::getReleasedBuffers to retrieve the list of buffers 98 // bufferCount sets the minimum number of undequeued buffers for this queue 136 // queued buffers will be retired in order. 223 // buffers will be freed and the BufferQueue is placed in the "abandoned" 233 // setDefaultBufferSize is used to set the size of buffers returned by 257 // setTransformHint bakes in rotation to buffers so overlays can be used 279 // synchronous mode and free all buffers. In asynchronous mode, all buffers 384 // is initialized to NULL at construction time, and buffers are allocated 388 // mDefaultWidth holds the default width of allocated buffers. It is use [all...] |
/frameworks/wilhelm/src/android/ |
android_StreamPlayer.h | 44 virtual void setBuffers(const Vector<sp<IMemory> > &buffers); // mediaserver calls exactly once 64 // array of shared memory buffers 67 // list of available buffers in shared memory, identified by their index 102 // was refilled, or because during playback, the shared memory buffers should remain
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
OMX_G722Decoder.h | 60 /* #define G722DEC_BUFDETAILS */ /* See buffers details of the component */ 65 #define MAX_NUM_OF_BUFS 10 /* Max number of buffers used */ 66 #define G722D_NUM_INPUT_BUFFERS 1 /* Default number of input buffers */ 67 #define G722D_NUM_OUTPUT_BUFFERS 2 /* Default number of output buffers */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
OMX_G726Decoder.h | 61 /* #define G726DEC_BUFDETAILS */ /* See buffers details of the component */ 66 #define MAX_NUM_OF_BUFS 10 /* Max number of buffers used */ 67 #define G726D_NUM_INPUT_BUFFERS 1 /* Default number of input buffers */ 68 #define G726D_NUM_OUTPUT_BUFFERS 2 /* Default number of output buffers */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
OMX_Mp3Decoder.h | 71 /* #define MP3DEC_BUFDETAILS */ /* See buffers details of the component */ 78 #define MP3D_MAX_NUM_OF_BUFS 10 /* Max number of buffers used */ 79 #define MP3D_NUM_INPUT_BUFFERS 2 /* Default number of input buffers */ 80 #define MP3D_NUM_OUTPUT_BUFFERS 4 /* Default number of output buffers */
|
/libcore/luni/src/main/java/libcore/io/ |
BlockGuardOs.java | 152 @Override public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException { 154 return os.readv(fd, buffers, offsets, byteCounts); 194 @Override public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException { 196 return os.writev(fd, buffers, offsets, byteCounts);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
FrameBuffer.cpp | 47 // This is necessary to work with user-generated frame buffers with
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
FrameBuffer.cpp | 47 // This is necessary to work with user-generated frame buffers with
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
kernel.h | 16 unsigned long bufferram; /* Memory used by buffers */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kernel.h | 16 unsigned long bufferram; /* Memory used by buffers */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
kernel.h | 16 unsigned long bufferram; /* Memory used by buffers */
|
/cts/tests/tests/nativemedia/sl/src/ |
SLObjectCreationTest.cpp | 26 * * source is BufferQueue of PCM buffers 27 * * source is AndroidBufferQueue of MP2TS buffers 28 * * source is URI, sink is BufferQueue of PCM buffers 29 * * source is FD, sink is BufferQueue of PCM buffers 30 * * source is AndroidBufferQueue of AAC ADTS buffers, sink is BufferQueue of PCM buffers 32 * * source is IO device, sink is BufferQueue of PCM buffers
|
/external/chromium/net/socket/ |
ssl_client_socket_win.cc | 1256 SecBuffer buffers[4]; local 1391 SecBuffer buffers[4]; local [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
Grid.java | 35 * vertex buffers and to insert edges between grid squares for tiling. 228 // draw using hardware buffers 268 // draw using hardware buffers 307 * Deletes the hardware buffers allocated by this object (if any). 329 * Allocates hardware buffers on the graphics card and fills them with 337 DebugLog.i("Grid", "Using Hardware Buffers"); 347 // too fast task switching leaves buffers in the middle pos which
|
/external/blktrace/doc/ |
blktrace.8 | 28 blktrace receives data from the kernel in buffers passed up through the 46 As noted above, the events are passed up via a series of buffers stored 47 into debugfs files. The size and number of buffers can be specified via 133 Specifies number of buffers to use. blktrace defaults to 4 sub buffers.
|
/external/kernel-headers/original/linux/ |
relay.h | 37 size_t subbufs_produced; /* count of sub-buffers produced */ 38 size_t subbufs_consumed; /* count of sub-buffers consumed */ 60 size_t n_subbufs; /* number of sub-buffers per buffer */ 66 struct rchan_buf *buf[NR_CPUS]; /* per-cpu channel buffers */ 134 * than the default set of per-cpu buffers.
|
/external/qemu/docs/ |
AUDIO.TXT | 43 buffer and write into a platform-specific sound buffers (e.g. WinWave-managed buffers 121 buffers. 125 SWVoiceOut: emulated hardware sound buffers: 137 backend-specific sound buffers
|
/frameworks/av/include/media/stagefright/ |
OMXCodec.h | 52 // Store meta data in video buffers 58 // Enable GRALLOC_USAGE_PROTECTED for output buffers from native window 219 // submitted to OMX next. This only applies when using buffers from a 317 // the buffers on that port). 325 static size_t countBuffersWeOwn(const Vector<BufferInfo> &buffers);
|
/frameworks/av/media/libstagefright/ |
MediaCodec.cpp | 305 status_t MediaCodec::getInputBuffers(Vector<sp<ABuffer> > *buffers) const { 308 msg->setPointer("buffers", buffers); 314 status_t MediaCodec::getOutputBuffers(Vector<sp<ABuffer> > *buffers) const { 317 msg->setPointer("buffers", buffers); 556 ALOGV("%s buffers allocated", 564 Vector<BufferInfo> *buffers = &mPortBuffers[portIndex]; local 585 buffers->push_back(info); 590 // We're always allocating output buffers afte 1215 Vector<BufferInfo> *buffers = &mPortBuffers[portIndex]; local 1242 Vector<BufferInfo> *buffers = &mPortBuffers[portIndex]; local [all...] |
/external/opencv/cvaux/src/ |
cvlines.cpp | 199 uchar * dst, /* dest buffers */ 243 uchar * src, /* source buffers */ 244 int *src_nums, /* lens of buffers */ 407 uchar * dst, /* dest buffers */ 429 dst, /* dest buffers */ 450 uchar * src, /* source buffers */ 451 int *src_nums, /* lens of buffers */ 471 src, /* source buffers */ 472 src_nums, /* lens of buffers */
|