Searched refs:mComponents (Results 1 – 4 of 4) sorted by relevance
/hardware/google/av/codec2/vndk/ |
D | C2Store.cpp | 312 mComponents[poolId] = component; in _createBlockPool() 324 mComponents[poolId] = component; in _createBlockPool() 336 mComponents[poolId] = component; in _createBlockPool() 347 mComponents[poolId] = component; in _createBlockPool() 372 mComponents.erase(blockPoolId); in getBlockPool() 374 auto found = mComponents.find(blockPoolId); in getBlockPool() 388 std::map<C2BlockPool::local_id_t, std::weak_ptr<const C2Component>> mComponents; member in android::__anonbd81cce20411::_C2BlockPoolCache 637 std::map<C2String, ComponentLoader> mComponents; ///< list of components member in android::C2PlatformComponentStore 774 mComponents.emplace("c2.android.avc.decoder", "libstagefright_soft_c2avcdec.so"); in C2PlatformComponentStore() 775 mComponents.emplace("c2.android.avc.encoder", "libstagefright_soft_c2avcenc.so"); in C2PlatformComponentStore() [all …]
|
/hardware/intel/common/libstagefrighthw/ |
D | WrsOMXPlugin.cpp | 140 mComponents.push_back(comp); in makeComponentInstance() 153 for (OMX_U32 i = 0; i < mComponents.size(); i++) { in destroyComponentInstance() 154 if (mComponents[i].mComponent == component) { in destroyComponentInstance() 155 if (mComponents[i].mCore == NULL || mComponents[i].mCore->mLibHandle == NULL) { in destroyComponentInstance() 158 …OMX_ERRORTYPE omx_res = (*(mComponents[i].mCore->mFreeHandle))(reinterpret_cast<OMX_HANDLETYPE *>(… in destroyComponentInstance() 159 mComponents.erase(mComponents.begin() + i); in destroyComponentInstance()
|
D | WrsOMXPlugin.h | 100 Vector<WrsOMXComponent> mComponents; member
|
/hardware/google/av/media/v4l2store/ |
D | C2VDAComponentStore.cpp | 136 std::map<C2String, ComponentLoader> mComponents; ///< list of components member in android::C2VDAComponentStore 279 mComponents.emplace(std::piecewise_construct, std::forward_as_tuple("c2.vda.avc.decoder"), in C2VDAComponentStore() 281 mComponents.emplace(std::piecewise_construct, std::forward_as_tuple("c2.vda.vp8.decoder"), in C2VDAComponentStore() 283 mComponents.emplace(std::piecewise_construct, std::forward_as_tuple("c2.vda.vp9.decoder"), in C2VDAComponentStore() 294 for (auto& it : mComponents) { in listComponents() 310 auto pos = mComponents.find(name); in findComponent() 312 if (pos == mComponents.end()) { in findComponent()
|