Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp99 C2Allocator::id_t rawAllocator = C2AllocatorStore::DEFAULT_LINEAR; in BaseParams() local
116 rawAllocator = C2PlatformAllocatorStore::GRALLOC; in BaseParams()
122 rawAllocator = preferredLinearId; in BaseParams()
133 codedAllocator = rawAllocator; in BaseParams()
160 C2Allocator::id_t inputAllocators[1] = {isEncoder ? rawAllocator in BaseParams()
163 : rawAllocator}; in BaseParams()