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

1 2 3 45 6 7 8 91011>>

  /hardware/interfaces/camera/device/1.0/
ICameraDevicePreviewCallback.hal 59 * Set the number of preview buffers needed by the HAL.
61 * @param count The maximum number of preview buffers to allocate.
67 * Set the dimensions and format of future preview buffers.
99 * Get the minimum number of buffers the preview consumer endpoint needs
103 * @return count The number of buffers the consumer has requested.
115 * @param timestamp The timestamp to set for future buffers.
  /device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibStm/
CompareMemWrapper.c 28 Compares the contents of two buffers.
31 If all Length bytes of the two buffers are identical, then 0 is returned. Otherwise, the
44 @return 0 All Length bytes of the two buffers are identical.
  /device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibVstm/
CompareMemWrapper.c 28 Compares the contents of two buffers.
31 If all Length bytes of the two buffers are identical, then 0 is returned. Otherwise, the
44 @return 0 All Length bytes of the two buffers are identical.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/
CompareMemWrapper.c 25 Compares the contents of two buffers.
28 If all Length bytes of the two buffers are identical, then 0 is returned. Otherwise, the
41 @return 0 All Length bytes of the two buffers are identical.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java 24 * This class pools string buffers, since they are reused so often.
25 * String buffers are good candidates for pooling, because of
32 /** The global pool of string buffers. */
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.h 35 uint32_t buffers);
101 uint32_t num_buffers_; // Actual buffers allocation.
102 uint32_t min_buffers_; // Minimum buffers requirement.
  /external/protobuf/objectivec/
GPBProtocolBuffers_RuntimeSupport.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // be included in code using protocol buffers.
  /external/protobuf/src/google/protobuf/
service.cc 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
unittest_empty.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
unittest_mset_wire_format.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
SourceMgr.h 1 //===- SourceMgr.h - Manager for Source Buffers & Diagnostics ---*- C++ -*-===//
50 /// Buffers - This is all of the buffers that we are reading from.
51 std::vector<SrcBuffer> Buffers;
85 assert(i < Buffers.size() && "Invalid Buffer ID!");
86 return Buffers[i];
90 assert(i < Buffers.size() && "Invalid Buffer ID!");
91 return Buffers[i].Buffer;
95 assert(i < Buffers.size() && "Invalid Buffer ID!");
96 return Buffers[i].IncludeLoc
    [all...]
  /external/syslinux/gpxe/src/net/
iobpad.c 37 * This function pads and aligns I/O buffers, for devices that
39 * alignment in TX buffers. The packet data will end up aligned to a
53 * align the data (since I/O buffers are aligned to
  /frameworks/av/media/libaudiohal/include/
EffectBufferHalInterface.h 35 // "mirrored" buffers.
45 virtual void update() = 0; // copies data from the external buffer, noop for allocated buffers
46 virtual void commit() = 0; // copies data to the external buffer, noop for allocated buffers
  /frameworks/av/media/libstagefright/include/
MediaBufferGroup.h 34 // create a media buffer group with preallocated buffers
35 MediaBufferGroup(size_t buffers, size_t buffer_size, size_t growthLimit = 0);
54 size_t buffers() const { return mBuffers.size(); } function in class:android::MediaBufferGroup
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3InputStream.h 34 * buffers by feeding them into the HAL, as well as releasing the buffers back
35 * the buffers once the HAL is done with them.
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
BufferPool.java 22 * Maintains a bounded pool of buffers. Attempts to acquire buffers beyond the maximum
23 * count will block until other buffers are released.
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_list.h 6 /* Limitation:This is the maximum numbers of es buffers between start codes. Needs to change if we encounter
26 uint16_t num_items; /* Number of buffers in List */
45 /* This function walks through the list and removes consumed buffers based on total bytes. It then moves
  /hardware/interfaces/camera/device/3.2/
ICameraDeviceCallback.hal 25 * These methods are used to return metadata and image buffers for a completed
42 * metadata and low-resolution buffers to be returned in one call, and
43 * post-processed JPEG buffers in a later call, once it is available. Each
45 * metadata or buffers for. Only one call to processCaptureResult
54 * output buffers or result metadata is not allowed.
56 * The order of returning metadata and buffers for a single result does not
57 * matter, but buffers for a given stream must be returned in FIFO order. So
76 * The output buffers do not need to be filled yet; the framework must wait
79 * possible, even if some or all of the output buffers are still in
85 * return an empty metadata buffer, but still provide the output buffers an
    [all...]
  /external/google-tv-pairing-protocol/java/
Makefile 8 # proto: compiles the protocol buffers
41 # PROTOCOL BUFFERS #
43 # Sources directory for protocols buffers
89 # Cleans the generated protocol buffers
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_clear.c 44 * Clear the given buffers to the specified values.
48 softpipe_clear(struct pipe_context *pipe, unsigned buffers,
66 if (buffers & PIPE_CLEAR_COLOR) {
72 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
  /external/nanopb-c/examples/using_union_messages/
unionproto.proto 4 // There is no official type in Protocol Buffers for describing unions,
  /external/protobuf/conformance/
README.md 1 Protocol Buffers - Google's data interchange format
9 correctness of Protocol Buffers implementations. These tests are designed
10 to be easy to run against any Protocol Buffers implementation.
31 To run these tests against a new Protocol Buffers implementation, write a
  /external/protobuf/csharp/
Google.Protobuf.Tools.nuspec 5 <title>Google Protocol Buffers tools</title>
6 <summary>Tools for Protocol Buffers - Google's data interchange format.</summary>
14 <releaseNotes>Tools for Protocol Buffers</releaseNotes>
16 <tags>Protocol Buffers Binary Serialization Format Google proto proto3</tags>
  /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
unittest_extension_nano.proto 26 // https://developers.google.com/protocol-buffers/docs/proto#simple
  /external/protobuf/jenkins/buildcmds/
pull_request.sh 6 # https://grpc-testing.appspot.com/view/Protocol%20Buffers/job/protobuf_pull_request/

Completed in 1315 milliseconds

1 2 3 45 6 7 8 91011>>