Home
last modified time | relevance | path

Searched refs:UnwrapNativeCodec2GrallocHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/vndk/include/
DC2AllocatorGralloc.h34 native_handle_t *UnwrapNativeCodec2GrallocHandle(const C2Handle *const handle);
/frameworks/av/media/codec2/hidl/1.0/utils/
DClientBlockHelper.cpp60 UnwrapNativeCodec2GrallocHandle(block.handle()); in createGraphicBuffer()
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp252 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(block.handle()); in play()
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp278 native_handle_t *UnwrapNativeCodec2GrallocHandle(const C2Handle *const handle) { in UnwrapNativeCodec2GrallocHandle() function