OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_resource_
(Results
1 - 7
of
7
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/core/
core_impl.cpp
74
error = hw_info_intf_->GetHWResourceInfo(&
hw_resource_
);
79
error = comp_mgr_.Init(
hw_resource_
, extension_intf_, buffer_sync_handler_);
84
if (extension_intf_ &&
hw_resource_
.hw_rot_info.num_rotator) {
85
error = extension_intf_->CreateRotator(
hw_resource_
.hw_rot_info, buffer_allocator_,
92
error = ColorManagerProxy::Init(
hw_resource_
);
111
if (extension_intf_ &&
hw_resource_
.hw_rot_info.num_rotator) {
core_impl.h
68
HWResourceInfo
hw_resource_
;
member in class:sdm::CoreImpl
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_virtual.cpp
97
if (display_attributes_.x_pixels >
hw_resource_
.max_mixer_width) {
hw_primary.cpp
105
mdp_dest_scalar_data_.resize(
hw_resource_
.hw_dest_scalar_info.count);
265
(var_screeninfo.xres >
hw_resource_
.max_mixer_width)) ? true : false;
391
if (!
hw_resource_
.is_src_split && IsValid(right_roi)) {
398
if (stack->output_buffer &&
hw_resource_
.has_concurrent_writeback) {
400
mdp_out_layer_.writeback_ndx =
hw_resource_
.writeback_index;
426
if (
hw_resource_
.has_concurrent_writeback && output_buffer) {
448
if (ret == kErrorNone &&
hw_resource_
.has_concurrent_writeback && output_buffer) {
hw_device.cpp
79
hw_resource_
= HWResourceInfo();
80
hw_info_intf_->GetHWResourceInfo(&
hw_resource_
);
89
return HWScale::Create(&hw_scale_,
hw_resource_
.has_qseed3);
272
mdp_out_layer_.writeback_ndx =
hw_resource_
.writeback_index;
293
for (uint32_t i = 0; i <
hw_resource_
.hw_dest_scalar_info.count; i++) {
[
all
...]
hw_device.h
131
HWResourceInfo
hw_resource_
;
member in class:sdm::HWDevice
hw_hdmi.cpp
123
mdp_dest_scalar_data_.resize(
hw_resource_
.hw_dest_scalar_info.count);
250
if (display_attributes->x_pixels >
hw_resource_
.max_mixer_width) {
Completed in 4070 milliseconds