Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp85 C2Allocator::id_t rawAllocator = C2AllocatorStore::DEFAULT_LINEAR; in BaseParams() local
97 rawAllocator = C2AllocatorStore::DEFAULT_GRAPHIC; in BaseParams()
103 rawAllocator = C2AllocatorStore::DEFAULT_LINEAR; in BaseParams()
114 codedAllocator = rawAllocator; in BaseParams()
142 C2Allocator::id_t inputAllocators[1] = { isEncoder ? rawAllocator : codedAllocator }; in BaseParams()
143 C2Allocator::id_t outputAllocators[1] = { isEncoder ? codedAllocator : rawAllocator }; in BaseParams()