Searched refs:syncMemory (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/ |
H A D | Component.cpp | 497 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 D | types.hal | 39 handle syncMemory;
|
/aosp12/frameworks/av/media/codec2/hidl/client/ |
H A D | output.cpp | 200 (*syncObj)->syncMemory = syncMem->handle(); in configure() 228 (*syncObj)->syncMemory = mSyncMem->handle(); in configure()
|
/aosp12/frameworks/av/media/codec2/vndk/include/ |
H A D | C2BqBufferPriv.h | 99 native_handle_t *syncMemory,
|
/aosp12/frameworks/av/media/codec2/vndk/platform/ |
H A D | C2BqBuffer.cpp | 988 native_handle_t *syncMemory, in configureProducer() argument 994 producer, syncMemory, bqId, generationId, consumerUsage, true); in configureProducer()
|