Home
last modified time | relevance | path

Searched refs:panel_bpp (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_external_test.h38 qService::QService *qservice, uint32_t panel_bpp, uint32_t pattern_type,
79 qService::QService *qservice, uint32_t panel_bpp, uint32_t pattern_type);
Dhwc_display_external_test.cpp53 qService::QService *qservice, uint32_t panel_bpp, in Create() argument
56 panel_bpp, pattern_type); in Create()
66 DLOGI("panel_bpp %d, pattern_type %d", panel_bpp, pattern_type); in Create()
79 qService::QService *qservice, uint32_t panel_bpp, in HWCDisplayExternalTest() argument
82 DISPLAY_CLASS_EXTERNAL), panel_bpp_(panel_bpp), pattern_type_(pattern_type) { in HWCDisplayExternalTest()
Dhwc_session.cpp1717 uint32_t panel_bpp = 0; in CreateExternalDisplay() local
1721 qdutils::getDPTestConfig(&panel_bpp, &pattern_type); in CreateExternalDisplay()
1724 if (panel_bpp && pattern_type) { in CreateExternalDisplay()
1725 return HWCDisplayExternalTest::Create(core_intf_, &hwc_procs_, qservice_, panel_bpp, in CreateExternalDisplay()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_external_test.h38 qService::QService *qservice, uint32_t panel_bpp, uint32_t pattern_type,
79 qService::QService *qservice, uint32_t panel_bpp, uint32_t pattern_type);
Dhwc_display_external_test.cpp53 qService::QService *qservice, uint32_t panel_bpp, in Create() argument
56 panel_bpp, pattern_type); in Create()
66 DLOGI("panel_bpp %d, pattern_type %d", panel_bpp, pattern_type); in Create()
79 qService::QService *qservice, uint32_t panel_bpp, in HWCDisplayExternalTest() argument
82 DISPLAY_CLASS_EXTERNAL), panel_bpp_(panel_bpp), pattern_type_(pattern_type) { in HWCDisplayExternalTest()
Dhwc_session.cpp1717 uint32_t panel_bpp = 0; in CreateExternalDisplay() local
1721 qdutils::getDPTestConfig(&panel_bpp, &pattern_type); in CreateExternalDisplay()
1724 if (panel_bpp && pattern_type) { in CreateExternalDisplay()
1725 return HWCDisplayExternalTest::Create(core_intf_, &hwc_procs_, qservice_, panel_bpp, in CreateExternalDisplay()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_external_test.h39 uint32_t panel_bpp, uint32_t pattern_type, HWCDisplay **hwc_display);
79 uint32_t panel_bpp, uint32_t pattern_type);
Dhwc_display_external_test.cpp55 qService::QService *qservice, uint32_t panel_bpp, in Create() argument
59 panel_bpp, pattern_type); in Create()
69 DLOGE("EXTERNAL panel_bpp %d, pattern_type %d", panel_bpp, pattern_type); in Create()
83 qService::QService *qservice, uint32_t panel_bpp, in HWCDisplayExternalTest() argument
86 DISPLAY_CLASS_EXTERNAL, buffer_allocator), panel_bpp_(panel_bpp), in HWCDisplayExternalTest()
Dhwc_session.cpp1603 uint32_t panel_bpp = 0; in CreateExternalDisplay() local
1606 qdutils::getDPTestConfig(&panel_bpp, &pattern_type); in CreateExternalDisplay()
1608 if (panel_bpp && pattern_type) { in CreateExternalDisplay()
1610 qservice_, panel_bpp, in CreateExternalDisplay()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_external_test.h44 uint32_t panel_bpp, uint32_t pattern_type, HWCDisplay **hwc_display);
84 uint32_t panel_bpp, uint32_t pattern_type);
Dhwc_display_external_test.cpp55 qService::QService *qservice, uint32_t panel_bpp, in Create() argument
59 panel_bpp, pattern_type); in Create()
69 DLOGE("EXTERNAL panel_bpp %d, pattern_type %d", panel_bpp, pattern_type); in Create()
83 qService::QService *qservice, uint32_t panel_bpp, in HWCDisplayExternalTest() argument
86 DISPLAY_CLASS_EXTERNAL, buffer_allocator), panel_bpp_(panel_bpp), in HWCDisplayExternalTest()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable_test.h45 uint32_t panel_bpp, uint32_t pattern_type, HWCDisplay **hwc_display);
85 int32_t sdm_id, uint32_t panel_bpp, uint32_t pattern_type);
Dhwc_display_pluggable_test.cpp55 int32_t sdm_id, uint32_t panel_bpp, uint32_t pattern_type, in Create() argument
59 id, sdm_id, panel_bpp, pattern_type); in Create()
69 DLOGD("Pluggable panel_bpp %d, pattern_type %d", panel_bpp, pattern_type); in Create()
87 int32_t sdm_id, uint32_t panel_bpp, in HWCDisplayPluggableTest() argument
91 panel_bpp_(panel_bpp), pattern_type_(pattern_type) { in HWCDisplayPluggableTest()