/external/protobuf/src/google/protobuf/compiler/ |
zip_writer.h | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 31 // Protocol Buffers - Google's data interchange format 33 // https://developers.google.com/protocol-buffers/
|
/external/protobuf/src/google/protobuf/ |
package_info.h | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 32 // Based on original Protocol Buffers design by 41 // Core components of the Protocol Buffers runtime library.
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
packet_loss_stats.cc | 77 std::vector<const std::set<uint16_t>*> buffers; local 78 buffers.push_back(&lost_packets_buffer_); 79 buffers.push_back(&lost_packets_wrapped_buffer_); 80 for (auto buffer : buffers) {
|
/frameworks/av/media/libstagefright/include/ |
ACodecBufferChannel.h | 88 * @param array Newly allocated buffers. Empty if buffers are 95 * @param array Newly allocated buffers. Empty if buffers are
|
CameraSource.h | 74 * source to store meta data in video buffers; false to 76 * in the video buffers. The camera source may not support 77 * storing meta data in video buffers, if so, a request 79 * meta data is actually being stored in video buffers 121 * frame data in video buffers. 124 * buffers; kMetadataBufferTypeInvalid if real YUV data is stored in 125 * the video buffers. 135 * buffers in VIDEO_BUFFER_MODE_DATA_CALLBACK_YUV and VIDEO_BUFFER_MODE_DATA_CALLBACK_METADATA 155 * buffers in VIDEO_BUFFER_MODE_BUFFER_QUEUE mode. When a frame is available, 261 // The mode video buffers are received from camera. One of VIDEO_BUFFER_MODE_* [all...] |
/frameworks/av/media/libstagefright/wifi-display/source/ |
RepeaterSource.h | 13 // This MediaSource delivers frames at a constant rate by repeating buffers
|
/frameworks/base/libs/hwui/debug/ |
MockGlesDriver.h | 31 MOCK_METHOD2(glGenBuffers_, void(GLsizei n, GLuint *buffers));
|
NullGlesDriver.cpp | 32 static void nullglGenCommon(GLsizei n, GLuint *buffers) { 36 buffers[i] = ++nextId; 40 void NullGlesDriver::glGenBuffers_(GLsizei n, GLuint *buffers) { 41 nullglGenCommon(n, buffers);
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
ImageBuffersForRenderScriptd1new.java | 15 * A class that manages the image buffers that interface between Java and Render 16 * Script. These buffers are specialized for float32 pixel representation. 39 * A constructor that allocates memory buffers in Java and binds the 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*/
|
/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 */
|
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/ |
protobuf-java-3.0.0.pom | 15 <name>Protocol Buffers [Core]</name> 17 Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an 109 <Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
|
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/ |
protobuf-java-3.0.2.pom | 15 <name>Protocol Buffers [Core]</name> 17 Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an 109 <Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
|
/external/libavc/encoder/ |
ih264e_defs.h | 116 * buffer width and height for half pel buffers 140 * Maximum number of reference buffers in DPB manager 259 /** Number of buffers created to hold half-pel planes for every reference buffer */ 262 /** Number of buffers Needed for SUBPEL and BIPRED computation */ 418 * Holds intermediate buffers needed during processing stage 424 * Holds buffers for vert_bs, horz_bs and QP (all frame level) 434 * Holds buffers for vert_bs, horz_bs and QP (all frame level) 450 * Also holds reference picture buffers in non-shared mode 519 * Number of buffers for I/O based on format 523 /** Minimum number of input buffers */ [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...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/AArch64/ |
CpuFlushTlb.S | 23 # Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
25 # Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/ |
CpuFlushTlb.S | 22 # Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
24 # Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
|
CpuFlushTlb.asm | 21 ; Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
23 ; Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
|
/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/llvm/tools/dsymutil/ |
BinaryHolder.cpp | 25 std::vector<MemoryBufferRef> Buffers; 30 Buffers.emplace_back(ObjData, Filename); 32 return Buffers; 101 std::vector<MemoryBufferRef> Buffers; 102 Buffers.reserve(CurrentArchives.size()); 120 Buffers.push_back(*ErrOrMem); 128 if (Buffers.empty()) 130 return 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/parameter-framework/asio-1.10.6/include/asio/ |
stream_socket_service.hpp | 273 const ConstBufferSequence& buffers, 276 return service_impl_.send(impl, buffers, flags, ec); 284 const ConstBufferSequence& buffers, 292 service_impl_.async_send(impl, buffers, flags, init.handler); 300 const MutableBufferSequence& buffers, 303 return service_impl_.receive(impl, buffers, flags, ec); 311 const MutableBufferSequence& buffers, 319 service_impl_.async_receive(impl, buffers, flags, init.handler);
|