Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmdisplaycompositor.cpp354 pre_comp_layer.source_crop = DrmHwcRect<float>(0, 0, width, height); in PrepareFramebuffer()
498 squash_layer.source_crop = DrmHwcRect<float>( in PrepareFrame()
602 DrmHwcRect<float> source_crop; in CommitFrame() local
642 source_crop = layer.source_crop; in CommitFrame()
703 (int)(source_crop.left) << 16) < 0; in CommitFrame()
706 (int)(source_crop.top) << 16) < 0; in CommitFrame()
709 (int)(source_crop.right - source_crop.left) << 16) < 0; in CommitFrame()
712 (int)(source_crop.bottom - source_crop.top) << 16) < 0; in CommitFrame()
Dglworker.cpp323 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width, in ConstructCommand()
324 layer.source_crop.top / tex_height, in ConstructCommand()
325 layer.source_crop.right / tex_width, in ConstructCommand()
326 layer.source_crop.bottom / tex_height); in ConstructCommand()
Dplatformnv.cpp279 auto src_w = layer->source_crop.width(); in CheckLayer()
280 auto src_h = layer->source_crop.height(); in CheckLayer()
Ddrmhwcomposer.h145 DrmHwcRect<float> source_crop; member
Ddrmdisplaycomposition.cpp556 layer.source_crop.Dump(out); in Dump()
Dhwcomposer.cpp306 source_crop = DrmHwcRect<float>( in InitFromHwcLayer()