Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/services/
Dvendor.cpp78 const std::vector<C2Param::Index>& heapParamIndices, in query_sm() argument
80 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp291 const std::vector<C2Param::Index> &heapParamIndices, in queryFromSink()
298 heapParamIndices, in queryFromSink()
314 stackParams.size() + heapParamIndices.size()); in queryFromSink()
324 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/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/vndk/
DC2Store.cpp467 const std::vector<C2Param::Index> &heapParamIndices,
915 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
917 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h101 const std::vector<C2Param::Index> &heapParamIndices,
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp201 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
205 stackParams.size() + heapParamIndices.size()); in query()
215 for (const C2Param::Index& index : heapParamIndices) { in query()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp765 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
790 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.cpp433 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
435 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()