Home
last modified time | relevance | path

Searched refs:NodeInfo (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
H A DMediaCodecsXmlParser.h81 struct NodeInfo { struct
93 std::multimap<size_t, NodeInfo> nodeList; argument
/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis.h45 struct NodeInfo { struct
46 explicit NodeInfo(uint32_t d) : depth(d), done(false) {} in NodeInfo() argument
263 ArenaSafeMap<HInstruction*, NodeInfo> map_;
H A Dinduction_var_analysis.cc296 map_.Put(instruction, NodeInfo(d1)); in VisitNode()
/aosp12/frameworks/av/media/libstagefright/omx/1.0/
H A DOmxStore.cpp102 hidl_vec<NodeInfo>& nodeList = role.nodes; in OmxStore()
113 NodeInfo node; in OmxStore()
/aosp12/frameworks/av/media/libstagefright/
H A DOmxInfoBuilder.cpp60 const IOmxStore::NodeInfo& node, const char* mediaType, bool isEncoder, in queryCapabilities()
154 for (const IOmxStore::NodeInfo &node : role.nodes) { in buildMediaCodecList()
/aosp12/hardware/interfaces/media/omx/1.0/
H A DIOmxStore.hal128 struct NodeInfo {
172 vec<NodeInfo> nodes;
189 * The name of each node inside `NodeInfo` must start with the prefix
/aosp12/frameworks/av/media/libstagefright/xmlparser/test/
H A DXMLParserTest.cpp375 multimap<size_t, MediaCodecsXmlParser::NodeInfo> nodeList = properties.nodeList; in TEST_F()
376 multimap<size_t, MediaCodecsXmlParser::NodeInfo>::iterator itr_Node; in TEST_F()
381 MediaCodecsXmlParser::NodeInfo nodePtr = itr_Node->second; in TEST_F()
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/store/
H A DVtsHalMediaOmxV1_0TargetStoreTest.cpp277 for (const IOmxStore::NodeInfo& node : role.nodes) { in TEST_P()
/aosp12/frameworks/av/media/libstagefright/xmlparser/
H A DMediaCodecsXmlParser.cpp1587 std::multimap<size_t, NodeInfo>* nodeList; in generateRoleMap()
1615 NodeInfo nodeInfo; in generateRoleMap()