HomeSort by relevance Sort by last modified time
    Searched full:buffers (Results 401 - 425 of 7567) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ruby/
ruby_generator.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_enum_util.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomic_sequence_num.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
type_resolver_util.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /system/media/audio_utils/include/audio_utils/
channels.h 41 * The out and sums buffers must either be completely separate (non-overlapping), or
42 * they must both start at the same address. Partially overlapping buffers are not supported.
echo_reference.h 36 * - delay_ns is the delay introduced by playback buffers
42 * - delay_ns is the delay introduced by capture buffers
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
MemInfoParserTest.java 38 "Buffers: 20800 kB",
49 assertEquals((Long)20800l, item.get("Buffers"));
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 1907 OMX_BUFFERHEADERTYPE **buffers[nr_ports]; local
    [all...]
  /hardware/interfaces/camera/device/3.2/
types.hal 29 * the producer or the consumer for that stream, and how the buffers of the
34 * This stream is an output stream; the camera HAL device must fill buffers
40 * This stream is an input stream; the camera HAL device must read buffers
218 * The width in pixels of the buffers in this stream
223 * The height in pixels of the buffers in this stream
228 * The pixel format for the buffers in this stream.
243 * allocating the gralloc buffers for each stream.
260 * dimensions define the memory layout and structure of the stream buffers,
281 * 720 and 1280 respectively, camera service must supply buffers of size
319 * want to set aside more buffers for batch mode operation (se
    [all...]
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 112 /* The maximum number of audio buffers that will be used at
116 /* The audio data buffers */
117 float **buffers; member in struct:pipeline
508 /* first figure out how many buffers do we need */
515 * buffer, so we need to use extra buffers */
525 /* then allocate the buffers */
527 pipeline->buffers = (float **)calloc(peak_buf, sizeof(float *));
529 if (!pipeline->buffers) {
530 syslog(LOG_ERR, "failed to allocate buffers");
541 pipeline->buffers[i] = buf
    [all...]
  /device/google/marlin/camera/usbcamcore/inc/
QCameraUsbPriv.h 37 /* Number of display buffers (in addition to minimum number of undequed buffers */
40 /* Number of V4L2 capture buffers. */
148 /* prevFormat is pixel format of preview buffers that are exported */
153 /* captureFormat is internal setting for USB camera buffers */
159 struct bufObj *buffers; member in struct:android::__anon4035
  /external/libvterm/src/
screen.c 59 /* Primary and Altscreen. buffers[1] is lazily allocated as needed */
60 ScreenCell *buffers[2]; member in struct:VTermScreen
62 /* buffer will == buffers[0] or buffers[1], depending on altscreen */
214 screen->buffer == screen->buffers[0]) { // not altscreen
436 if(val->boolean && !screen->buffers[1])
439 screen->buffer = val->boolean ? screen->buffers[1] : screen->buffers[0];
484 int is_altscreen = (screen->buffers[1] && screen->buffer == screen->buffers[1])
    [all...]
  /external/protobuf/
README.md 1 Protocol Buffers - Google's data interchange format
8 https://developers.google.com/protocol-buffers/
13 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,
15 can find [protobuf's documentation on the Google Developers site](https://developers.google.com/protocol-buffers/).
74 The complete documentation for Protocol Buffers is available via the
77 https://developers.google.com/protocol-buffers/
  /external/protobuf/java/
README.md 1 Protocol Buffers - Google's data interchange format
8 This directory contains the Java Protocol Buffers runtime library.
13 The Protocol Buffers build is managed using Maven. If you would
50 Building the 'lite' version of the Java Protocol Buffers library is
99 The complete documentation for Protocol Buffers is available via the
102 https://developers.google.com/protocol-buffers/
  /external/protobuf/util/
README.md 1 Protocol Buffers - Google's data interchange format
8 https://developers.google.com/protocol-buffers/
13 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral,
15 can find [protobuf's documentation on the Google Developers site](https://developers.google.com/protocol-buffers/).
74 The complete documentation for Protocol Buffers is available via the
77 https://developers.google.com/protocol-buffers/
  /frameworks/native/libs/nativewindow/include/android/
native_window.h 55 * Transforms that can be applied to buffers as they are displayed to a window.
140 * Change the format and size of the window buffers.
142 * The width and height control the number of pixels in the buffers, not the
151 * \param width width of the buffers in pixels.
152 * \param height height of the buffers in pixels.
183 * Set a transform that will be applied to future buffers posted to the window.
  /hardware/libhardware/modules/camera/3_0/
Stream.cpp 204 buf_set->buffers[i]);
205 mBuffers[i] = buf_set->buffers[i];
206 // TODO: register buffers with hw, handle error cases
219 // TODO: unregister buffers from hw
233 dprintf(fd, "Buffers Registered: %s\n", mRegistered ? "true" : "false");
234 dprintf(fd, "Number of Buffers: %" PRIu32 "\n", mNumBuffers);
  /libcore/ojluni/src/main/java/java/io/
FileDescriptor.java 105 * Force all system buffers to synchronize with the underlying
111 * of buffers associated with this FileDescriptor have been
120 * sync only affects buffers downstream of this FileDescriptor. If
122 * example, by a BufferedOutputStream object), those buffers must
127 * Thrown when the buffers cannot be flushed,
129 * buffers have been synchronized with physical media.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
iosfwd 129 /// Base class for @c char buffers.
141 /// Class for @c char memory buffers.
153 /// Class for @c char file buffers.
169 /// Base class for @c wchar_t buffers.
181 /// Class for @c wchar_t memory buffers.
193 /// Class for @c wchar_t file buffers.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
iosfwd 129 /// Base class for @c char buffers.
141 /// Class for @c char memory buffers.
153 /// Class for @c char file buffers.
169 /// Base class for @c wchar_t buffers.
181 /// Class for @c wchar_t memory buffers.
193 /// Class for @c wchar_t file buffers.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
iosfwd 129 /// Base class for @c char buffers.
141 /// Class for @c char memory buffers.
153 /// Class for @c char file buffers.
169 /// Base class for @c wchar_t buffers.
181 /// Class for @c wchar_t memory buffers.
193 /// Class for @c wchar_t file buffers.
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
iosfwd 129 /// Base class for @c char buffers.
141 /// Class for @c char memory buffers.
153 /// Class for @c char file buffers.
169 /// Base class for @c wchar_t buffers.
181 /// Class for @c wchar_t memory buffers.
193 /// Class for @c wchar_t file buffers.
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
iosfwd 129 /// Base class for @c char buffers.
141 /// Class for @c char memory buffers.
153 /// Class for @c char file buffers.
169 /// Base class for @c wchar_t buffers.
181 /// Class for @c wchar_t memory buffers.
193 /// Class for @c wchar_t file buffers.
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
iosfwd 129 /// Base class for @c char buffers.
141 /// Class for @c char memory buffers.
153 /// Class for @c char file buffers.
169 /// Base class for @c wchar_t buffers.
181 /// Class for @c wchar_t memory buffers.
193 /// Class for @c wchar_t file buffers.
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2-sources.jar 

Completed in 4268 milliseconds

<<11121314151617181920>>