Home
last modified time | relevance | path

Searched refs:syncMemory (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponent.cpp497 const native_handle_t *h = syncObject.syncMemory; in setOutputSurfaceWithSyncObj()
498 native_handle_t *syncMemory = h ? native_handle_clone(h) : nullptr; in setOutputSurfaceWithSyncObj() local
504 bqPool->configureProducer(surface, syncMemory, bqId, in setOutputSurfaceWithSyncObj()
/aosp12/hardware/interfaces/media/c2/1.2/
H A Dtypes.hal39 handle syncMemory;
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Doutput.cpp200 (*syncObj)->syncMemory = syncMem->handle(); in configure()
228 (*syncObj)->syncMemory = mSyncMem->handle(); in configure()
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2BqBufferPriv.h99 native_handle_t *syncMemory,
/aosp12/frameworks/av/media/codec2/vndk/platform/
H A DC2BqBuffer.cpp988 native_handle_t *syncMemory, in configureProducer() argument
994 producer, syncMemory, bqId, generationId, consumerUsage, true); in configureProducer()