Home
last modified time | relevance | path

Searched refs:source_crop (Results 1 – 7 of 7) sorted by relevance

/external/drm_hwcomposer/
Ddrmdisplaycompositor.cpp354 pre_comp_layer.source_crop = DrmHwcRect<float>(0, 0, width, height); in PrepareFramebuffer()
500 squash_layer.source_crop = DrmHwcRect<float>( in PrepareFrame()
604 DrmHwcRect<float> source_crop; in CommitFrame() local
646 source_crop = layer.source_crop; in CommitFrame()
707 (int)(source_crop.left) << 16) < 0; in CommitFrame()
710 (int)(source_crop.top) << 16) < 0; in CommitFrame()
713 (int)(source_crop.right - source_crop.left) << 16) < 0; in CommitFrame()
716 (int)(source_crop.bottom - source_crop.top) << 16) < 0; in CommitFrame()
Dglworker.cpp319 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width, in ConstructCommand()
320 layer.source_crop.top / tex_height, in ConstructCommand()
321 layer.source_crop.right / tex_width, in ConstructCommand()
322 layer.source_crop.bottom / tex_height); in ConstructCommand()
Dplatformnv.cpp290 auto src_w = layer->source_crop.width(); in CheckLayer()
291 auto src_h = layer->source_crop.height(); in CheckLayer()
Ddrmhwcomposer.h145 DrmHwcRect<float> source_crop; member
Dhwcutils.cpp172 source_crop = DrmHwcRect<float>(crop.left, crop.top, crop.right, crop.bottom); in SetSourceCrop()
Ddrmdisplaycomposition.cpp560 layer.source_crop.Dump(out); in Dump()
Ddrmhwctwo.cpp610 hwc_frect_t source_crop = {.left = 0.0f, in SetActiveConfig() local
614 client_layer_.SetLayerSourceCrop(source_crop); in SetActiveConfig()