HomeSort by relevance Sort by last modified time
    Searched refs:C2_HIDE (Results 1 - 11 of 11) sorted by null

  /hardware/google/av/codec2/vndk/include/util/
C2InterfaceUtils.h 33 struct C2_HIDE _C2FieldValueHelper {
41 struct C2_HIDE _C2FieldValueHelper<uint8_t> {
47 struct C2_HIDE _C2FieldValueHelper<char> {
249 inline C2_HIDE constexpr T min() const { return _mMin; }
254 inline C2_HIDE constexpr T max() const { return _mMax; }
259 inline C2_HIDE constexpr T step() const { return _mStep; }
264 inline C2_HIDE constexpr T num() const { return _mNum; }
269 inline C2_HIDE constexpr T denom() const { return _mDenom; }
275 inline C2_HIDE constexpr bool isSimpleRange() const {
283 inline C2_HIDE constexpr bool isArithmeticSeries() const
    [all...]
C2InterfaceHelper.h 74 class C2_HIDE _Tuple { };
131 inline C2_HIDE ParamRef(std::shared_ptr<T> &param)
202 struct C2_HIDE Param;
379 struct C2_HIDE Param {
447 class C2_HIDE ParamBuilder : private ParamHelper {
718 inline C2_HIDE void setDerivedInstance(T *instance) {
  /hardware/google/av/codec2/include/
C2Enum.h 72 static C2_HIDE std::vector<C2String> parseEnumValuesFromString(C2StringLiteral value);
75 static C2_HIDE C2FieldDescriptor::NamedValuesType sanitizeEnumValues(
88 static C2_HIDE C2FieldDescriptor::NamedValuesType customEnumValues(
C2ParamDef.h 36 struct C2_HIDE _C2Comparable_impl
55 struct C2_HIDE _C2Comparable
61 struct C2_HIDE _C2CoreIndexHelper_impl
77 struct C2_HIDE _C2AddCoreIndex : public S {
89 struct C2_HIDE _C2StructCheck {
107 struct C2_HIDE _C2Flexible_impl {
117 struct C2_HIDE _C2Flexible
127 struct C2_HIDE _c2_enable_if_type {
133 struct C2_HIDE _C2FlexHelper {
140 struct C2_HIDE _C2FlexHelper<S
    [all...]
C2.h 154 #define C2_HIDE __attribute__((visibility("hidden")))
155 #define C2_INLINE inline C2_HIDE
190 class C2_HIDE c2_cntr_t;
198 struct C2_HIDE _c2_cntr_compat_helper {
236 class C2_HIDE c2_cntr_t {
C2Param.h     [all...]
  /hardware/google/av/codec2/vndk/internal/
C2BlockInternal.h 39 struct C2_HIDE _C2BlockPoolData {
C2ParamInternal.h 22 struct C2_HIDE _C2ParamInspector {
  /hardware/google/av/codec2/vndk/
C2Buffer.cpp 118 class C2_HIDE _C2Block1DImpl : public _C2LinearRangeAspect {
163 class C2_HIDE _C2MappedBlock1DImpl : public _C2Block1DImpl {
347 struct C2_HIDE C2PooledBlockPoolData : _C2BlockPoolData {
793 class C2_HIDE _C2Block2DImpl : public _C2PlanarSectionAspect {
832 class C2_HIDE _C2MappingBlock2DImpl
    [all...]
  /hardware/google/av/codec2/vndk/util/
C2InterfaceUtils.cpp 695 struct C2_HIDE C2FieldUtils::_Inspector {
704 struct C2_HIDE C2FieldUtils::Info::Impl {
813 struct C2_HIDE C2FieldUtils::Iterator::Impl : public _C2ParamInspector {
860 struct C2_HIDE C2FieldUtils::List::Impl {
    [all...]
  /hardware/google/av/codec2/tests/
C2Param_test.cpp 846 struct C2_HIDE _test0 {
850 struct C2_HIDE _test1 {
853 struct C2_HIDE _test2 {
    [all...]

Completed in 137 milliseconds