OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:right_roi
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp
382
LayerRect
right_roi
= hw_layer_info.right_partial_update;
local
391
if (!hw_resource_.is_src_split && IsValid(
right_roi
)) {
392
mdp_commit.
right_roi
.x = UINT32(
right_roi
.left) - mixer_attributes_.split_left;
393
mdp_commit.
right_roi
.y = UINT32(
right_roi
.top);
394
mdp_commit.
right_roi
.w = UINT32(
right_roi
.right -
right_roi
.left);
395
mdp_commit.
right_roi
.h = UINT32(right_roi.bottom - right_roi.top)
[
all
...]
/hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp_ext.h
126
struct mdp_rect
right_roi
;
member in struct:mdp_layer_commit_v1
/hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp_ext.h
411
*
Right_roi
is optional configuration. Client configures it only when
416
struct mdp_rect
right_roi
;
member in struct:mdp_layer_commit_v1
Completed in 699 milliseconds