Searched defs:C2AllocatorGralloc (Results 1 - 2 of 2) sorted by relevance

/hardware/google/av/codec2/vndk/include/
H A DC2AllocatorGralloc.h27 * Unwrap the native handle from a Codec2 handle allocated by C2AllocatorGralloc.
29 * @param handle a handle allocated by C2AllocatorGralloc. This includes handles returned for a
38 * C2AllocatorGralloc.
55 class C2AllocatorGralloc : public C2Allocator { class in namespace:android
71 C2AllocatorGralloc(id_t id, bool bufferQueue = false);
75 virtual ~C2AllocatorGralloc() override;
/hardware/google/av/codec2/vndk/
H A DC2AllocatorGralloc.cpp18 #define LOG_TAG "C2AllocatorGralloc"
26 #include <C2AllocatorGralloc.h>
540 class C2AllocatorGralloc::Impl {
581 C2AllocatorGralloc::Impl::Impl(id_t id, bool bufferQueue)
596 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation(
659 c2_status_t C2AllocatorGralloc::Impl::priorGraphicAllocation(
682 C2AllocatorGralloc::C2AllocatorGralloc(id_t id, bool bufferQueue) function in class:android::__anon223::C2AllocatorGralloc
685 C2AllocatorGralloc::~C2AllocatorGralloc() { delet
[all...]

Completed in 84 milliseconds