Home
last modified time | relevance | path

Searched refs:SetLayerSourceCrop (Results 1 – 25 of 27) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.h71 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
Dhwc_session.cpp507 static int32_t SetLayerSourceCrop(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerSourceCrop() function
509 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSourceCrop, crop); in SetLayerSourceCrop()
672 case HWC2::FunctionDescriptor::SetLayerSourceCrop: in GetFunction()
673 return AsFP<HWC2_PFN_SET_LAYER_SOURCE_CROP>(SetLayerSourceCrop); in GetFunction()
Dhwc_layers.cpp248 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) { in SetLayerSourceCrop() function in sdm::HWCLayer
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.h74 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
Dhwc_session.cpp628 static int32_t SetLayerSourceCrop(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerSourceCrop() function
630 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSourceCrop, crop); in SetLayerSourceCrop()
796 case HWC2::FunctionDescriptor::SetLayerSourceCrop: in GetFunction()
797 return AsFP<HWC2_PFN_SET_LAYER_SOURCE_CROP>(SetLayerSourceCrop); in GetFunction()
Dhwc_layers.cpp312 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) { in SetLayerSourceCrop() function in sdm::HWCLayer
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.h78 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
Dhwc_session.cpp665 static int32_t SetLayerSourceCrop(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerSourceCrop() function
667 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSourceCrop, crop); in SetLayerSourceCrop()
841 case HWC2::FunctionDescriptor::SetLayerSourceCrop: in GetFunction()
842 return AsFP<HWC2_PFN_SET_LAYER_SOURCE_CROP>(SetLayerSourceCrop); in GetFunction()
Dhwc_layers.cpp412 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) { in SetLayerSourceCrop() function in sdm::HWCLayer
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.h77 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
Dhwc_session.cpp522 static int32_t SetLayerSourceCrop(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerSourceCrop() function
524 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSourceCrop, crop); in SetLayerSourceCrop()
690 case HWC2::FunctionDescriptor::SetLayerSourceCrop: in GetFunction()
691 return AsFP<HWC2_PFN_SET_LAYER_SOURCE_CROP>(SetLayerSourceCrop); in GetFunction()
Dhwc_layers.cpp429 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) { in SetLayerSourceCrop() function in sdm::HWCLayer
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.h88 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
Dhwc_session.cpp1126 static int32_t SetLayerSourceCrop(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerSourceCrop() function
1128 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSourceCrop, crop); in SetLayerSourceCrop()
1492 case HWC2::FunctionDescriptor::SetLayerSourceCrop: in GetFunction()
1493 return AsFP<HWC2_PFN_SET_LAYER_SOURCE_CROP>(SetLayerSourceCrop); in GetFunction()
Dhwc_layers.cpp471 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) { in SetLayerSourceCrop() function in sdm::HWCLayer
/hardware/qcom/sm7250/display/composer/
Dhwc_layers.h101 HWC2::Error SetLayerSourceCrop(hwc_frect_t crop);
Dhwc_session.h292 int32_t SetLayerSourceCrop(hwc2_display_t display, hwc2_layer_t layer, hwc_frect_t crop);
Dhwc_layers.cpp551 HWC2::Error HWCLayer::SetLayerSourceCrop(hwc_frect_t crop) { in SetLayerSourceCrop() function in sdm::HWCLayer
Dhwc_session.cpp1061 int32_t HWCSession::SetLayerSourceCrop(hwc2_display_t display, hwc2_layer_t layer, in SetLayerSourceCrop() function in sdm::HWCSession
1063 return HWCSession::CallLayerFunction(display, layer, &HWCLayer::SetLayerSourceCrop, crop); in SetLayerSourceCrop()
DQtiComposerClient.cpp1765 auto err = mClient.hwc_session_->SetLayerSourceCrop(mDisplay, mLayer, readFRect()); in parseSetLayerSourceCrop()
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h914 SetLayerSourceCrop = HWC2_FUNCTION_SET_LAYER_SOURCE_CROP, enumerator
/hardware/libhardware/include/hardware/
Dhwcomposer2.h914 SetLayerSourceCrop = HWC2_FUNCTION_SET_LAYER_SOURCE_CROP, enumerator
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp760 TEST_P(GraphicsCompositionTest, SetLayerSourceCrop) { in TEST_P() argument
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_ReadbackTest.cpp839 TEST_P(GraphicsCompositionTest, SetLayerSourceCrop) { in TEST_P() argument
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp293 case FunctionDescriptor::SetLayerSourceCrop: in doGetFunction()

12