Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2AllocatorGralloc.h71 C2AllocatorGralloc(id_t id, bool bufferQueue = false);
/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp590 Impl(id_t id, bool bufferQueue);
630 C2AllocatorGralloc::Impl::Impl(id_t id, bool bufferQueue) in Impl() argument
631 : mInit(C2_OK), mBufferQueue(bufferQueue) { in Impl()
732 C2AllocatorGralloc::C2AllocatorGralloc(id_t id, bool bufferQueue) in C2AllocatorGralloc() argument
733 : mImpl(new Impl(id, bufferQueue)) {} in C2AllocatorGralloc()