Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp239 const std::vector<C2Param::Index> &heapParamIndices, in compQuery()
247 heapParamIndices, in compQuery()
261 stackParams.size() + heapParamIndices.size()); in compQuery()
271 for (const C2Param::Index& index : heapParamIndices) { in compQuery()
/hardware/google/av/codec2/include/
DC2Component.h157 const std::vector<C2Param::Index> &heapParamIndices,
881 const std::vector<C2Param::Index> &heapParamIndices,
/hardware/google/av/media/codecs/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()
/hardware/google/av/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()
/hardware/google/av/codec2/vndk/
DC2Store.cpp463 const std::vector<C2Param::Index> &heapParamIndices,
871 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
873 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h128 const std::vector<C2Param::Index> &heapParamIndices,
/hardware/google/av/codec2/hidl/client/
Dclient.cpp115 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
119 stackParams.size() + heapParamIndices.size()); in query()
129 for (const C2Param::Index& index : heapParamIndices) { in query()
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp732 const std::vector<C2Param::Index> &heapParamIndices, in query() argument
757 for (const C2Param::Index ix : heapParamIndices) { in query()
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h646 const std::vector<C2Param::Index> &heapParamIndices,
/hardware/google/av/media/sfplugin/
DCCodec.cpp414 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument
416 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()