Searched refs:buffers (Results 1 - 25 of 45) sorted by relevance

12

/device/generic/goldfish/camera/fake-pipeline2/
H A DJpegCompressor.h19 * This class simulates a hardware JPEG compressor. It receives image buffers
57 // Start compressing COMPRESSED format buffers; JpegCompressor takes
59 status_t start(Buffers *buffers, JpegListener *listener);
62 status_t compressSynchronous(Buffers *buffers);
H A DJpegCompressor.cpp41 status_t JpegCompressor::start(Buffers *buffers, JpegListener *listener) { argument
57 mBuffers = buffers;
71 status_t JpegCompressor::compressSynchronous(Buffers *buffers) { argument
85 mBuffers = buffers;
118 // Find source and target buffers. Assumes only one buffer matches
134 ALOGE("%s: Unable to find buffers for JPEG source/destination",
H A DSensor.h115 void setDestinationBuffers(Buffers *buffers);
143 * cycles that have valid buffers to write to.
H A DSensor.cpp174 void Sensor::setDestinationBuffers(Buffers *buffers) { argument
176 mNextBuffers = buffers;
324 // Might be adding more buffers, so size isn't constant
/device/google/marlin/camera/usbcamcore/src/
H A DQCameraMjpegDecode.cpp279 rc = jpeg_buffer_init(&source.buffers[0]);
282 rc = jpeg_buffer_init(&source.buffers[1]);
286 rc = jpeg_buffer_allocate(source.buffers[0], 0xA000, use_pmem);
288 rc = jpeg_buffer_use_external_buffer(source.buffers[0],
293 ALOGD("%s: source.buffers[0]:%p compressed buffer ptr = %p", __func__,
294 source.buffers[0], p_args->inputMjpegBuffer);
298 rc = jpeg_buffer_allocate(source.buffers[1], 0xA000, use_pmem);
300 rc = jpeg_buffer_use_external_buffer(source.buffers[1],
305 ALOGD("%s: source.buffers[1]:%p compressed buffer ptr = %p", __func__,
306 source.buffers[
[all...]
H A DQualcommUsbCamera.cpp270 /* if window is already set, then de-init previous buffers */
745 * Description: This function initializes the preview buffers
784 /* - dequeue all the display buffers */
785 /* - cancel buffers: release w/o displaying */
853 /* - dequeue all the display buffers */
938 /* - cancel buffers: queue w/o displaying */
969 * Description: This function de-initializes all the display buffers allocated
995 /* - Release all buffers that were acquired using get_memory */
998 /* - Cancel buffers: queue w/o displaying */
1004 /* Release all buffers tha
[all...]
/device/google/dragon/audio/hal/
H A Dcras_dsp_pipeline.c112 /* The maximum number of audio buffers that will be used at
116 /* The audio data buffers */
117 float **buffers; member in struct:pipeline
508 /* first figure out how many buffers do we need */
515 * buffer, so we need to use extra buffers */
525 /* then allocate the buffers */
527 pipeline->buffers = (float **)calloc(peak_buf, sizeof(float *));
529 if (!pipeline->buffers) {
530 syslog(LOG_ERR, "failed to allocate buffers");
541 pipeline->buffers[
[all...]
/device/generic/goldfish/camera/
H A DEmulatedCamera2.h115 buffer_handle_t *buffers);
191 buffer_handle_t *buffers);
H A DEmulatedFakeCamera2.h103 buffer_handle_t *buffers);
236 Buffers *buffers);
259 Buffers *buffers; member in struct:android::EmulatedFakeCamera2::ReadoutThread::InFlightQueue
H A DEmulatedCamera2.cpp145 buffer_handle_t *buffers) {
275 buffer_handle_t *buffers) {
279 buffers);
142 registerStreamBuffers( uint32_t stream_id, int num_buffers, buffer_handle_t *buffers) argument
272 register_stream_buffers(const camera2_device_t *d, uint32_t stream_id, int num_buffers, buffer_handle_t *buffers) argument
H A DEmulatedFakeCamera3.cpp322 // Always update usage and max buffers
763 ALOGE("%s: Request %d: No output buffers provided!",
768 // Validate all buffers, starting with input buffer if it's given
857 HalBufferVector *buffers = new HalBufferVector(); local
860 buffers->setCapacity(request->num_output_buffers);
862 // Process all the buffers we got for output, constructing internal buffer
922 // Either waiting or locking failed. Unlock locked buffers and bail
929 delete buffers;
934 buffers->push_back(srcBuf);
991 r.buffers
[all...]
H A DEmulatedFakeCamera3.h137 // We need a positive stream ID to distinguish external buffers from
138 // sensor-generated buffers which use a nonpositive ID. Otherwise, HAL3 has
200 HalBufferVector *buffers; member in struct:android::EmulatedFakeCamera3::ReadoutThread::Request
H A DEmulatedFakeCamera2.cpp465 buffer_handle_t *buffers) {
473 ALOGV("%s: Stream %d registering %d buffers", __FUNCTION__,
476 // Assumes that all buffers have the same format.
478 ALOGE("%s: Stream %d only has %d buffers!",
483 reinterpret_cast<const cb_handle_t*>(buffers[0]);
837 ALOGV("Configure: Setting up buffers for capture");
959 ALOGV("Configure: Setting up input buffers for reprocess");
988 ALOGV("Configure: Setting up output buffers for reprocess");
1045 /** Get buffers to fill for this frame */
1163 Buffers *buffers) {
462 registerStreamBuffers( uint32_t stream_id, int num_buffers, buffer_handle_t *buffers) argument
1160 setNextOperation( bool isCapture, camera_metadata_t *request, Buffers *buffers) argument
[all...]
/device/google/marlin/camera/usbcamcore/inc/
H A DQCameraUsbPriv.h37 /* Number of display buffers (in addition to minimum number of undequed buffers */
40 /* Number of V4L2 capture buffers. */
148 /* prevFormat is pixel format of preview buffers that are exported */
153 /* captureFormat is internal setting for USB camera buffers */
159 struct bufObj *buffers; member in struct:android::__anon1369
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dsocket.py320 data = str(data) # XXX Should really reject non-string non-buffers
332 # XXX Should really reject non-string non-buffers
427 buffers = [buf.read()]
437 buffers.append(data)
445 return "".join(buffers)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsocket.py316 data = str(data) # XXX Should really reject non-string non-buffers
328 # XXX Should really reject non-string non-buffers
423 buffers = [buf.read()]
433 buffers.append(data)
441 return "".join(buffers)
/device/generic/goldfish-opengl/system/GLESv1_enc/
H A DGLEncoder.h137 static void s_glDeleteBuffers(void *self, GLsizei n, const GLuint * buffers);
H A DGLEncoder.cpp382 void GLEncoder::s_glDeleteBuffers(void * self, GLsizei n, const GLuint * buffers)
387 ctx->m_shared->deleteBufferData(buffers[i]);
388 ctx->m_glDeleteBuffers_enc(self,1,&buffers[i]);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
H A DEfiCopyMemSSE2.c144 ; We do this block if the source and destination buffers overlap. To
H A DEfiCopyMem.S172 # We do this block if the source and destination buffers overlap. To
H A DEfiCopyMem.c160 ; We do this block if the source and destination buffers overlap. To
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp356 void glDeleteBuffers(GLsizei n, const GLuint *buffers) argument
358 getDispatch()->glDeleteBuffers(n, buffers);
456 void glGenBuffers(GLsizei n, GLuint *buffers) argument
458 getDispatch()->glGenBuffers(n, buffers);
1346 void glExtGetBuffersQCOM(GLuint *buffers, GLint maxBuffers, GLint *numBuffers) argument
1348 getDispatch()->glExtGetBuffersQCOM(buffers, maxBuffers, numBuffers);
/device/google/marlin/camera/QCamera2/HAL/test/
H A Dqcamera_test.h343 Vector<sp<ABuffer> > buffers; member in struct:qcamera::TestContext::ViVVid_t
/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3HWI.h114 // Number of outstanding buffers at flush
116 // List of pending buffers per request
420 List<RequestedBufferInfo> buffers; member in struct:qcamera::QCamera3HardwareInterface::__anon518
472 //condition used to signal flush after buffers have returned
493 /* 0: Not batch, non-zero: Number of image buffers in a batch */
/device/huawei/angler/camera/QCamera2/HAL3/
H A DQCamera3HWI.h343 List<RequestedBufferInfo> buffers; member in struct:qcamera::QCamera3HardwareInterface::__anon1417
363 // Store the Pending buffers for Flushing
376 // List of pending buffers
424 /* 0: Not batch, non-zero: Number of image buffers in a batch */

Completed in 304 milliseconds

12