Home
last modified time | relevance | path

Searched refs:Buffers (Results 1 – 25 of 45) sorted by relevance

12

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.h52 std::unique_ptr<Buffers> input_buffers;
53 std::unique_ptr<Buffers> output_buffers;
126 std::unique_ptr<Buffers> CreateSensorBuffers(
135 std::unique_ptr<Buffers> AcquireBuffers(Buffers* buffers);
DEmulatedSensor.h291 std::unique_ptr<Buffers> input_buffers,
292 std::unique_ptr<Buffers> output_buffers);
369 std::unique_ptr<Buffers> current_output_buffers_;
370 std::unique_ptr<Buffers> current_input_buffers_;
DBase.h93 typedef std::vector<std::unique_ptr<SensorBuffer>> Buffers; typedef
DEmulatedRequestProcessor.cpp152 std::unique_ptr<Buffers> EmulatedRequestProcessor::CreateSensorBuffers( in CreateSensorBuffers()
198 auto sensor_buffers = std::make_unique<Buffers>(); in CreateSensorBuffers()
416 std::unique_ptr<Buffers> EmulatedRequestProcessor::AcquireBuffers( in AcquireBuffers()
417 Buffers* buffers) { in AcquireBuffers()
422 auto acquired_buffers = std::make_unique<Buffers>(); in AcquireBuffers()
DEmulatedSensor.cpp689 std::unique_ptr<Buffers> input_buffers, in SetCurrentRequest()
690 std::unique_ptr<Buffers> output_buffers) { in SetCurrentRequest()
776 std::unique_ptr<Buffers> next_buffers; in threadLoop()
777 std::unique_ptr<Buffers> next_input_buffer; in threadLoop()
/hardware/interfaces/graphics/bufferqueue/2.0/
Dtypes.hal100 * Buffers shall be queued by EGL via `eglSwapBuffers()` after being filled
105 * Buffers shall be queued after being filled using the CPU.
109 * Buffers shall be queued by Stagefright after being filled by a video
114 * Buffers shall be queued by the camera HAL.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_ANDROID_external_format_resolve.adoc29 This extension enables rendering to Android Hardware Buffers with external
Dvulkanscdeviations.adoc28 | <<commandbuffers,Command Buffers>> a| include::{chapters}/cmdbuffers.adoc[tag=scaddition]
51 | <<commandbuffers,Command Buffers>> a| include::{chapters}/cmdbuffers.adoc[tag=scdeviation]
78 | <<commandbuffers,Command Buffers>> a| include::{chapters}/cmdbuffers.adoc[tag=scremoved]
/hardware/google/pixel/pixelstats/test/mm/data/test_data_1/
Dproc_meminfo4 Buffers: 154 kB
/hardware/google/pixel/pixelstats/test/mm/data/test_data_0/
Dproc_meminfo4 Buffers: 13 kB
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QNX_external_memory_screen_buffer/
Ddevice_memory.adoc32 If pname:buffer is not `NULL`, QNX Screen Buffers must: be supported for
44 …reenBufferPropertiesQNX',desc='Get Properties of External Memory QNX Screen Buffers',type='protos']
66 [open,refpage='VkScreenBufferPropertiesQNX',desc='Properties of External Memory QNX Screen Buffers'…
/hardware/interfaces/graphics/mapper/3.0/
Dtypes.hal63 * Buffers must have a 8 bit depth.
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal44 * Buffers must have a 8 bit depth.
/hardware/interfaces/media/bufferpool/2.0/
Dtypes.hal105 * Buffers from fromBufferId to toBufferId must be invalidated.
/hardware/interfaces/audio/effect/2.0/
DIEffect.hal276 * Buffers may be set multiple times during effect lifetime.
279 * and the input buffer may be used as an output buffer. Buffers are
/hardware/interfaces/audio/effect/5.0/
DIEffect.hal260 * Buffers may be set multiple times during effect lifetime.
263 * and the input buffer may be used as an output buffer. Buffers are
/hardware/interfaces/audio/effect/6.0/
DIEffect.hal260 * Buffers may be set multiple times during effect lifetime.
263 * and the input buffer may be used as an output buffer. Buffers are
/hardware/interfaces/audio/effect/4.0/
DIEffect.hal260 * Buffers may be set multiple times during effect lifetime.
263 * and the input buffer may be used as an output buffer. Buffers are
/hardware/interfaces/audio/effect/7.0/
DIEffect.hal257 * Buffers may be set multiple times during effect lifetime.
260 * and the input buffer may be used as an output buffer. Buffers are
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries18 # Buffers
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h260 std::vector<BufferCacheEntry> Buffers; member
DQtiComposerClient.cpp340 ly->second.Buffers.resize(bufferSlotCount); in createLayer()
2010 if (slot < ly->second.Buffers.size()) { in lookupBufferCacheEntryLocked()
2011 entry = &ly->second.Buffers[slot]; in lookupBufferCacheEntryLocked()
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal126 * Buffers delivered to the framework must not be dispatched to the
/hardware/interfaces/automotive/evs/1.1/
DIEvsCamera.hal79 * @param buffer Buffers to be returned.
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal111 * Buffers with this format must be locked with IMapper::lockYCbCr

12