Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/client/
DGraphicBufferAllocator.cpp71 c2_status_t ret = mGraphicsTracker->getWaitableFd(&pipeFd); in getWaitableFd()
85 ret = mGraphicsTracker->configureGraphics(igbp, generation); in configure()
92 ret = mGraphicsTracker->configureMaxDequeueCount(maxDequeueBufferCount); in configure()
101 c2_status_t ret = mGraphicsTracker->configureMaxDequeueCount(count); in updateMaxDequeueBufferCount()
108 mGraphicsTracker->stop(); in reset()
117 mGraphicsTracker->onReleased(generation); in onBufferReleased()
123 return mGraphicsTracker->allocate(width, height, format, usage, buf, fence); in allocate()
128 c2_status_t ret = mGraphicsTracker->deallocate(id, fence); in deallocate()
140 return mGraphicsTracker->render(block, input, output); in displayBuffer()
151 : mGraphicsTracker(GraphicsTracker::CreateGraphicsTracker(maxDequeueCount)) {} in GraphicBufferAllocator()
/frameworks/av/media/codec2/hal/client/include/codec2/aidl/
DGraphicBufferAllocator.h149 std::shared_ptr<GraphicsTracker> mGraphicsTracker; member