Home
last modified time | relevance | path

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

/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.cpp463 const std::vector<C2Param::Index> &heapParamIndices,
886 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
888 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.cpp198 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
202 stackParams.size() + heapParamIndices.size()); in query()
212 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.cpp429 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
431 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()