/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactive_socket_service_base.hpp | 171 const ConstBufferSequence& buffers, 175 ConstBufferSequence> bufs(buffers); 178 bufs.buffers(), bufs.count(), flags, bufs.all_empty(), ec); 195 const ConstBufferSequence& buffers, 206 p.p = new (p.v) op(impl.socket_, buffers, flags, handler); 213 ConstBufferSequence>::all_empty(buffers))); 242 const MutableBufferSequence& buffers, 246 MutableBufferSequence> bufs(buffers); 249 bufs.buffers(), bufs.count(), flags, bufs.all_empty(), ec); 266 const MutableBufferSequence& buffers, [all...] |
/system/core/fastboot/ |
socket_test.cpp | 177 std::vector<cutils_socket_buffer_t> buffers{{data[0].data(), data[0].length()}, 182 // Mock out socket_send_buffers() to verify we're sending in the correct buffers and 184 sock->socket_send_buffers_function_ = [&buffers, &mock_return_value]( 187 EXPECT_EQ(buffers.size(), num_sent_buffers); 189 EXPECT_EQ(buffers[i].data, sent_buffers[i].data); 190 EXPECT_EQ(buffers[i].length, sent_buffers[i].length); 196 EXPECT_TRUE(sock->Send(buffers)); 199 EXPECT_FALSE(sock->Send(buffers)); 202 EXPECT_FALSE(sock->Send(buffers)); 205 EXPECT_FALSE(sock->Send(buffers)); [all...] |
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderAVC.cpp | 338 OMX_BOOL OMXVideoEncoderAVC::ProcessCacheOperation(OMX_BUFFERHEADERTYPE **buffers) { 344 uint32_t encodeInfo = (uint32_t) buffers[INPORT_INDEX]->pPlatformPrivate; 353 eInfo.NotStopFrame, buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS); 356 if (buffers[INPORT_INDEX]->nFilledLen == 0 && buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS) { 365 mBFrameList.push_front(buffers[INPORT_INDEX]); 392 if (buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS && i == 0 ) { 395 buffers[INPORT_INDEX]->nFlags &= ~OMX_BUFFERFLAG_EOS; 414 ports[INPORT_INDEX]->PushThisBuffer(buffers[INPORT_INDEX]); //put it at the tail 430 buffers[INPORT_INDEX]->pPlatformPrivate = (OMX_PTR) encodeInfo [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/ |
ImageBuffersForRenderScriptd1new.java | 29 * A class that manages the image buffers that interface between Java and Render 30 * Script. These buffers are specialized for float32 pixel representation. 62 * A constructor that allocates memory buffers in Java and binds the buffers
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
ImageBuffersForRenderScriptF32.java | 30 * A class that manages the image buffers that interface between Java and Render 31 * Script. These buffers are specialized for float32 pixel representation. 51 * A constructor that allocates memory buffers in Java and binds the buffers
|
/developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/res/values/ |
base-strings.xml | 25 camera buffers and save them as DNG files.
|
/development/samples/browseable/Camera2Raw/res/values/ |
base-strings.xml | 25 camera buffers and save them as DNG files.
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
QCamera3Stream.h | 120 uint8_t mNumBatchBufs; //Number of batch buffers which can hold image bufs 121 QCamera3HeapMemory *mStreamBatchBufs; //Pointer to batch buffers memory 125 uint32_t mBufsStaged; //Number of image buffers aggregated into 127 QCameraQueue mFreeBatchBufQ; //Buffer queue containing empty batch buffers
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
QCamera3Stream.h | 120 uint8_t mNumBatchBufs; //Number of batch buffers which can hold image bufs 121 QCamera3HeapMemory *mStreamBatchBufs; //Pointer to batch buffers memory 125 uint32_t mBufsStaged; //Number of image buffers aggregated into 127 QCameraQueue mFreeBatchBufQ; //Buffer queue containing empty batch buffers
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/ |
CopyMem.c | 19 /* Copies bytes between buffers */
|
/external/autotest/client/site_tests/video_YouTubeMseEme/ |
control.add_source_buffer | 9 This test will fail if valid source buffers can't be added to MSE.
|
control.add_source_buffer_exception | 9 This test will fail if invalid source buffers added don't throw an exception.
|
control.append | 9 This test will fail if media data can not be appended to source buffers.
|
/external/autotest/client/tests/aiostress/ |
control | 17 io buffers are aligned in case you want to do raw io
|
/external/iproute2/misc/ |
lnstat.h | 21 unsigned long values[2]; /* two buffers for values */
|
/external/iptables/include/linux/ |
kernel.h | 18 unsigned long bufferram; /* Memory used by buffers */
|
/external/kernel-headers/original/uapi/linux/hsi/ |
cs-protocol.h | 65 /* maximum number of TX/RX buffers */ 69 /* Parameters for setting up the data buffers */ 94 __u32 rx_bufs; /* # of RX buffers */ 95 __u32 tx_bufs; /* # of TX buffers */
|
/external/kernel-headers/original/uapi/linux/ |
sysinfo.h | 13 __kernel_ulong_t bufferram; /* Memory used by buffers */
|
/external/libjpeg-turbo/java/ |
README | 22 image buffers or instantiate classes to hold the result of compress, 31 source and destination buffers, which allows you to re-use those buffers for 34 pre-allocating the buffers is recommended.
|
/external/libvpx/libvpx/vpx/ |
vpx_frame_buffer.h | 24 /*!\brief The maximum number of work buffers used by libvpx. 31 /*!\brief The maximum number of reference buffers that a VP9 encoder may use. 37 * This structure holds allocated frame buffers used by the decoder. 69 * referenced by any other buffers. |fb| is guaranteed to not be NULL. On
|
/external/libxml2/optim/ |
TOTRY | 4 unmutable buffers except for the last 4K to make it 0 terminated
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_statebuf.h | 4 /* state buffers: lightweight state objects interface */
|
/external/protobuf/benchmarks/ |
README.md | 2 # Protocol Buffers Benchmarks
|
/external/protobuf/csharp/src/Google.Protobuf/ |
IMessage.cs | 2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
39 /// Interface for a Protocol Buffers message, supporting
73 /// Generic interface for a Protocol Buffers message,
|
/external/protobuf/java/core/ |
pom.xml | 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>
|