Home
last modified time | relevance | path

Searched refs:m_grallocInterface (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3StreamMem.cpp589 m_grallocInterface.SetFormat = reinterpret_cast<GRALLOC1_PFN_SET_FORMAT>( in NativeBufferInterface()
601 m_grallocInterface.Allocate = reinterpret_cast<GRALLOC1_PFN_ALLOCATE>( in NativeBufferInterface()
604 m_grallocInterface.GetStride = reinterpret_cast<GRALLOC1_PFN_GET_STRIDE>( in NativeBufferInterface()
607 m_grallocInterface.Release = reinterpret_cast<GRALLOC1_PFN_RELEASE>( in NativeBufferInterface()
610 m_grallocInterface.Lock = reinterpret_cast<GRALLOC1_PFN_LOCK>( in NativeBufferInterface()
646 if (!(res = m_grallocInterface.CreateDescriptor(m_pGralloc1Device, &desc))) { in GetGrallocBufferStride()
647 m_grallocInterface.SetDimensions(m_pGralloc1Device, desc, width, height); in GetGrallocBufferStride()
649 m_grallocInterface.SetLayerCount(m_pGralloc1Device,desc, 1); in GetGrallocBufferStride()
651 m_grallocInterface.GetStride(m_pGralloc1Device, in GetGrallocBufferStride()
655 m_grallocInterface.Release(m_pGralloc1Device, temp_mem); in GetGrallocBufferStride()
[all …]
H A DQCamera3StreamMem.h177 Gralloc1Interface m_grallocInterface; variable