/frameworks/av/media/codec2/sfplugin/ |
D | PipelineWatcher.h | 134 struct Frame { struct 135 Frame(std::vector<std::shared_ptr<C2Buffer>> &&b, in Frame() argument 142 std::map<uint64_t, Frame> mFramesInPipeline; argument
|
/frameworks/native/libs/bufferstreams/rust/src/ |
D | lib.rs | 97 fn on_next(&mut self, frame: Frame); in on_next() 160 pub struct Frame { struct 162 pub buffer: Buffer, 164 pub present_time: i64, 166 pub fence: i32,
|
/frameworks/native/services/surfaceflinger/Scheduler/tests/ |
D | FrameTargeterTest.cpp | 60 struct Frame { struct in android::scheduler::FrameTargeterTestBase 61 Frame(FrameTargeterTestBase* testPtr, VsyncId vsyncId, TimePoint& frameBeginTime, in Frame() function 87 FenceTimePtr end(CompositionCoverage coverage = CompositionCoverage::Hwc) { in end() 98 ~Frame() { in ~Frame() 103 static bool fencePending(const FenceTimePtr&, int) { return true; } in fencePending() 104 static bool fenceSignaled(const FenceTimePtr&, int) { return false; } in fenceSignaled() 106 FrameTargeterTestBase* const testPtr; 108 TimePoint& frameBeginTime; 109 const Period period; 110 const Period minFramePeriod; [all …]
|
/frameworks/base/libs/hwui/renderthread/ |
D | Frame.h | 30 Frame(int32_t width, int32_t height, int32_t bufferAge) in Frame() function 41 Frame() {} in Frame() function
|
D | IRenderPipeline.h | 47 class Frame; variable
|
D | EglManager.h | 34 class Frame; variable
|
D | CanvasContext.h | 64 class Frame; variable
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 65 struct Frame { struct 66 String8 name; 67 FileMap* map = nullptr; 68 int trimX; 69 int trimY; 70 int trimWidth; 71 int trimHeight; 72 mutable GLuint tid;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | Frame.java | 53 public class Frame { class 166 Frame(FrameType type, int[] dimensions, FrameManager manager) { in Frame() method in Frame 170 Frame(BackingStore backingStore) { in Frame() method in Frame
|
/frameworks/av/media/codec2/tests/aidl/ |
D | GraphicsTracker_test.cpp | 125 struct Frame { struct 126 AHardwareBuffer *buffer_; 127 sp<Fence> fence_; 129 Frame() : buffer_{nullptr}, fence_{nullptr} {} in Frame() function 130 Frame(AHardwareBuffer *buffer, sp<Fence> fence) in Frame() function 132 ~Frame() { in ~Frame()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | Frame.java | 28 public abstract class Frame { class 44 Frame(FrameFormat format, FrameManager frameManager) { in Frame() method in Frame 49 Frame(FrameFormat format, FrameManager frameManager, int bindingType, long bindingId) { in Frame() method in Frame
|
/frameworks/base/core/java/com/android/internal/graphics/cam/ |
D | Frame.java | 36 public final class Frame { class 120 private Frame(float n, float aw, float nbb, float ncb, float c, float nc, float[] rgbD, in Frame() method in Frame
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ColorUpdateLogger.kt | 93 private class Frame(event: Event) { class
|
/frameworks/native/libs/bufferstreams/rust/src/subscribers/ |
D | testing.rs | 95 fn on_next(&mut self, frame: Frame) { in on_next()
|
D | shared.rs | 80 fn on_next(&mut self, frame: Frame) { in on_next()
|