Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp119 vector<C2Param::Index> heapParamIndices; in invokeQuerySM() local
122 heapParamIndices = {}; in invokeQuerySM()
127 heapParamIndices.push_back(mIndex); in invokeQuerySM()
130 mH2C2->query_sm(stackParams, heapParamIndices, &heapParams); in invokeQuerySM()
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp242 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
245 return query_sm_aidl(stackParams, heapParamIndices, heapParams); in query_sm()
247 return query_sm_hidl(stackParams, heapParamIndices, heapParams); in query_sm()
310 const std::vector<C2Param::Index> &heapParamIndices, in query_sm_aidl() argument
322 for (const C2Param::Index& index : heapParamIndices) { in query_sm_aidl()
356 const std::vector<C2Param::Index> &heapParamIndices, in query_sm_hidl() argument
359 stackParams.size() + heapParamIndices.size()); in query_sm_hidl()
369 for (const C2Param::Index& index : heapParamIndices) { in query_sm_hidl()
/frameworks/av/media/codec2/hal/services/
Dvendor.cpp94 const std::vector<C2Param::Index>& heapParamIndices, in query_sm() argument
96 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
/frameworks/av/media/codec2/hal/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/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/hal/plugin/
DFilterWrapper.cpp145 const std::vector<C2Param::Index> &heapParamIndices, in query_vb() argument
170 for (size_t j = 0; j < heapParamIndices.size(); ++j) { in query_vb()
171 uint32_t type = heapParamIndices[j].type(); in query_vb()
176 heapParamIndicesForFilter.push_back(heapParamIndices[j]); in query_vb()
206 for (size_t j = 0; j < heapParamIndices.size(); ++j) { in query_vb()
207 uint32_t type = heapParamIndices[j].type(); in query_vb()
214 heapParamIndicesForIntf.push_back(heapParamIndices[j]); in query_vb()
/frameworks/av/media/codec2/hal/client/
Dclient.cpp171 std::vector<C2Param::Index> const& heapParamIndices, in query_sm() argument
173 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
315 const std::vector<C2Param::Index> &heapParamIndices,
351 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
355 stackParams.size() + heapParamIndices.size()); in query()
365 for (const C2Param::Index& index : heapParamIndices) { in query()
584 const std::vector<C2Param::Index> &heapParamIndices,
617 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
621 stackParams.size() + heapParamIndices.size()); in query()
631 for (const C2Param::Index& index : heapParamIndices) { in query()
[all …]
/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/hal/client/include/codec2/hidl/
Dclient.h131 const std::vector<C2Param::Index> &heapParamIndices,
156 const std::vector<C2Param::Index> &heapParamIndices,
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp75 const std::vector<C2Param::Index> &heapParamIndices, in query_vb() argument
78 return mHelper.query(stackParams, heapParamIndices, mayBlock, heapParams); in query_vb()
884 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
886 return mIntf.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp763 const std::vector<C2Param::Index> &heapParamIndices,
1236 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
1238 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
/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.cpp725 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
727 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()