Home
last modified time | relevance | path

Searched defs:Transpose (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/mediametrics/
H A DStringUtils.h86 struct Transpose { struct
92 explicit constexpr Transpose(const char(&string)[N]) { in Transpose() argument
114 // If the input char is not in the Base64Url charset, Transpose::INVALID_CHAR is returned. argument
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java206 public @interface Transpose {} annotation in ScriptIntrinsicBLAS