Home
last modified time | relevance | path

Searched refs:heapParamIndices (Results 1 – 12 of 12) 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.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/services/mediacodec/registrant/
DCodecServiceRegistrant.cpp141 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
145 stackParams.size() + heapParamIndices.size()); in query_sm()
155 for (const C2Param::Index& index : heapParamIndices) { in query_sm()
/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/hidl/client/
Dclient.cpp131 std::vector<C2Param::Index> const& heapParamIndices, in query_sm() argument
133 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
269 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
273 stackParams.size() + heapParamIndices.size()); in query()
283 for (const C2Param::Index& index : heapParamIndices) { in query()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp516 const std::vector<C2Param::Index> &heapParamIndices,
964 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
966 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h109 const std::vector<C2Param::Index> &heapParamIndices,
/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.cpp446 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
448 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()