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

1 2 3 4 5 6 78 91011>>

  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 13 // This MediaSource delivers frames at a constant rate by repeating buffers
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 104 // Send input and output buffers to VSP to begin processing
107 // Fill output buffers given, it's a blocking call
139 // Check filter caps and create filter buffers
175 // VPP Filters Buffers
  /hardware/intel/img/psb_video/src/
psb_buffer.h 58 psb_bt_user_buffer, /* memory is from user buffers */
77 unsigned int buffer_ofs; /* several buffers may share one BO (camera/RAR), and use offset to distinguish it */
79 unsigned char *user_ptr; /* user pointer for user buffers */
80 int fd; /* fd of user buffers if it is from GFX; else it is -1*/
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Stream.h 119 uint8_t mNumBatchBufs; //Number of batch buffers which can hold image bufs
120 QCamera3HeapMemory *mStreamBatchBufs; //Pointer to batch buffers memory
124 uint32_t mBufsStaged; //Number of image buffers aggregated into
126 QCameraQueue mFreeBatchBufQ; //Buffer queue containing empty batch buffers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
kernel.h 18 unsigned long bufferram; /* Memory used by buffers */
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h 70 // Returns the handle to the producer side of the BufferQueue. Buffers
77 // we can start handing it buffers. If we already have buffers of data
82 // the codec is meant to return all buffers back to the client for them
83 // to be freed. Do NOT submit any more buffers to the component.
108 // If suspend is true, all incoming buffers (including those currently
165 // except that it returns (acquire/detach/re-attache/release) buffers
189 // Keep track of codec input buffers. They may either be available
247 // Pointer back to the object that contains us. We send buffers here.
257 // the buffers queued by the producer
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
DSPStream.h 66 * Allocate data buffers for use with a specific stream.
70 * apBuffer: Ptr to location to hold array of buffers.
71 * uNumBufs: The number of buffers to allocate of size uSize.
95 * DSP_EPENDING: Not all stream buffers have been reclaimed
107 * apBuffer: The array of buffers to free.
108 * uNumBufs: The number of buffers.
113 * DSP_EFAIL: Failure to free the data buffers
144 * flush output data buffers.
174 * of buffers allowed in the stream at once;
175 * buffers must be reclaimed from the strea
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 68 * Allocate data buffers for use with a specific stream.
72 * apBuffer: Ptr to location to hold array of buffers.
73 * uNumBufs: The number of buffers to allocate of size uSize.
97 * DSP_EPENDING: Not all stream buffers have been reclaimed
109 * apBuffer: The array of buffers to free.
110 * uNumBufs: The number of buffers.
115 * DSP_EFAIL: Failure to free the data buffers
146 * flush output data buffers.
176 * of buffers allowed in the stream at once;
177 * buffers must be reclaimed from the strea
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ByteArrayOutputStream.java 42 * additional buffers. This way no buffers need to be garbage collected and
56 /** The list of buffers, which grows and never reduces. */
57 private List<byte[]> buffers = new ArrayList<byte[]>(); field in class:ByteArrayOutputStream
60 /** The total count of bytes in all the filled buffers. */
98 return buffers.get(index);
108 if (currentBufferIndex < buffers.size() - 1) {
129 buffers.add(currentBuffer);
185 * internal buffers of this streams.
251 for (int i = 0; i < buffers.size(); i++)
    [all...]
  /external/libavc/decoder/
ih264d_inter_pred.h 47 * Width and height of the 16 bit (also reused a 2 8 bits buffers). The
48 * required dimensions for these buffers are 21x21, however to align the
  /external/libhevc/common/
ihevc_buf_mgr.h 81 // this function will check if there are any free buffers
107 // will return number of active buffers
  /external/libmpeg2/common/
impeg2_buf_mgr.h 83 // this function will check if there are any free buffers
109 // will return number of active buffers
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.h 47 * It often happens that new data is written directly to the user buffers
48 * without mapping/unmapping. This flag marks user buffers, so that their
  /external/protobuf/java/src/main/java/com/google/protobuf/
ServiceException.java 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
  /external/protobuf/java/src/test/java/com/google/protobuf/
lite_equals_and_hash.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
nested_builders_test.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
nested_extension.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
nested_extension_lite.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
non_nested_extension.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
non_nested_extension_lite.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
outer_class_name_test.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
outer_class_name_test2.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
outer_class_name_test3.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
test_check_utf8.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
test_check_utf8_size.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/

Completed in 541 milliseconds

1 2 3 4 5 6 78 91011>>