Searched refs:SetDimensions (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_descriptor.h | 61 void SetDimensions(int w, int h) { in SetDimensions() function
|
D | gr_device_impl.cpp | 262 &BufferDescriptor::SetDimensions, in SetBufferDimensions()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_descriptor.h | 62 void SetDimensions(int w, int h) { in SetDimensions() function
|
D | gr_device_impl.cpp | 249 &BufferDescriptor::SetDimensions, in SetBufferDimensions()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_descriptor.h | 62 void SetDimensions(int w, int h) { in SetDimensions() function
|
D | gr_device_impl.cpp | 249 &BufferDescriptor::SetDimensions, in SetBufferDimensions()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_descriptor.h | 61 void SetDimensions(int w, int h) { in SetDimensions() function
|
D | gr_device_impl.cpp | 244 &BufferDescriptor::SetDimensions, in SetBufferDimensions()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_buf_descriptor.h | 76 void SetDimensions(int w, int h) { in SetDimensions() function
|
D | gr_device_impl.cpp | 325 return dev->CallBufferDescriptorFunction(descriptor, &BufferDescriptor::SetDimensions, in SetBufferDimensions()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3StreamMem.cpp | 586 m_grallocInterface.SetDimensions = reinterpret_cast<GRALLOC1_PFN_SET_DIMENSIONS>( in NativeBufferInterface() 647 m_grallocInterface.SetDimensions(m_pGralloc1Device, desc, width, height); in GetGrallocBufferStride()
|
D | QCamera3StreamMem.h | 108 int32_t (*SetDimensions)( member
|