Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp3222 const C2PortAllocatorsTuning::input &allocators = intfCache.getInputAllocators(); in GetCommonAllocatorIds() local
3225 if (allocators && allocators.flexCount() > 0) { in GetCommonAllocatorIds()
3226 ids->insert(allocators.m.values, in GetCommonAllocatorIds()
3227 allocators.m.values + allocators.flexCount()); in GetCommonAllocatorIds()
3236 if (allocators && allocators.flexCount() > 0) { in GetCommonAllocatorIds()
3240 for (size_t j = 0; j < allocators.flexCount(); ++j) { in GetCommonAllocatorIds()
3241 if (allocators.m.values[j] == *it) { in GetCommonAllocatorIds()
3326 std::set<C2Allocator::id_t> allocators; in CanFetchLinearBlock() local
3327 GetCommonAllocatorIds(names, C2Allocator::LINEAR, &allocators); in CanFetchLinearBlock()
3328 if (allocators.empty()) { in CanFetchLinearBlock()
[all …]