HomeSort by relevance Sort by last modified time
    Searched refs:newLinearAllocation (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/codec2/vndk/include/
C2AllocatorIon.h 46 virtual c2_status_t newLinearAllocation(
  /frameworks/av/media/codec2/vndk/
C2AllocatorIon.cpp 583 c2_status_t C2AllocatorIon::newLinearAllocation(
C2Buffer.cpp 337 c2_status_t err = mAllocator->newLinearAllocation(capacity, usage, &alloc);
551 status = mAllocator->newLinearAllocation(
    [all...]
  /frameworks/av/media/codec2/core/include/
C2Buffer.h 647 virtual c2_status_t newLinearAllocation(
    [all...]
  /frameworks/av/media/codec2/tests/vndk/
C2BufferTest.cpp 245 c2_status_t err = mLinearAllocator->newLinearAllocation(
251 FAIL() << "C2Allocator::newLinearAllocation() failed: " << err;
    [all...]

Completed in 90 milliseconds