Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp96 C2Allocator::id_t rawAllocator = C2AllocatorStore::DEFAULT_LINEAR; in BaseParams() local
110 rawAllocator = C2PlatformAllocatorStore::GRALLOC; in BaseParams()
116 rawAllocator = preferredLinearId; in BaseParams()
127 codedAllocator = rawAllocator; in BaseParams()
155 C2Allocator::id_t inputAllocators[1] = { isEncoder ? rawAllocator : codedAllocator }; in BaseParams()
156 C2Allocator::id_t outputAllocators[1] = { isEncoder ? codedAllocator : rawAllocator }; in BaseParams()