Home
last modified time | relevance | path

Searched defs:Dimensions (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DBufferQueueScheduler.h37 struct Dimensions { struct
39 Dimensions(int w, int h) : width(w), height(h) {} in Dimensions() argument
47 BufferEvent(std::shared_ptr<Event> e, Dimensions d) : event(e), dimensions(d) {} in BufferEvent() argument
/aosp12/packages/modules/NeuralNetworks/common/
H A DUtilsTest.cpp245 TEST_F(CombineDimensionsTest, Dimensions) { in TEST_F() argument
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DModel.proto159 message Dimensions { message
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h202 using Dimensions = std::vector<Dimension>; variable