Home
last modified time | relevance | path

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

/aosp_15_r20/external/tinyalsa_new/tests/src/
H A Dpcm_loopback_test.cc65 struct PcmFormat { struct
66 using Type = void;
67 static constexpr pcm_format kFormat = F;
68 static constexpr int32_t kMax = 0;
69 static constexpr int32_t kMin = 0;
73 struct PcmFormat<PCM_FORMAT_S16_LE> { struct
74 using Type = int16_t;
75 static constexpr pcm_format kFormat = PCM_FORMAT_S16_LE;
76 static constexpr Type kMax = std::numeric_limits<Type>::max();
77 static constexpr Type kMin = std::numeric_limits<Type>::min();
[all …]
/aosp_15_r20/external/liblc3/include/
H A Dlc3_cpp.h42 enum class PcmFormat { enum