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

1 2 3 4 5 67 8 91011>>

  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 260 jpeg_buffer_destroy(&jpege_dest.buffers[0]);
261 jpeg_buffer_destroy(&jpege_dest.buffers[1]);
348 /* Initialize JPEG buffers */
355 || (rc = jpeg_buffer_init(&jpege_dest.buffers[0]))
356 || (rc = jpeg_buffer_init(&jpege_dest.buffers[1]))) {
363 jpege_dest.p_buffer = &jpege_dest.buffers[0];
367 /* Allocate 2 ping-pong buffers on the heap for jpeg encoder outputs */
368 if ((rc = jpeg_buffer_allocate(jpege_dest.buffers[0], JPEGE_FRAGMENT_SIZE, 1)) ||
369 (rc = jpeg_buffer_allocate(jpege_dest.buffers[1], JPEGE_FRAGMENT_SIZE, 1))) {
375 /* Allocate 2 ping-pong buffers on the heap for jpeg encoder outputs *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 384 vlVdpDecoderFixVC1Startcode(uint32_t *num_buffers, const void *buffers[], unsigned sizes[])
391 vl_vlc_init(&vlc, *num_buffers, buffers, sizes);
405 buffers[i] = buffers[i - 1];
409 buffers[0] = vc1_startcode;
423 const void * buffers[bitstream_buffer_count + 1]; local
491 buffers[i] = bitstream_buffers[i].bitstream;
506 vlVdpDecoderFixVC1Startcode(&bitstream_buffer_count, buffers, sizes);
523 dec->decode_bitstream(dec, vlsurf->video_buffer, &desc.base, bitstream_buffer_count, buffers, sizes);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 384 vlVdpDecoderFixVC1Startcode(uint32_t *num_buffers, const void *buffers[], unsigned sizes[])
391 vl_vlc_init(&vlc, *num_buffers, buffers, sizes);
405 buffers[i] = buffers[i - 1];
409 buffers[0] = vc1_startcode;
423 const void * buffers[bitstream_buffer_count + 1]; local
491 buffers[i] = bitstream_buffers[i].bitstream;
506 vlVdpDecoderFixVC1Startcode(&bitstream_buffer_count, buffers, sizes);
523 dec->decode_bitstream(dec, vlsurf->video_buffer, &desc.base, bitstream_buffer_count, buffers, sizes);
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.cc 347 const std::vector<media::PictureBuffer>& buffers) {
351 for (size_t i = 0; i < buffers.size(); ++i) {
352 RETURN_ON_FAILURE(buffers[i].size() == size_,
355 output_picture_buffers_.insert(std::make_pair(buffers[i].id(), buffers[i]));
356 free_picture_ids_.push(buffers[i].id());
360 "Invalid picture buffers were passed.",
vaapi_video_decode_accelerator.cc 435 TRACE_COUNTER1("Video Decoder", "Stream buffers at decoder",
449 // Will only wait if it is expected that in current state new buffers will
459 // Here we are only interested in finishing up decoding buffers that are
499 TRACE_COUNTER1("Video Decoder", "Stream buffers at decoder",
571 // No more output buffers in the decoder, try getting more or go to
669 // When resetting, allow accumulating bitstream buffers, so that
670 // the client can queue after-seek-buffers while we are finishing with
692 const std::vector<media::PictureBuffer>& buffers) {
702 buffers.size() == requested_num_pics_,
703 "Got an invalid number of picture buffers. (Got " << buffers.size(
    [all...]
android_video_decode_accelerator.h 44 const std::vector<media::PictureBuffer>& buffers) OVERRIDE;
82 // Requests picture buffers from the client.
117 // This map maintains the picture buffers passed to the client for decoding.
135 // Set to true after requesting picture buffers to the client.
147 // Encoded bitstream buffers to be passed to media codec, queued until a input
163 // Used for copy the texture from |surface_texture_| to picture buffers.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 88 struct pb_slab_buffer *buffers; member in struct:pb_slab
100 * of individual buffers.
106 /** From where we get our buffers */
109 /** Size of the buffers we hand on downstream */
112 /** Size of the buffers we request upstream */
116 * Alignment, usage to be used to allocate the slab buffers.
118 * We can only provide buffers which are consistent (in alignment, usage)
136 * Wrapper around several slabs, therefore capable of handling buffers of
220 FREE(slab->buffers);
331 slab->buffers = CALLOC(numBuffers, sizeof(*slab->buffers))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c 88 struct pb_slab_buffer *buffers; member in struct:pb_slab
100 * of individual buffers.
106 /** From where we get our buffers */
109 /** Size of the buffers we hand on downstream */
112 /** Size of the buffers we request upstream */
116 * Alignment, usage to be used to allocate the slab buffers.
118 * We can only provide buffers which are consistent (in alignment, usage)
136 * Wrapper around several slabs, therefore capable of handling buffers of
220 FREE(slab->buffers);
331 slab->buffers = CALLOC(numBuffers, sizeof(*slab->buffers))
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 50 // buffers after 3 seconds.
248 index, "output-buffers-are-unreadable")) {
1653 Vector<MediaBuffer *> buffers; local
1896 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexOutput]; local
2110 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexInput]; local
2161 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexOutput]; local
2737 Vector<BufferInfo> *buffers = &mPortBuffers[portIndex]; local
2767 Vector<BufferInfo> *buffers = &mPortBuffers[portIndex]; local
2890 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexOutput]; local
2903 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexInput]; local
2911 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexInput]; local
3232 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexInput]; local
3245 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexOutput]; local
3916 Vector<BufferInfo> *buffers = &mPortBuffers[kPortIndexOutput]; local
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskSave.cpp 78 UniquePtr<std::list<TaskCase::BufferPair> > buffers(
80 std::list<TaskCase::BufferPair>* buffersp = buffers.get();
  /device/generic/goldfish/camera/
EmulatedCamera2.h 115 buffer_handle_t *buffers);
191 buffer_handle_t *buffers);
  /external/chromium_org/media/filters/
