Searched refs:pitches (Results 1 – 6 of 6) sorted by relevance
/hardware/ti/am57x/libhwcomposer/ |
D | drmfb.cpp | 29 bo(), pitches(), offsets() in DRMFramebuffer() 46 this->pitches[0] = ALIGN(img_hnd->iWidth, HW_ALIGN) * get_format_bpp(img_hnd->iFormat) >> 3; in DRMFramebuffer() 55 this->pitches[0] = ALIGN(img_hnd->iWidth, HW_ALIGN); in DRMFramebuffer() 56 this->pitches[1] = this->pitches[0]; in DRMFramebuffer() 58 this->offsets[1] = this->pitches[0] * img_hnd->iHeight; in DRMFramebuffer() 72 this->pitches, this->offsets, in DRMFramebuffer()
|
D | drmfb.h | 31 uint32_t pitches[4]; variable
|
/hardware/qcom/sdm845/display/libdrmutils/ |
D | drm_master.cpp | 110 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_master.cpp | 111 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_master.cpp | 111 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()
|
/hardware/qcom/display/msm8998/libdrmutils/ |
D | drm_master.cpp | 110 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()
|