Home
last modified time | relevance | path

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

12

/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedRequestProcessor.h39 std::unique_ptr<Buffers> input_buffers;
40 std::unique_ptr<Buffers> output_buffers;
87 std::unique_ptr<Buffers> CreateSensorBuffers(
96 std::unique_ptr<Buffers> AcquireBuffers(Buffers* buffers);
H A DEmulatedSensor.h226 std::unique_ptr<Buffers> input_buffers,
227 std::unique_ptr<Buffers> output_buffers);
301 std::unique_ptr<Buffers> current_output_buffers_;
302 std::unique_ptr<Buffers> current_input_buffers_;
H A DEmulatedRequestProcessor.cpp120 std::unique_ptr<Buffers> EmulatedRequestProcessor::CreateSensorBuffers( in CreateSensorBuffers()
166 auto sensor_buffers = std::make_unique<Buffers>(); in CreateSensorBuffers()
380 std::unique_ptr<Buffers> EmulatedRequestProcessor::AcquireBuffers( in AcquireBuffers()
381 Buffers* buffers) { in AcquireBuffers()
386 auto acquired_buffers = std::make_unique<Buffers>(); in AcquireBuffers()
H A DBase.h88 typedef std::vector<std::unique_ptr<SensorBuffer>> Buffers; typedef
H A DEmulatedSensor.cpp533 std::unique_ptr<Buffers> input_buffers, in SetCurrentRequest()
534 std::unique_ptr<Buffers> output_buffers) { in SetCurrentRequest()
612 std::unique_ptr<Buffers> next_buffers; in threadLoop()
613 std::unique_ptr<Buffers> next_input_buffer; in threadLoop()
/aosp12/hardware/interfaces/graphics/bufferqueue/2.0/
H A 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.
/aosp12/system/memory/lmkd/
H A Devent.logtags39 …skSize|1),(enum kill_reasons|1|5),(MemFree|1),(Cached|1),(SwapCached|1),(Buffers|1),(Shmem|1),(Une…
/aosp12/hardware/interfaces/graphics/mapper/2.0/
H A Dtypes.hal44 * Buffers must have a 8 bit depth.
/aosp12/hardware/interfaces/graphics/mapper/3.0/
H A Dtypes.hal63 * Buffers must have a 8 bit depth.
/aosp12/packages/services/Car/tools/emulator/
H A DREADME.md47 * It requires Protocol Buffers. You may build one from Android, e.g.
/aosp12/hardware/interfaces/media/bufferpool/2.0/
H A Dtypes.hal105 * Buffers from fromBufferId to toBufferId must be invalidated.
/aosp12/system/chre/doc/
H A Dnanoapp_developer_guide.md141 well-defined serialization format, such as Protocol Buffers (see the Using
148 use a serialization format like Protocol Buffers if possible.
192 Buffers](https://developers.google.com/protocol-buffers) in a nanoapp. To
/aosp12/frameworks/base/tools/protologtool/
H A DREADME.md100 Binary logs are saved as Protocol Buffers file. They can be read using the ProtoLog tool or special…
/aosp12/hardware/interfaces/audio/effect/2.0/
H A 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
/aosp12/hardware/interfaces/audio/effect/4.0/
H A 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
/aosp12/hardware/interfaces/audio/effect/5.0/
H A 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
/aosp12/hardware/interfaces/audio/effect/6.0/
H A 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
/aosp12/hardware/interfaces/audio/effect/7.0/
H A 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
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DEventLogTags.logtags108 2809 watchdog_meminfo (MemFree|1|2),(Buffers|1|2),(Cached|1|2),(Active|1|2),(Inactive|1|2),(AnonPag…
/aosp12/hardware/interfaces/camera/device/3.2/
H A DICameraDeviceCallback.hal126 * Buffers delivered to the framework must not be dispatched to the
H A Dtypes.hal921 * Buffers for a frame may be sent to framework before the corresponding
926 * Buffers delivered to the framework are not dispatched to the
982 * Buffers are passed between camera service and camera HAL via bufferId except
/aosp12/hardware/interfaces/graphics/common/1.1/
H A Dtypes.hal111 * Buffers with this format must be locked with IMapper::lockYCbCr
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h260 std::vector<BufferCacheEntry> Buffers; member
H A DQtiComposerClient.cpp339 ly->second.Buffers.resize(bufferSlotCount); in createLayer()
1994 if (slot < ly->second.Buffers.size()) { in lookupBufferCacheEntryLocked()
1995 entry = &ly->second.Buffers[slot]; in lookupBufferCacheEntryLocked()
/aosp12/hardware/interfaces/automotive/evs/1.1/
H A DIEvsCamera.hal79 * @param buffer Buffers to be returned.

12