Home
last modified time | relevance | path

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

/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dcolor_buffer_utils.cpp75 android::UnwrapNativeCodec2GrallocHandle(myc2Handle); in getClientUsage()
/aosp_15_r20/frameworks/av/media/codec2/vndk/include/
H A DC2AllocatorGralloc.h51 native_handle_t *UnwrapNativeCodec2GrallocHandle(const C2Handle *const handle);
/aosp_15_r20/external/v4l2_codec2/common/
H A DEncodeHelpers.cpp92 native_handle_t* grallocHandle = android::UnwrapNativeCodec2GrallocHandle(block.handle()); in getGraphicBlockInfo()
H A DFormatConverter.cpp77 native_handle_t* grallocHandle = android::UnwrapNativeCodec2GrallocHandle(block.handle()); in create()
/aosp_15_r20/frameworks/av/media/codec2/hal/plugin/samples/
H A DSampleFilterPlugin.cpp695 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(c2Handle); in processLoop()
714 grallocHandle = UnwrapNativeCodec2GrallocHandle(c2Handle); in processLoop()
/aosp_15_r20/frameworks/av/media/codec2/components/cmds/
H A Dcodec2.cpp251 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(block.handle()); in play()
/aosp_15_r20/frameworks/av/media/codec2/hal/client/
H A Doutput.cpp63 UnwrapNativeCodec2GrallocHandle(block.handle()); in createGraphicBuffer()
H A Dclient.cpp1730 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(handle); in allocOutputBuffer()
1780 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(handle); in FillMemory()
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCodec2Buffer.cpp616 native_handle_t *nh = UnwrapNativeCodec2GrallocHandle(handle); in GrallocBuffer()
/aosp_15_r20/external/v4l2_codec2/components/
H A DEncodeComponent.cpp524 native_handle_t* gralloc_handle = UnwrapNativeCodec2GrallocHandle(handle); in queueTask()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp918 UnwrapNativeCodec2GrallocHandle(c2Handle); in outputBuffer()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp684 UnwrapNativeCodec2GrallocHandle(c2Handle); in ensureDecoderState()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp738 UnwrapNativeCodec2GrallocHandle(c2Handle); in ensureDecoderState()
/aosp_15_r20/frameworks/av/media/codec2/vndk/
H A DC2AllocatorGralloc.cpp909 native_handle_t *UnwrapNativeCodec2GrallocHandle(const C2Handle *const handle) { in UnwrapNativeCodec2GrallocHandle() function
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp872 native_handle_t *grallocHandle = UnwrapNativeCodec2GrallocHandle(c2Handle); in getOutputFrame()