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

1 2 3 4 5 67 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/java/
java_shared_code_generator.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
76 // improve compatibility with version 1 of protocol buffers.
  /external/protobuf/src/google/protobuf/
generated_message_util.cc 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
repeated_field.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_embed_optimize_for.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_import.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.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_optimize_for.proto 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
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/protobuf/src/google/protobuf/testing/
zcgunzip.cc 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
zcgzip.cc 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.h 51 // sum of input and output buffers that are currently acquired by HAL
53 // number of output buffers that are currently acquired by HAL. This will be
61 // The merged release fence for all returned buffers
  /frameworks/rs/
rsGrallocConsumer.h 37 * access to the underlying gralloc buffers provided by BufferQueue. Multiple
38 * buffers may be acquired by it at once, to be used concurrently by the
57 // Tracking for buffers acquired by the user
  /system/media/audio_utils/include/audio_utils/
primitives.h 27 * buffers only if the types shrink on copy, with the exception of memcpy_to_i16_from_u8().
45 * The out and sums buffers must either be completely separate (non-overlapping), or
46 * they must both start at the same address. Partially overlapping buffers are not supported.
55 * The destination and source buffers must either be completely separate (non-overlapping), or
56 * they must both start at the same address. Partially overlapping buffers are not supported.
65 * The destination and source buffers must either be completely separate (non-overlapping), or
66 * they must both start at the same address. Partially overlapping buffers are not supported.
76 * The destination and source buffers must either be completely separate (non-overlapping), or
77 * they must both start at the same address. Partially overlapping buffers are not supported.
87 * The destination and source buffers must either be completely separate (non-overlapping), o
    [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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 64 #undef G726DEC_BUFDETAILS /* See buffers details of the component */
67 #define MAX_NUM_OF_BUFS 4 /* Max number of buffers used */
68 #define G726D_NUM_INPUT_BUFFERS 1 /* Default number of input buffers */
69 #define G726D_NUM_OUTPUT_BUFFERS 1 /* Default number of output buffers */
260 /** G726DEC_ParamStruct: This struct is passed with input buffers that
271 /** G726DEC_UAlgInBufParamStruct: This struct is passed with input buffers that
307 * for both input and output buffers.
334 /* Number of buffers */
343 * it is application or component, number of buffers owned etc.
354 /* Number of buffers */
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 58 * <li>memory-mapping files into NIO buffers to provide efficient manipulation
385 * of buffers. This method attempts to read as many bytes as can be stored
394 * {@code read(buffers, 0, buffers.length);}
396 * @param buffers
397 * the array of byte buffers into which the bytes will be copied.
414 public final long read(ByteBuffer[] buffers) throws IOException {
415 return read(buffers, 0, buffers.length);
419 * Reads bytes from this file channel into a subset of the given buffers
    [all...]
  /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.
  /external/iproute2/misc/
lnstat.h 20 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/
sysinfo.h 13 __kernel_ulong_t bufferram; /* Memory used by buffers */
  /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/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/srtp/crypto/include/
aes_icm.h 20 v128_t keystream_buffer; /* buffers bytes of keystream */

Completed in 7399 milliseconds

1 2 3 4 5 67 8 91011>>