HomeSort by relevance Sort by last modified time
    Searched full:allocatebuffers (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/native/libs/vr/libdvr/tests/
dvr_buffer_queue-test.cpp 40 void AllocateBuffers(size_t buffer_count) {
59 AllocateBuffers(kQueueCapacity);
94 AllocateBuffers(3);
144 AllocateBuffers(kQueueCapacity);
  /frameworks/av/media/libstagefright/include/
MidiExtractor.h 39 status_t allocateBuffers();
  /frameworks/native/services/surfaceflinger/
MonitoredProducer.h 58 virtual void allocateBuffers(uint32_t width, uint32_t height,
MonitoredProducer.cpp 118 void MonitoredProducer::allocateBuffers(uint32_t width, uint32_t height,
120 mProducer->allocateBuffers(width, height, format, usage);
  /frameworks/av/media/libstagefright/
MidiExtractor.cpp 96 mEngine->allocateBuffers();
201 status_t MidiEngine::allocateBuffers() {
FLACExtractor.cpp 108 void allocateBuffers();
636 void FLACParser::allocateBuffers()
736 mParser->allocateBuffers();
  /frameworks/native/libs/gui/tests/
Malicious.cpp 69 void allocateBuffers(uint32_t width, uint32_t height, PixelFormat format,
71 mProducer->allocateBuffers(width, height, format, usage);
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_producer.h 81 // See |IGraphicBufferProducer::allocateBuffers|
82 void allocateBuffers(uint32_t width, uint32_t height, PixelFormat format,
  /hardware/qcom/display/msm8998/libgralloc1/
gr_device_impl.cpp 153 return reinterpret_cast<gralloc1_function_pointer_t>(AllocateBuffers);
341 gralloc1_error_t GrallocImpl::AllocateBuffers(gralloc1_device_t *device, uint32_t num_descriptors,
349 gralloc1_error_t status = dev->buf_mgr_->AllocateBuffers(num_descriptors, descriptors,
gr_buf_mgr.h 40 gralloc1_error_t AllocateBuffers(uint32_t num_descriptors,
gr_device_impl.h 92 static gralloc1_error_t AllocateBuffers(gralloc1_device_t *device, uint32_t num_dptors,
  /frameworks/av/media/libstagefright/omx/1.0/
WGraphicBufferProducer.h 84 Return<void> allocateBuffers(
WGraphicBufferProducer.cpp 254 Return<void> TWGraphicBufferProducer::allocateBuffers(
256 mBase->allocateBuffers(
  /frameworks/native/include/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.h 85 void allocateBuffers(uint32_t width, uint32_t height,
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.h 40 gralloc1_error_t AllocateBuffers(uint32_t num_descriptors,
gr_device_impl.h 99 static gralloc1_error_t AllocateBuffers(gralloc1_device_t *device, uint32_t num_dptors,
gr_device_impl.cpp 152 return reinterpret_cast<gralloc1_function_pointer_t>(AllocateBuffers);
365 gralloc1_error_t GrallocImpl::AllocateBuffers(gralloc1_device_t *device, uint32_t num_descriptors,
373 gralloc1_error_t status = dev->buf_mgr_->AllocateBuffers(num_descriptors, descriptors,
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 335 virtual void allocateBuffers(uint32_t width, uint32_t height,
345 ALOGE("allocateBuffers failed to transact: %d", result);
571 void allocateBuffers(uint32_t width, uint32_t height,
573 return mBase->allocateBuffers(width, height, format, usage);
781 allocateBuffers(width, height, format, usage);
    [all...]
BufferQueueProducer.cpp     [all...]
  /frameworks/native/include/gui/
BufferQueueProducer.h 153 // See IGraphicBufferProducer::allocateBuffers
154 virtual void allocateBuffers(uint32_t width, uint32_t height,
Surface.h 105 void allocateBuffers();
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.h 77 virtual int32_t allocateBuffers();
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraStream.h 72 virtual int32_t allocateBuffers();
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraStream.h 72 virtual int32_t allocateBuffers();
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_producer.cpp 526 void BufferHubQueueProducer::allocateBuffers(uint32_t /* width */,
530 // TODO(jwcai) |allocateBuffers| aims to preallocate up to the maximum number
533 ALOGE("BufferHubQueueProducer::allocateBuffers not implemented.");

Completed in 3666 milliseconds

1 2 3