Home
last modified time | relevance | path

Searched refs:GetStride (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_external_test.h85 int GetStride(LayerBufferFormat format, uint32_t width, uint32_t *stride);
Dhwc_display_external_test.cpp366 int HWCDisplayExternalTest::GetStride(LayerBufferFormat format, uint32_t width, uint32_t *stride) { in GetStride() function in sdm::HWCDisplayExternalTest
455 GetStride(format, aligned_width, &buffer_stride); in GenerateColorRamp()
529 GetStride(format, aligned_width, &buffer_stride); in GenerateBWVertical()
599 GetStride(format, aligned_width, &buffer_stride); in GenerateColorSquare()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_external_test.h85 int GetStride(LayerBufferFormat format, uint32_t width, uint32_t *stride);
Dhwc_display_external_test.cpp366 int HWCDisplayExternalTest::GetStride(LayerBufferFormat format, uint32_t width, uint32_t *stride) { in GetStride() function in sdm::HWCDisplayExternalTest
455 GetStride(format, aligned_width, &buffer_stride); in GenerateColorRamp()
529 GetStride(format, aligned_width, &buffer_stride); in GenerateBWVertical()
599 GetStride(format, aligned_width, &buffer_stride); in GenerateColorSquare()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_external_test.h90 int GetStride(LayerBufferFormat format, uint32_t width, uint32_t *stride);
Dhwc_display_external_test.cpp359 int HWCDisplayExternalTest::GetStride(LayerBufferFormat format, uint32_t width, uint32_t *stride) { in GetStride() function in sdm::HWCDisplayExternalTest
448 GetStride(format, aligned_width, &buffer_stride); in GenerateColorRamp()
522 GetStride(format, aligned_width, &buffer_stride); in GenerateBWVertical()
592 GetStride(format, aligned_width, &buffer_stride); in GenerateColorSquare()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_external_test.h85 int GetStride(LayerBufferFormat format, uint32_t width, uint32_t *stride);
Dhwc_display_external_test.cpp359 int HWCDisplayExternalTest::GetStride(LayerBufferFormat format, uint32_t width, uint32_t *stride) { in GetStride() function in sdm::HWCDisplayExternalTest
448 GetStride(format, aligned_width, &buffer_stride); in GenerateColorRamp()
522 GetStride(format, aligned_width, &buffer_stride); in GenerateBWVertical()
592 GetStride(format, aligned_width, &buffer_stride); in GenerateColorSquare()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable_test.h91 int GetStride(LayerBufferFormat format, uint32_t width, uint32_t *stride);
Dhwc_display_pluggable_test.cpp357 int HWCDisplayPluggableTest::GetStride(LayerBufferFormat format, uint32_t width, uint32_t *stride) { in GetStride() function in sdm::HWCDisplayPluggableTest
446 GetStride(format, aligned_width, &buffer_stride); in GenerateColorRamp()
520 GetStride(format, aligned_width, &buffer_stride); in GenerateBWVertical()
590 GetStride(format, aligned_width, &buffer_stride); in GenerateColorSquare()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3StreamMem.cpp604 m_grallocInterface.GetStride = reinterpret_cast<GRALLOC1_PFN_GET_STRIDE>( in NativeBufferInterface()
651 m_grallocInterface.GetStride(m_pGralloc1Device, in GetGrallocBufferStride()
DQCamera3StreamMem.h134 int32_t (*GetStride)( member
/hardware/qcom/sdm845/display/gralloc/
Dgr_priv_handle.h170 int GetStride() const { in GetStride() function
Dgr_device_impl.cpp441 *outStride = UINT(PRIV_HANDLE_CONST(buffer)->GetStride()); in GetBufferStride()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_priv_handle.h182 int GetStride() const { in GetStride() function
Dgr_device_impl.cpp355 *outStride = UINT(PRIV_HANDLE_CONST(buffer)->GetStride()); in GetBufferStride()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_priv_handle.h190 int GetStride() const { in GetStride() function
Dgr_device_impl.cpp373 *outStride = UINT(PRIV_HANDLE_CONST(buffer)->GetStride()); in GetBufferStride()
/hardware/qcom/display/msm8909/gralloc/
Dgr_priv_handle.h187 int GetStride() const { in GetStride() function
Dgr_device_impl.cpp368 *outStride = UINT(PRIV_HANDLE_CONST(buffer)->GetStride()); in GetBufferStride()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_priv_handle.h188 int GetStride() const { in GetStride() function
Dgr_device_impl.cpp368 *outStride = UINT(PRIV_HANDLE_CONST(buffer)->GetStride()); in GetBufferStride()
/hardware/qcom/sm8150/display/gralloc/
Dgr_device_impl.cpp460 *outStride = UINT(PRIV_HANDLE_CONST(buffer)->GetStride()); in GetBufferStride()