Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h48 typedef hidl::allocator::V1_0::IAllocator TAllocator; typedef
232 sp<TAllocator> mAllocator[2];
/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp54 typedef hidl::allocator::V1_0::IAllocator TAllocator; typedef
213 sp<TAllocator> mHidlAllocator;
984 mHidlAllocator = TAllocator::getService("ashmem"); in ensureBufferCapacity()
/frameworks/av/media/libstagefright/
DACodec.cpp923 mAllocator[portIndex] = TAllocator::getService("ashmem"); in allocateBuffersOnPort()