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

  /hardware/google/av/codec2/vndk/util/
C2InterfaceHelper.cpp 39 auto it = _mStructs.find(paramIndex);
40 if (it == _mStructs.end()) {
48 if (_mStructs.find(strukt.coreIndex()) != _mStructs.end()) {
56 if (_mStructs.find(coreIndex) == _mStructs.end()) {
62 _mStructs.emplace(strukt.coreIndex(), strukt);
  /hardware/google/av/codec2/vndk/include/util/
C2InterfaceHelper.h 100 std::map<C2Param::CoreIndex, const C2StructDescriptor> _mStructs; ///< descriptors

Completed in 704 milliseconds