Searched refs:allocateBuffers (Results 1 – 15 of 15) sorted by relevance
/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/ |
D | AllocatorHal.h | 43 virtual Error allocateBuffers(const BufferDescriptor& descriptor, uint32_t count,
|
D | Allocator.h | 61 Error error = mHal->allocateBuffers(descriptor, count, &stride, &buffers); in allocate()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
D | QCameraHAL3Test.h | 55 native_handle_t *allocateBuffers(int width, int height,
|
D | QCameraHAL3VideoTest.cpp | 200 mVideoHandle[num] = allocateBuffers(width, height, &mVideoMeminfo); in vidoeAllocateBuffers() 205 mCaptureHandle = allocateBuffers(width, height, &mCaptureMemInfo); in snapshotAllocateBuffers()
|
D | QCameraHAL3PreviewTest.cpp | 221 mPreviewHandle[num] = allocateBuffers(width, height, &mPreviewMeminfo); in previewAllocateBuffers() 226 mCaptureHandle = allocateBuffers(width, height, &mCaptureMemInfo); in snapshotAllocateBuffers()
|
D | QCameraHAL3Test.cpp | 95 native_handle_t *QCameraHAL3Test::allocateBuffers(int width, int height, in allocateBuffers() function in qcamera::QCameraHAL3Test
|
D | QCameraHAL3SnapshotTest.cpp | 167 mCaptureHandle= allocateBuffers(width, height, &mCaptureMemInfo); in snapshotAllocateBuffers()
|
D | QCameraHAL3RawSnapshotTest.cpp | 170 mRawCaptureHandle = allocateBuffers(width, height, &mRawCaptureMemInfo); in rawAllocateBuffers()
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | Gralloc0Hal.h | 74 Error allocateBuffers(const BufferDescriptor& descriptor, uint32_t count, uint32_t* outStride, in allocateBuffers() function
|
D | Gralloc1Hal.h | 84 Error allocateBuffers(const BufferDescriptor& descriptor, uint32_t count, uint32_t* outStride, in allocateBuffers() function
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraStream.h | 77 virtual int32_t allocateBuffers();
|
D | QCameraStream.cpp | 694 int32_t rc = stream->allocateBuffers(); in backgroundAllocate() 1622 int32_t QCameraStream::allocateBuffers() in allocateBuffers() function in qcamera::QCameraStream
|
D | QCamera2HWI.cpp | 10498 if ( pStream->allocateBuffers() ) { in deferredWorkRoutine()
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | IGraphicBufferProducer.hal | 552 allocateBuffers(
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
D | IGraphicBufferProducer.hal | 584 allocateBuffers(
|