Searched refs:SetLayerSourceCrop (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_layers.h78 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
H A Dhwc_session.cpp672 static int32_t SetLayerSourceCrop(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, function in namespace:sdm
674 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSourceCrop, crop);
848 case HWC2::FunctionDescriptor::SetLayerSourceCrop:
849 return AsFP<HWC2_PFN_SET_LAYER_SOURCE_CROP>(SetLayerSourceCrop);
H A Dhwc_layers.cpp412 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) { function in class:sdm::HWCLayer
491 // Recommended way of rounding as in hwcomposer2.h - SetLayerSourceCrop
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_layers.h74 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
H A Dhwc_session.cpp628 static int32_t SetLayerSourceCrop(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, function in namespace:sdm
630 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSourceCrop, crop);
796 case HWC2::FunctionDescriptor::SetLayerSourceCrop:
797 return AsFP<HWC2_PFN_SET_LAYER_SOURCE_CROP>(SetLayerSourceCrop);
H A Dhwc_layers.cpp312 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) { function in class:sdm::HWCLayer
391 // Recommended way of rounding as in hwcomposer2.h - SetLayerSourceCrop
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.h70 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
H A Dhwc_session.cpp503 static int32_t SetLayerSourceCrop(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, function in namespace:sdm
505 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSourceCrop, crop);
668 case HWC2::FunctionDescriptor::SetLayerSourceCrop:
669 return AsFP<HWC2_PFN_SET_LAYER_SOURCE_CROP>(SetLayerSourceCrop);
H A Dhwc_layers.cpp221 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) { function in class:sdm::HWCLayer
300 // Recommended way of rounding as in hwcomposer2.h - SetLayerSourceCrop
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.h77 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
H A Dhwc_session.cpp522 static int32_t SetLayerSourceCrop(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, function in namespace:sdm
524 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSourceCrop, crop);
690 case HWC2::FunctionDescriptor::SetLayerSourceCrop:
691 return AsFP<HWC2_PFN_SET_LAYER_SOURCE_CROP>(SetLayerSourceCrop);
H A Dhwc_layers.cpp417 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) { function in class:sdm::HWCLayer
496 // Recommended way of rounding as in hwcomposer2.h - SetLayerSourceCrop
/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h507 case HWC2_FUNCTION_SET_LAYER_SOURCE_CROP: return "SetLayerSourceCrop";
707 SetLayerSourceCrop = HWC2_FUNCTION_SET_LAYER_SOURCE_CROP, member in class:HWC2::FunctionDescriptor
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp293 case FunctionDescriptor::SetLayerSourceCrop:
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp326 case FunctionDescriptor::SetLayerSourceCrop:

Completed in 242 milliseconds