HomeSort by relevance Sort by last modified time
    Searched refs:left_roi (Results 1 - 15 of 15) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_primary.cpp 373 LayerRect left_roi = hw_layer_info.left_frame_roi.at(0); local
376 mdp_commit.left_roi.x = UINT32(left_roi.left);
377 mdp_commit.left_roi.y = UINT32(left_roi.top);
378 mdp_commit.left_roi.w = UINT32(left_roi.right - left_roi.left);
379 mdp_commit.left_roi.h = UINT32(left_roi.bottom - left_roi.top)
    [all...]
hw_device.cpp 203 DLOGI_IF(kTagDriverConfig, "left_roi: x = %d, y = %d, w = %d, h = %d", mdp_commit.left_roi.x,
204 mdp_commit.left_roi.y, mdp_commit.left_roi.w, mdp_commit.left_roi.h);
378 const mdp_rect &l_roi = mdp_commit.left_roi;
382 DLOGI("left_roi: x = %d, y = %d, w = %d, h = %d", l_roi.x, l_roi.y, l_roi.w, l_roi.h);
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_primary.cpp 373 LayerRect left_roi = hw_layer_info.left_frame_roi.at(0); local
376 mdp_commit.left_roi.x = UINT32(left_roi.left);
377 mdp_commit.left_roi.y = UINT32(left_roi.top);
378 mdp_commit.left_roi.w = UINT32(left_roi.right - left_roi.left);
379 mdp_commit.left_roi.h = UINT32(left_roi.bottom - left_roi.top)
    [all...]
hw_device.cpp 199 DLOGI_IF(kTagDriverConfig, "left_roi: x = %d, y = %d, w = %d, h = %d", mdp_commit.left_roi.x,
200 mdp_commit.left_roi.y, mdp_commit.left_roi.w, mdp_commit.left_roi.h);
374 const mdp_rect &l_roi = mdp_commit.left_roi;
378 DLOGI("left_roi: x = %d, y = %d, w = %d, h = %d", l_roi.x, l_roi.y, l_roi.w, l_roi.h);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 381 LayerRect left_roi = hw_layer_info.left_partial_update; local
383 mdp_commit.left_roi.x = UINT32(left_roi.left);
384 mdp_commit.left_roi.y = UINT32(left_roi.top);
385 mdp_commit.left_roi.w = UINT32(left_roi.right - left_roi.left);
386 mdp_commit.left_roi.h = UINT32(left_roi.bottom - left_roi.top)
    [all...]
hw_device.cpp 179 DLOGI_IF(kTagDriverConfig, "left_roi: x = %d, y = %d, w = %d, h = %d", mdp_commit.left_roi.x,
180 mdp_commit.left_roi.y, mdp_commit.left_roi.w, mdp_commit.left_roi.h);
341 const mdp_rect &l_roi = mdp_commit.left_roi;
345 DLOGI("left_roi: x = %d, y = %d, w = %d, h = %d", l_roi.x, l_roi.y, l_roi.w, l_roi.h);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_primary.cpp 373 LayerRect left_roi = hw_layer_info.left_frame_roi.at(0); local
376 mdp_commit.left_roi.x = UINT32(left_roi.left);
377 mdp_commit.left_roi.y = UINT32(left_roi.top);
378 mdp_commit.left_roi.w = UINT32(left_roi.right - left_roi.left);
379 mdp_commit.left_roi.h = UINT32(left_roi.bottom - left_roi.top)
    [all...]
hw_device.cpp 200 DLOGI_IF(kTagDriverConfig, "left_roi: x = %d, y = %d, w = %d, h = %d", mdp_commit.left_roi.x,
201 mdp_commit.left_roi.y, mdp_commit.left_roi.w, mdp_commit.left_roi.h);
370 const mdp_rect &l_roi = mdp_commit.left_roi;
374 DLOGI("left_roi: x = %d, y = %d, w = %d, h = %d", l_roi.x, l_roi.y, l_roi.w, l_roi.h);
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp_ext.h 125 struct mdp_rect left_roi; member in struct:mdp_layer_commit_v1
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp_ext.h 403 * Left_roi is optional configuration. Client configures it only when
408 struct mdp_rect left_roi; member in struct:mdp_layer_commit_v1
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_mdp_ext.h 110 struct mdp_rect left_roi; member in struct:mdp_layer_commit_v1
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_mdp_ext.h 415 * Left_roi is optional configuration. Client configures it only when
420 struct mdp_rect left_roi; member in struct:mdp_layer_commit_v1
  /hardware/qcom/msm8x09/original-kernel-headers/
msm_mdp_ext.h 415 * Left_roi is optional configuration. Client configures it only when
420 struct mdp_rect left_roi; member in struct:mdp_layer_commit_v1
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_mdp_ext.h 195 struct mdp_rect left_roi; member in struct:mdp_layer_commit_v1
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_mdp_ext.h 520 * Left_roi is optional configuration. Client configures it only when
525 struct mdp_rect left_roi; member in struct:mdp_layer_commit_v1

Completed in 756 milliseconds