Home
last modified time | relevance | path

Searched refs:active_width (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display_virtual_dpu.cpp104 uint32_t active_width, active_height; in SetOutputBuffer() local
106 GetMixerResolution(&active_width, &active_height); in SetOutputBuffer()
111 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display_virtual.cpp217 uint32_t active_width, active_height; in SetOutputBuffer() local
233 GetMixerResolution(&active_width, &active_height); in SetOutputBuffer()
238 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_virtual.cpp219 int active_width; in SetOutputSliceFromMetadata() local
222 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(output_handle, active_width, in SetOutputSliceFromMetadata()
225 if ((active_width != INT(output_buffer_->width)) || in SetOutputSliceFromMetadata()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_display_virtual.cpp219 int active_width; in SetOutputSliceFromMetadata() local
222 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(output_handle, active_width, in SetOutputSliceFromMetadata()
225 if ((active_width != INT(output_buffer_->width)) || in SetOutputSliceFromMetadata()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_display_virtual.cpp219 int active_width; in SetOutputSliceFromMetadata() local
222 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(output_handle, active_width, in SetOutputSliceFromMetadata()
225 if ((active_width != INT(output_buffer_->width)) || in SetOutputSliceFromMetadata()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Dhwc_display_virtual.cpp225 uint32_t active_width, active_height; in SetOutputBuffer() local
241 GetMixerResolution(&active_width, &active_height); in SetOutputBuffer()
246 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display_virtual.cpp249 uint32_t active_width, active_height; in SetOutputBuffer() local
266 GetMixerResolution(&active_width, &active_height); in SetOutputBuffer()
271 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1592 int active_width,active_height; in Init() local
1594 active_width=db_maxi(1,im_width-10); in Init()
1596 block_width=db_maxi(1,active_width/nr_horizontal_blocks); in Init()
1600 (((double)active_width)*((double)active_height))))); in Init()
1691 int active_width,active_height; in Init() local
1693 active_width=db_maxi(1,im_width-10); in Init()
1695 block_width=db_maxi(1,active_width/nr_horizontal_blocks); in Init()
1699 (((double)active_width)*((double)active_height))))); in Init()
/aosp12/bionic/libc/kernel/uapi/rdma/
H A Dib_user_verbs.h230 __u8 active_width; member