Searched refs:heapParamIndices (Results 1 – 10 of 10) sorted by relevance
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 239 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/ |
D | C2Component.h | 157 const std::vector<C2Param::Index> &heapParamIndices, 881 const std::vector<C2Param::Index> &heapParamIndices,
|
/hardware/google/av/media/codecs/base/include/ |
D | SimpleC2Interface.h | 48 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/ |
D | C2SampleComponent_test.cpp | 119 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/ |
D | C2Store.cpp | 463 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/ |
D | client.h | 128 const std::vector<C2Param::Index> &heapParamIndices,
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 115 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/ |
D | C2InterfaceHelper.cpp | 732 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/ |
D | C2InterfaceHelper.h | 646 const std::vector<C2Param::Index> &heapParamIndices,
|
/hardware/google/av/media/sfplugin/ |
D | CCodec.cpp | 414 const std::vector<C2Param::Index> &heapParamIndices, in query_sm() argument 416 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
|