Home
last modified time | relevance | path

Searched refs:heapParamIndices (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/codec2/hidl/services/
Dvendor.cpp80 const std::vector<C2Param::Index>& heapParamIndices, in query_sm() argument
82 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp293 const std::vector<C2Param::Index> &heapParamIndices, in queryFromSink()
300 heapParamIndices, in queryFromSink()
316 stackParams.size() + heapParamIndices.size()); in queryFromSink()
326 for (const C2Param::Index& index : heapParamIndices) { in queryFromSink()
/frameworks/av/media/codec2/core/include/
DC2Component.h157 const std::vector<C2Param::Index> &heapParamIndices,
881 const std::vector<C2Param::Index> &heapParamIndices,
/frameworks/av/services/mediacodec/registrant/
DCodecServiceRegistrant.cpp142 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
146 stackParams.size() + heapParamIndices.size()); in query_sm()
156 for (const C2Param::Index& index : heapParamIndices) { in query_sm()
/frameworks/av/media/codec2/hidl/plugin/
DFilterWrapper.cpp139 const std::vector<C2Param::Index> &heapParamIndices, in query_vb() argument
164 for (size_t j = 0; j < heapParamIndices.size(); ++j) { in query_vb()
165 uint32_t type = heapParamIndices[j].type(); in query_vb()
170 heapParamIndicesForFilter.push_back(heapParamIndices[j]); in query_vb()
195 for (size_t j = 0; j < heapParamIndices.size(); ++j) { in query_vb()
196 uint32_t type = heapParamIndices[j].type(); in query_vb()
200 heapParamIndicesForIntf.push_back(heapParamIndices[j]); in query_vb()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h48 const std::vector<C2Param::Index> &heapParamIndices, in query_vb() argument
51 return mImpl->query(stackParams, heapParamIndices, mayBlock, heapParams); in query_vb()
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp119 const std::vector<C2Param::Index> &heapParamIndices, in query_vb() argument
142 for (const C2Param::Index index : heapParamIndices) { in query_vb()
/frameworks/av/media/codec2/hidl/plugin/samples/
DSampleFilterPlugin.cpp63 const std::vector<C2Param::Index> &heapParamIndices, in query_vb() argument
66 return mHelper.query(stackParams, heapParamIndices, mayBlock, heapParams); in query_vb()
852 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
854 return mIntf.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp141 std::vector<C2Param::Index> const& heapParamIndices, in query_sm() argument
143 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
279 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
283 stackParams.size() + heapParamIndices.size()); in query()
293 for (const C2Param::Index& index : heapParamIndices) { in query()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp651 const std::vector<C2Param::Index> &heapParamIndices,
1122 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
1124 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h114 const std::vector<C2Param::Index> &heapParamIndices,
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp766 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
791 for (const C2Param::Index ix : heapParamIndices) { in query()
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h646 const std::vector<C2Param::Index> &heapParamIndices,
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp469 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
471 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()