Home
last modified time | relevance | path

Searched defs:Orientation (Results 1 – 9 of 9) sorted by relevance

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/core/vision/
DImageProcessingOptions.java55 public enum Orientation { enum in ImageProcessingOptions
67 Orientation(int value) { in Orientation() method in ImageProcessingOptions.Orientation
/external/libcups/filter/
Dcommon.c22 int Orientation = 0, /* 0 = portrait, 1 = landscape, etc. */ variable
/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h229 enum class Orientation { Row, Column }; enum
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl30 …se(tmat4x4<T, P> const & ModelMatrix, tvec3<T, P> & Scale, tquat<T, P> & Orientation, tvec3<T, P> …
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.h83 enum Orientation { kHorizontal, kVertical }; in RTC_POP_IGNORING_WUNDEF() enum
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
Dframe_buffer.h109 enum class Orientation { enum
/external/libcups/cups/
Draster.h267 cups_orient_t Orientation; /* Orientation value (@link cups_orient_t@) */ member
316 cups_orient_t Orientation; /* Orientation value (@link cups_orient_t@) */ member
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp691 using Orientation = Simplex::Orientation; typedef in mlir::GBRSimplex
/external/dng_sdk/source/
Ddng_negative.h943 dng_orientation Orientation () in Orientation() function