Home
last modified time | relevance | path

Searched refs:pitches (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/am57x/libhwcomposer/
Ddrmfb.cpp29 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()
Ddrmfb.h31 uint32_t pitches[4]; variable
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_master.cpp110 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_master.cpp111 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_master.cpp111 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_master.cpp110 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()