Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2AllocatorGralloc.h34 native_handle_t *UnwrapNativeCodec2GrallocHandle(const C2Handle *const handle);
/aosp12/frameworks/av/media/codec2/components/cmds/
H A Dcodec2.cpp252 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(block.handle()); in play()
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Doutput.cpp61 UnwrapNativeCodec2GrallocHandle(block.handle()); in createGraphicBuffer()
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp663 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(c2Handle); in processLoop()
681 grallocHandle = UnwrapNativeCodec2GrallocHandle(c2Handle); in processLoop()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2AllocatorGralloc.cpp235 native_handle_t *UnwrapNativeCodec2GrallocHandle(const C2Handle *const handle) { in UnwrapNativeCodec2GrallocHandle() function
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp751 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(c2Handle); in getOutputFrame()