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

  /hardware/google/av/codec2/vndk/include/
C2AllocatorGralloc.h 63 virtual c2_status_t newGraphicAllocation(
  /hardware/google/av/codec2/vndk/
C2AllocatorGralloc.cpp 556 c2_status_t newGraphicAllocation(
596 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation(
699 c2_status_t C2AllocatorGralloc::newGraphicAllocation(
702 return mImpl->newGraphicAllocation(width, height, format, usage, allocation);
C2Buffer.cpp 570 status = mAllocator->newGraphicAllocation(
    [all...]
  /hardware/google/av/codec2/vndk/v4l2/
C2VdaBqBlockPool.cpp 92 c2_status_t err = mAllocator->newGraphicAllocation(width, height, format, usage, &alloc);
  /hardware/google/av/codec2/vndk/platform/
C2BqBuffer.cpp 332 c2_status_t err = mAllocator->newGraphicAllocation(
  /hardware/google/av/codec2/include/
C2Buffer.h 704 virtual c2_status_t newGraphicAllocation(
    [all...]
  /hardware/google/av/codec2/tests/vndk/
C2BufferTest.cpp 289 c2_status_t err = mGraphicAllocator->newGraphicAllocation(
297 FAIL() << "C2Allocator::newGraphicAllocation() failed: " << err;
    [all...]

Completed in 258 milliseconds