chunk_demuxer.h 113 // Remove buffers between |start| and |end| for the source buffer
126 // Sets a time |offset| to be applied to subsequent buffers appended to the
179 const StreamParser::BufferQueue& buffers);
187 // Applies |time_offset| to the timestamps of |buffers|.
188 void AdjustBufferTimestamps(const StreamParser::BufferQueue& buffers,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.h 204 const struct pipe_vertex_buffer *buffers);
225 void *buffers[PIPE_MAX_SO_BUFFERS],
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_context.c 39 nv20_clear(struct gl_context *ctx, GLbitfield buffers)
54 if (buffers & BUFFER_BITS_COLOR) {
70 buffers &= ~BUFFER_BITS_COLOR;
73 if (buffers & (BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL)) {
77 if (buffers & BUFFER_BIT_DEPTH && ctx->Depth.Mask)
79 if (buffers & BUFFER_BIT_STENCIL && ctx->Stencil.WriteMask[0])
86 buffers &= ~(BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL);
93 nouveau_clear(ctx, buffers);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 204 const struct pipe_vertex_buffer *buffers);
225 void *buffers[PIPE_MAX_SO_BUFFERS],
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_context.c 39 nv20_clear(struct gl_context *ctx, GLbitfield buffers)
54 if (buffers & BUFFER_BITS_COLOR) {
70 buffers &= ~BUFFER_BITS_COLOR;
73 if (buffers & (BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL)) {
77 if (buffers & BUFFER_BIT_DEPTH && ctx->Depth.Mask)
79 if (buffers & BUFFER_BIT_STENCIL && ctx->Stencil.WriteMask[0])
86 buffers &= ~(BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL);
93 nouveau_clear(ctx, buffers);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 39 status_t JpegCompressor::start(Vector<CpuConsumer::LockedBuffer*> buffers,
51 mBuffers = buffers;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GLToolbox.java 168 int[] buffers = new int[] { vboId }; local
169 GLES20.glDeleteBuffers(1, buffers, 0);
  /external/zlib/src/contrib/pascal/
example.pas 181 * Test deflate with small buffers
204 c_stream.avail_out := 1; { force small buffers }
210 (* Finish the stream, still forcing small buffers: *)
226 * Test inflate with small buffers
250 d_stream.avail_out := 1; (* force small buffers *)
269 * Test deflate with large buffers and dynamic change of compression level
321 * Test inflate with large buffers
564 WriteLn('** Testing deflate with small buffers');
568 WriteLn('** Testing inflate with small buffers');
573 WriteLn('** Testing deflate with large buffers');
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.h 110 int registerBuffers(uint32_t num_buffers, buffer_handle_t **buffers);
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.h 115 void setDestinationBuffers(Buffers *buffers);
143 * cycles that have valid buffers to write to.
202 Buffers *mNextBuffers;
211 Buffers *mCapturedBuffers;
229 Buffers *mNextCapturedBuffers;
  /external/chromium_org/media/webm/
webm_cluster_parser.cc 11 #include "media/base/buffers.h"
35 const BufferQueue** buffers) {
38 *buffers = NULL;
44 *buffers = &iterator_->second.buffers();
107 // If there were no buffers in this cluster, set the cluster start time to
  /external/chromium_org/ppapi/proxy/
video_capture_resource.h 68 const std::vector<HostResource>& buffers,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_winsys.h 97 * Validate buffers for usage in this batchbuffer.
101 * @buffers array to buffers to validate
105 struct i915_winsys_buffer **buffers,
115 * @offset add this to the reloc buffers address
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 115 // GetNumComponents() and they must point to non-overlapping buffers of size
139 Buffer* buffers; member in struct:libyuv::MJpegDecoder::BufferVector
181 // output buffers. Large enough for just one iMCU row.

Completed in 783 milliseconds

1 2 3 4 5 67 8 91011>>