HomeSort by relevance Sort by last modified time
    Searched full:c2_cntr_t (Results 1 - 3 of 3) sorted by null

  /hardware/google/av/codec2/include/
C2.h 190 class C2_HIDE c2_cntr_t; variable in typeref:class:C2_HIDE
207 inline static constexpr T get(const c2_cntr_t<U, void> &value) {
236 class C2_HIDE c2_cntr_t { class
249 inline constexpr c2_cntr_t() : mValue(T(0)) {} function in class:c2_cntr_t
255 inline constexpr c2_cntr_t(const U &value) : mValue(compat::get(value)) {} function in class:c2_cntr_t
292 inline operator c2_cntr_t<U>() {
293 return c2_cntr_t<U>(mValue);
302 attrib inline c2_cntr_t<T>& operator op_assign(const U &value) { \
308 attrib inline constexpr c2_cntr_t<T> operator op(const U &value) const { \
309 return c2_cntr_t<T>(mValue op compat::get(value));
    [all...]
  /hardware/google/av/codec2/tests/
C2_test.cpp 116 using c8_t = c2_cntr_t<uint8_t>;
  /hardware/google/av/codec2/vndk/util/
C2Debug.cpp 160 std::ostream& operator<<(std::ostream &os, const c2_cntr_t<T> &v) {

Completed in 196 milliseconds