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

1 2 3 4 5 6 7 891011>>

  /device/google/marlin/camera/usbcamcore/inc/
QualcommUsbCamera.h 112 * buffers sent out via CAMERA_MSG_VIDEO_FRAME for a recording session. If
114 * data in the video buffers.
119 * If meta data is stored in the video buffers, it is up to the receiver of
120 * the video buffers to interpret the contents and to find the actual frame
124 * Some camera HALs may not support storing meta data in the video buffers,
126 * buffers. If the camera HAL does not support storing the meta data in the
127 * video buffers when it is requested to do do, INVALID_OPERATION must be
134 * meta data in the video buffers; false to instruct
136 * buffers.
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1Allocator.cpp 135 std::vector<hidl_handle> buffers; local
136 buffers.reserve(count);
138 // allocate the buffers
157 buffers.emplace_back(hidl_handle(tmpBuffer));
162 // return the buffers
165 hidl_buffers.setToExternal(buffers.data(), buffers.size());
169 // free the buffers
170 for (const auto& buffer : buffers) {
  /system/core/libsystem/include/system/
window-deprecated.h 161 /* The minimum number of buffers that must remain un-dequeued after a buffer
163 * override the number of buffers and if a buffer has since been queued.
166 * buffers simultaneously dequeued as part of the steady-state operation,
167 * and this query returns M then N+M buffers should be requested via
173 * 1. Query M = min undequeued buffers
175 * 3. Dequeue all N + M buffers
176 * 4. Cancel M buffers
183 * to 1 if the ANativeWindow DOES send queued buffers directly to the window
184 * compositor and 0 if the buffers do not go directly to the window
189 * indicate that queued buffers will be protected from applications or user
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 60 // References to the internal buffers managed by the codec. The codec
61 // refers to these buffers by index, never by reference so it's up to us
66 // Indices of the input buffers that are currently available for writing. We'll
70 // Indices of the output buffers that currently hold valid data, in the order
190 // check if we have dequed input buffers available from the codec
278 // dequeue available buffers and synchronize our data structures with the codec.
305 // dequeue available buffers and synchronize our data structures with the codec.
323 // Get valid input buffers from the codec to fill later in the same order they were
330 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 60 // References to the internal buffers managed by the codec. The codec
61 // refers to these buffers by index, never by reference so it's up to us
66 // Indices of the input buffers that are currently available for writing. We'll
70 // Indices of the output buffers that currently hold valid data, in the order
190 // check if we have dequed input buffers available from the codec
278 // dequeue available buffers and synchronize our data structures with the codec.
305 // dequeue available buffers and synchronize our data structures with the codec.
323 // Get valid input buffers from the codec to fill later in the same order they were
330 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java 60 // References to the internal buffers managed by the codec. The codec
61 // refers to these buffers by index, never by reference so it's up to us
66 // Indices of the input buffers that are currently available for writing. We'll
70 // Indices of the output buffers that currently hold valid data, in the order
190 // check if we have dequed input buffers available from the codec
278 // dequeue available buffers and synchronize our data structures with the codec.
305 // dequeue available buffers and synchronize our data structures with the codec.
323 // Get valid input buffers from the codec to fill later in the same order they were
330 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java 59 // References to the internal buffers managed by the codec. The codec
60 // refers to these buffers by index, never by reference so it's up to us
65 // Indices of the input buffers that are currently available for writing. We'll
69 // Indices of the output buffers that currently hold valid data, in the order
193 // check if we have dequed input buffers available from the codec
282 // dequeue available buffers and synchronize our data structures with the codec.
309 // dequeue available buffers and synchronize our data structures with the codec.
333 // Get valid input buffers from the codec to fill later in the same order they were
340 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
MediaCodecWrapper.java 59 // References to the internal buffers managed by the codec. The codec
60 // refers to these buffers by index, never by reference so it's up to us
65 // Indices of the input buffers that are currently available for writing. We'll
69 // Indices of the output buffers that currently hold valid data, in the order
193 // check if we have dequed input buffers available from the codec
282 // dequeue available buffers and synchronize our data structures with the codec.
309 // dequeue available buffers and synchronize our data structures with the codec.
333 // Get valid input buffers from the codec to fill later in the same order they were
340 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
MediaCodecWrapper.java 59 // References to the internal buffers managed by the codec. The codec
60 // refers to these buffers by index, never by reference so it's up to us
65 // Indices of the input buffers that are currently available for writing. We'll
69 // Indices of the output buffers that currently hold valid data, in the order
193 // check if we have dequed input buffers available from the codec
282 // dequeue available buffers and synchronize our data structures with the codec.
309 // dequeue available buffers and synchronize our data structures with the codec.
333 // Get valid input buffers from the codec to fill later in the same order they were
340 // Likewise with output buffers. If the output buffers have changed, start using th
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLib/
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/MdePkg/Library/BaseMemoryLibMmx/
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/MdePkg/Library/BaseMemoryLibOptDxe/
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/MdePkg/Library/BaseMemoryLibOptPei/
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/MdePkg/Library/BaseMemoryLibRepStr/
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/MdePkg/Library/BaseMemoryLibSse2/
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/MdePkg/Library/PeiMemoryLib/
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/MdePkg/Library/UefiMemoryLib/
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.
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_validate.h 54 * It holds a list of buffers to be validated and fenced when flushing.
70 * Validate all buffers for hardware access.
78 * Fence all buffers and clear the list.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_vertex.c 79 const struct pipe_vertex_buffer *buffers)
87 buffers, count);
91 draw_set_vertex_buffers(llvmpipe->draw, count, buffers);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_vertex.c 83 const struct pipe_vertex_buffer *buffers)
91 buffers, count);
95 draw_set_vertex_buffers(softpipe->draw, count, buffers);
  /external/protobuf/objectivec/
GPBProtocolBuffers.m 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
31 // If you want to build protocol buffers in your own project without adding the
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
cpp_generator.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by
java_enum.h 1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 // Based on original Protocol Buffers design by

Completed in 1085 milliseconds

1 2 3 4 5 6 7 891011>>