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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_clear.c 53 nv30_clear(struct pipe_context *pipe, unsigned buffers,
64 if (buffers & PIPE_CLEAR_COLOR && fb->nr_cbufs) {
74 if (buffers & PIPE_CLEAR_DEPTH)
76 if (buffers & PIPE_CLEAR_STENCIL)
157 unsigned buffers, double depth, unsigned stencil,
182 if (buffers & PIPE_CLEAR_DEPTH)
184 if (buffers & PIPE_CLEAR_STENCIL)
  /external/protobuf/python/
README.txt 1 Protocol Buffers - Google's data interchange format
4 This directory contains the Python Protocol Buffers runtime library.
9 https://developers.google.com/protocol-buffers/
21 The Python implementation of Protocol Buffers is not as mature as the C++
24 join the Protocol Buffers discussion list and let us know!
79 The complete documentation for Protocol Buffers is available via the
82 https://developers.google.com/protocol-buffers/
  /frameworks/av/include/media/stagefright/
CameraSource.h 68 * source to store meta data in video buffers; false to
70 * in the video buffers. The camera source may not support
71 * storing meta data in video buffers, if so, a request
73 * meta data is actually being stored in video buffers
114 * frame data in video buffers.
117 * buffers; false if real YUV data is stored in
118 * the video buffers.
  /frameworks/av/media/libmedia/
IStreamSource.cpp 65 virtual void setBuffers(const Vector<sp<IMemory> > &buffers) {
68 data.writeInt64(static_cast<int64_t>(buffers.size()));
69 for (size_t i = 0; i < buffers.size(); ++i) {
70 data.writeStrongBinder(IInterface::asBinder(buffers.itemAt(i)));
109 Vector<sp<IMemory> > buffers; local
114 buffers.push(mem);
116 setBuffers(buffers);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
multibuf.h 77 int nbuffers; /* Number of buffers */
78 Multibuffer *buffers; /* Buffers */ member in struct:__anon30331
112 int max_buffers; /* most buffers for this visual */
113 int depth; /* depth of buffers to be created */
136 Multibuffer* /* buffers */
147 Multibuffer* /* buffers */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
multibuf.h 74 int nbuffers; /* Number of buffers */
75 Multibuffer *buffers; /* Buffers */ member in struct:__anon32190
109 int max_buffers; /* most buffers for this visual */
110 int depth; /* depth of buffers to be created */
133 Multibuffer* /* buffers */
144 Multibuffer* /* buffers */,
  /system/core/libpixelflinger/
clear.cpp 107 // unexsiting buffers have no effect...
108 if (c->state.buffers.color.format == 0)
111 if (c->state.buffers.depth.format == 0)
114 if (c->state.buffers.stencil.format == 0)
122 c->state.buffers.color.format,
131 memset2d(c, c->state.buffers.color, packed, l, t, w, h);
140 memset2d(c, c->state.buffers.depth, packed, l, t, w, h);
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/
QualcommUsbCamera.h 112 * buffers sent out via CAMERA_MSG_VIDEO_FRAME for a recording session. If
114 * data in the video buffers.
119 * If meta data is stored in the video buffers, it is up to the receiver of
120 * the video buffers to interpret the contents and to find the actual frame
124 * Some camera HALs may not support storing meta data in the video buffers,
126 * buffers. If the camera HAL does not support storing the meta data in the
127 * video buffers when it is requested to do do, INVALID_OPERATION must be
134 * meta data in the video buffers; false to instruct
136 * buffers.
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_ui.py 46 """ Returns a list of buffers that are not a part of the LLDB UI. That is, they
57 def update_pc(self, process, buffers, goto_file):
101 buffers = self.get_user_buffers(fname)
103 if len(buffers) == 1:
104 buf = buffers[0]
113 elif len(buffers) > 1 and goto_file:
114 #FIXME: multiple open buffers match PC location
129 def update_breakpoints(self, target, buffers):
162 for buf in buffers:
  /frameworks/native/include/media/hardware/
MetadataBufferType.h 26 * MetadataBufferType defines the type of the metadata buffers that
28 * media recording framework. To see how to work with the metadata buffers
31 * The creator of metadata buffers and video encoder share common knowledge
32 * on what is actually being stored in these metadata buffers, and
37 * metadata buffers, except for receving each individual metadata buffer
41 * The creator of the metadata buffers must ensure that the first
47 * to that type of metadata buffers (for instance, locate the actual
70 * the payload of the metadata buffers can be interpreted as
89 * the payload of the metadata buffers can be interpreted as
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 59 // References to the internal buffers managed by the codec. The codec
60 // refers to these buffers by index, never by reference so it's up to us
65 // Indices of the input buffers that are currently available for writing. We'll
69 // Indices of the output buffers that currently hold valid data, in the order
193 // check if we have dequed input buffers available from the codec
282 // dequeue available buffers and synchronize our data structures with the codec.
309 // dequeue available buffers and synchronize our data structures with the codec.
333 // Get valid input buffers from the codec to fill later in the same order they were
340 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 59 // References to the internal buffers managed by the codec. The codec
60 // refers to these buffers by index, never by reference so it's up to us
65 // Indices of the input buffers that are currently available for writing. We'll
69 // Indices of the output buffers that currently hold valid data, in the order
193 // check if we have dequed input buffers available from the codec
282 // dequeue available buffers and synchronize our data structures with the codec.
309 // dequeue available buffers and synchronize our data structures with the codec.
333 // Get valid input buffers from the codec to fill later in the same order they were
340 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 59 // References to the internal buffers managed by the codec. The codec
60 // refers to these buffers by index, never by reference so it's up to us
65 // Indices of the input buffers that are currently available for writing. We'll
69 // Indices of the output buffers that currently hold valid data, in the order
193 // check if we have dequed input buffers available from the codec
282 // dequeue available buffers and synchronize our data structures with the codec.
309 // dequeue available buffers and synchronize our data structures with the codec.
333 // Get valid input buffers from the codec to fill later in the same order they were
340 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java 59 // References to the internal buffers managed by the codec. The codec
60 // refers to these buffers by index, never by reference so it's up to us
65 // Indices of the input buffers that are currently available for writing. We'll
69 // Indices of the output buffers that currently hold valid data, in the order
193 // check if we have dequed input buffers available from the codec
282 // dequeue available buffers and synchronize our data structures with the codec.
309 // dequeue available buffers and synchronize our data structures with the codec.
333 // Get valid input buffers from the codec to fill later in the same order they were
340 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java 59 // References to the internal buffers managed by the codec. The codec
60 // refers to these buffers by index, never by reference so it's up to us
65 // Indices of the input buffers that are currently available for writing. We'll
69 // Indices of the output buffers that currently hold valid data, in the order
193 // check if we have dequed input buffers available from the codec
282 // dequeue available buffers and synchronize our data structures with the codec.
309 // dequeue available buffers and synchronize our data structures with the codec.
333 // Get valid input buffers from the codec to fill later in the same order they were
340 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
MediaCodecWrapper.java 59 // References to the internal buffers managed by the codec. The codec
60 // refers to these buffers by index, never by reference so it's up to us
65 // Indices of the input buffers that are currently available for writing. We'll
69 // Indices of the output buffers that currently hold valid data, in the order
193 // check if we have dequed input buffers available from the codec
282 // dequeue available buffers and synchronize our data structures with the codec.
309 // dequeue available buffers and synchronize our data structures with the codec.
333 // Get valid input buffers from the codec to fill later in the same order they were
340 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
MediaCodecWrapper.java 59 // References to the internal buffers managed by the codec. The codec
60 // refers to these buffers by index, never by reference so it's up to us
65 // Indices of the input buffers that are currently available for writing. We'll
69 // Indices of the output buffers that currently hold valid data, in the order
193 // check if we have dequed input buffers available from the codec
282 // dequeue available buffers and synchronize our data structures with the codec.
309 // dequeue available buffers and synchronize our data structures with the codec.
333 // Get valid input buffers from the codec to fill later in the same order they were
340 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_validate.h 54 * It holds a list of buffers to be validated and fenced when flushing.
70 * Validate all buffers for hardware access.
78 * Fence all buffers and clear the list.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_vertex.c 79 const struct pipe_vertex_buffer *buffers)
87 buffers, count);
91 draw_set_vertex_buffers(llvmpipe->draw, count, buffers);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_vertex.c 83 const struct pipe_vertex_buffer *buffers)
91 buffers, count);
95 draw_set_vertex_buffers(softpipe->draw, count, buffers);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
cpp_generator.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
java_enum.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
java_generator.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by

Completed in 700 milliseconds

1 2 3 4 56 7 8 91011>>