Home
last modified time | relevance | path

Searched refs:pitches (Results 1 – 10 of 10) 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/display/msm8909/libdrmutils/
Ddrm_master.cpp111 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_master.cpp110 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_master.cpp112 copy(begin(drm_buffer.stride), end(drm_buffer.stride), begin(cmd2.pitches)); in CreateFbId()
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_master.cpp110 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()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h112 const BufHandles handles, const uint32_t pitches[4],
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_dpps_mgr_imp.cpp492 fb_obj.pitches[0] = fb_obj.width * bpp / 8; in InitLtmBuffers()