/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedRequestProcessor.h | 39 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 D | EmulatedSensor.h | 226 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 D | EmulatedRequestProcessor.cpp | 120 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 D | Base.h | 88 typedef std::vector<std::unique_ptr<SensorBuffer>> Buffers; typedef
|
H A D | EmulatedSensor.cpp | 533 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 D | types.hal | 100 * 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 D | event.logtags | 39 …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 D | types.hal | 44 * Buffers must have a 8 bit depth.
|
/aosp12/hardware/interfaces/graphics/mapper/3.0/ |
H A D | types.hal | 63 * Buffers must have a 8 bit depth.
|
/aosp12/packages/services/Car/tools/emulator/ |
H A D | README.md | 47 * It requires Protocol Buffers. You may build one from Android, e.g.
|
/aosp12/hardware/interfaces/media/bufferpool/2.0/ |
H A D | types.hal | 105 * Buffers from fromBufferId to toBufferId must be invalidated.
|
/aosp12/system/chre/doc/ |
H A D | nanoapp_developer_guide.md | 141 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 D | README.md | 100 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 D | IEffect.hal | 276 * 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 D | IEffect.hal | 260 * 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 D | IEffect.hal | 260 * 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 D | IEffect.hal | 260 * 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 D | IEffect.hal | 257 * 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 D | EventLogTags.logtags | 108 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 D | ICameraDeviceCallback.hal | 126 * Buffers delivered to the framework must not be dispatched to the
|
H A D | types.hal | 921 * 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 D | types.hal | 111 * Buffers with this format must be locked with IMapper::lockYCbCr
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerClient.h | 260 std::vector<BufferCacheEntry> Buffers; member
|
H A D | QtiComposerClient.cpp | 339 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 D | IEvsCamera.hal | 79 * @param buffer Buffers to be returned.
|