Home
last modified time | relevance | path

Searched defs:layer (Results 1 – 25 of 43) sorted by relevance

12

/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_mdpcomp.cpp169 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() local
244 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
255 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
394 hwc_layer_1_t* layer = &list->hwLayers[i]; in isFullFrameDoable() local
450 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPComp() local
504 hwc_layer_1_t* layer = &list->hwLayers[i]; in cacheBasedComp() local
568 hwc_layer_1_t* layer = &list->hwLayers[j]; in loadBasedComp() local
588 hwc_layer_1_t* layer = &list->hwLayers[i]; in loadBasedComp() local
647 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; in isOnlyVideoDoable() local
664 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable()
[all …]
Dhwc_utils.cpp303 bool needsScaling(hwc_context_t* ctx, hwc_layer_1_t const* layer, in needsScaling()
322 bool isAlphaScaled(hwc_context_t* ctx, hwc_layer_1_t const* layer, in isAlphaScaled()
330 bool isAlphaPresent(hwc_layer_1_t const* layer) { in isAlphaPresent()
377 hwc_layer_1_t const* layer = &list->hwLayers[i]; in setListStats() local
445 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer) { in isSecuring()
749 void setMdpFlags(hwc_layer_1_t *layer, in setMdpFlags()
878 int configureLowRes(hwc_context_t *ctx, hwc_layer_1_t *layer, in configureLowRes()
969 int configureHighRes(hwc_context_t *ctx, hwc_layer_1_t *layer, in configureHighRes()
1199 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) { in add()
Dhwc_copybit.cpp176 hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->hwLayers[i]; in prepare() local
277 hwc_layer_1_t *layer = &list->hwLayers[i]; in draw() local
310 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, in drawLayerUsingCopybit()
539 void CopyBit::getLayerResolution(const hwc_layer_1_t* layer, in getLayerResolution()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp214 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() local
317 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
328 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
461 const hwc_layer_1_t* layer = &list->hwLayers[i]; in validateAndApplyROI() local
500 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local
566 const hwc_layer_1_t* layer = &list->hwLayers[i]; in validateAndApplyROI() local
614 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local
711 hwc_layer_1_t* layer = &list->hwLayers[i]; in tryFullFrame() local
762 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPComp() local
817 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPCompWithPTOR() local
[all …]
Dhwc_fbupdate.cpp74 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in prepareAndValidate() local
90 hwc_layer_1_t *layer, in preRotateExtDisplay()
133 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in configure() local
286 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in configure() local
426 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in configure() local
Dhwc_utils.cpp685 bool isDownscaleRequired(hwc_layer_1_t const* layer) { in isDownscaleRequired()
699 bool needsScaling(hwc_layer_1_t const* layer) { in needsScaling()
716 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer, in needsScalingWithSplit()
769 bool isAlphaScaled(hwc_layer_1_t const* layer) { in isAlphaScaled()
776 bool isAlphaPresent(hwc_layer_1_t const* layer) { in isAlphaPresent()
806 hwc_layer_1_t *layer = &list->hwLayers[i]; in trimList() local
842 hwc_layer_1_t const* layer = &list->hwLayers[i]; in setListStats() local
932 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer) { in isSecuring()
1197 hwc_layer_1_t* layer = (hwc_layer_1_t*)&list->hwLayers[j]; in optimizeLayerRects() local
1458 void setMdpFlags(hwc_context_t *ctx, hwc_layer_1_t *layer, in setMdpFlags()
[all …]
Dhwc_copybit.cpp315 hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->hwLayers[i]; in prepare() local
522 hwc_layer_1_t *layer = &list->hwLayers[mDirtyLayerIndex]; in draw() local
599 hwc_layer_1_t *layer = &list->hwLayers[i]; in drawOverlap() local
634 int CopyBit::drawRectUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, in drawRectUsingCopybit()
719 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, in drawLayerUsingCopybit()
985 int CopyBit::fillColorUsingCopybit(hwc_layer_1_t *layer, in fillColorUsingCopybit()
1024 void CopyBit::getLayerResolution(const hwc_layer_1_t* layer, in getLayerResolution()
Dhwc_dump_layers.cpp221 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in logLayer() local
302 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in dumpLayer() local
Dhwc_virtual.cpp153 hwc_layer_1_t *layer = &list->hwLayers[i]; in prepare() local
318 hwc_layer_1_t *layer = &list->hwLayers[i]; in prepare() local
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.cpp151 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() local
267 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
406 hwc_layer_1_t* layer = &list->hwLayers[i]; in isFullFrameDoable() local
518 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; in isOnlyVideoDoable() local
531 bool MDPComp::isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer) { in isYUVDoable()
651 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; in updateYUV() local
684 hwc_layer_1_t* layer = &list->hwLayers[index]; in programMDP() local
712 hwc_layer_1_t* layer = &list->hwLayers[index]; in programYUV() local
813 int MDPCompLowRes::configure(hwc_context_t *ctx, hwc_layer_1_t *layer, in configure()
845 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; in allocLayerPipes() local
[all …]
Dhwc_utils.cpp361 bool needsScaling(hwc_layer_1_t const* layer) { in needsScaling()
379 bool isAlphaScaled(hwc_layer_1_t const* layer) { in isAlphaScaled()
386 bool isAlphaPresent(hwc_layer_1_t const* layer) { in isAlphaPresent()
438 hwc_layer_1_t const* layer = &list->hwLayers[i]; in setListStats() local
495 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer) { in isSecuring()
792 void setMdpFlags(hwc_layer_1_t *layer, in setMdpFlags()
936 int configureLowRes(hwc_context_t *ctx, hwc_layer_1_t *layer, in configureLowRes()
1015 int configureHighRes(hwc_context_t *ctx, hwc_layer_1_t *layer, in configureHighRes()
1131 void LayerRotMap::add(hwc_layer_1_t* layer, Rotator *rot) { in add()
Dhwc_copybit.cpp260 hwc_layer_1_t *layer = &list->hwLayers[i]; in draw() local
292 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, in drawLayerUsingCopybit()
491 void CopyBit::getLayerResolution(const hwc_layer_1_t* layer, in getLayerResolution()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.cpp205 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() local
308 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
319 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
450 const hwc_layer_1_t* layer = &list->hwLayers[i]; in validateAndApplyROI() local
489 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local
555 const hwc_layer_1_t* layer = &list->hwLayers[i]; in validateAndApplyROI() local
603 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local
699 hwc_layer_1_t* layer = &list->hwLayers[i]; in tryFullFrame() local
748 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPComp() local
816 hwc_layer_1_t* layer = &list->hwLayers[i]; in cacheBasedComp() local
[all …]
Dhwc_fbupdate.cpp67 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in prepareAndValidate() local
83 hwc_layer_1_t *layer, in preRotateExtDisplay()
127 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in configure() local
280 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in configure() local
420 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; in configure() local
Dhwc_utils.cpp698 bool isDownscaleRequired(hwc_layer_1_t const* layer) { in isDownscaleRequired()
712 bool needsScaling(hwc_layer_1_t const* layer) { in needsScaling()
729 bool needsScalingWithSplit(hwc_context_t* ctx, hwc_layer_1_t const* layer, in needsScalingWithSplit()
782 bool isAlphaScaled(hwc_layer_1_t const* layer) { in isAlphaScaled()
789 bool isAlphaPresent(hwc_layer_1_t const* layer) { in isAlphaPresent()
819 hwc_layer_1_t *layer = &list->hwLayers[i]; in trimList() local
882 hwc_layer_1_t const* layer = &list->hwLayers[i]; in setListStats() local
972 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer) { in isSecuring()
1204 hwc_layer_1_t* layer = (hwc_layer_1_t*)&list->hwLayers[j]; in optimizeLayerRects() local
1438 void setMdpFlags(hwc_layer_1_t *layer, in setMdpFlags()
[all …]
Dhwc_copybit.cpp177 hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->hwLayers[i]; in prepare() local
311 hwc_layer_1_t *layer = &list->hwLayers[i]; in draw() local
352 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, in drawLayerUsingCopybit()
609 int CopyBit::fillColorUsingCopybit(hwc_layer_1_t *layer, in fillColorUsingCopybit()
648 void CopyBit::getLayerResolution(const hwc_layer_1_t* layer, in getLayerResolution()
Dhwc_dump_layers.cpp221 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in logLayer() local
302 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in dumpLayer() local
Dhwc_virtual.cpp141 hwc_layer_1_t *layer = &list->hwLayers[i]; in prepare() local
279 hwc_layer_1_t *layer = &list->hwLayers[i]; in prepare() local
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp234 static bool is_transformed(const hwc_layer_1_t &layer) in is_transformed()
239 static bool is_rotated(const hwc_layer_1_t &layer) in is_rotated()
245 static bool is_scaled(const hwc_layer_1_t &layer) in is_scaled()
349 static bool is_x_aligned(const hwc_layer_1_t &layer, int format) in is_x_aligned()
371 static bool exynos5_supports_gscaler(hwc_layer_1_t &layer, int format, in exynos5_supports_gscaler()
416 static bool exynos5_requires_gscaler(hwc_layer_1_t &layer, int format) in exynos5_requires_gscaler()
652 hwc_layer_1_t &layer, in hdmi_output()
764 bool exynos5_is_offscreen(hwc_layer_1_t &layer, in exynos5_is_offscreen()
773 size_t exynos5_visible_width(hwc_layer_1_t &layer, int format, in exynos5_visible_width()
787 bool exynos5_supports_overlay(hwc_layer_1_t &layer, size_t i, in exynos5_supports_overlay()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c18 int layer; in vp9_init_layer_context() local
68 int layer; in vp9_update_layer_context_change_config() local
118 const int layer = cpi->svc.temporal_layer_id; in vp9_update_temporal_layer_framerate() local
/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp51 hwc_layer_1_t& layer = *(hwcLayer->getLayer()); in checkSupported() local
118 hwc_layer_1_t& layer = *(hwcLayer->getLayer()); in checkRgbOverlaySupported() local
180 hwc_layer_1_t& layer = *(hwcLayer->getLayer()); in checkCursorSupported() local
269 hwc_layer_1_t *layer = &mList->hwLayers[i]; in initialize() local
729 ZOrderLayer *layer = new ZOrderLayer; in addZOrderLayer() local
749 void HwcLayerList::removeZOrderLayer(ZOrderLayer *layer) in removeZOrderLayer()
DHwcLayer.cpp55 HwcLayer::HwcLayer(int index, hwc_layer_1_t *layer) in HwcLayer()
236 bool HwcLayer::update(hwc_layer_1_t *layer) in update()
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c172 hwc_layer_1_t *layer = hregion->rgz_layers[l]->hwc_layer; in get_layer_ops() local
308 static void rgz_get_displayframe_rect(hwc_layer_1_t *layer, blit_rect_t *res_rect) in rgz_get_displayframe_rect()
403 static void rgz_cfg_scale_mode(struct rgz_blt_entry* e, hwc_layer_1_t *layer) in rgz_cfg_scale_mode()
591 static float getscalew(hwc_layer_1_t *layer) in getscalew()
602 static float getscaleh(hwc_layer_1_t *layer) in getscaleh()
670 hwc_layer_1_t *layer = ra[i].hwc_layer; in rgz_hwc_layer_sortbyy() local
703 hwc_layer_1_t *layer = hregion->rgz_layers[l]->hwc_layer; in rgz_gen_blitregions() local
724 hwc_layer_1_t *layer = hregion->rgz_layers[l]->hwc_layer; in rgz_gen_blitregions() local
739 static int rgz_hwc_scaled(hwc_layer_1_t *layer) in rgz_hwc_scaled()
750 static int rgz_in_valid_hwc_layer(hwc_layer_1_t *layer) in rgz_in_valid_hwc_layer()
[all …]
Dhwc.c345 hwc_layer_1_t *layer = &list->hwLayers[i]; in dump_set_info() local
416 static int scaled(hwc_layer_1_t *layer) in scaled()
427 static int is_protected(hwc_layer_1_t *layer) in is_protected()
434 #define is_BLENDED(layer) ((layer)->blending != HWC_BLENDING_NONE) argument
504 static int is_upscaled_NV12(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer) in is_upscaled_NV12()
523 static int dockable(hwc_layer_1_t *layer) in dockable()
531 static int is_large_rgb32_layer(const hwc_layer_1_t *layer) in is_large_rgb32_layer()
643 hwc_layer_1_t *layer, int index, in omap4_hwc_setup_layer()
955 static int omap4_hwc_can_scale_layer(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer, IMG_native_… in omap4_hwc_can_scale_layer()
973 hwc_layer_1_t *layer, in omap4_hwc_is_valid_layer()
[all …]
/hardware/ti/omap4xxx/hwc/
Dhwc.c256 hwc_layer_1_t *layer = &list->hwLayers[i]; in dump_set_info() local
313 static int scaled(hwc_layer_1_t *layer) in scaled()
324 static int is_protected(hwc_layer_1_t *layer) in is_protected()
331 #define is_BLENDED(layer) ((layer)->blending != HWC_BLENDING_NONE) argument
374 static int dockable(hwc_layer_1_t *layer) in dockable()
454 hwc_layer_1_t *layer, int index, in omap4_hwc_setup_layer()
760 static int omap4_hwc_can_scale_layer(omap4_hwc_device_t *hwc_dev, hwc_layer_1_t *layer, IMG_native_… in omap4_hwc_can_scale_layer()
778 hwc_layer_1_t *layer, in omap4_hwc_is_valid_layer()
972 hwc_layer_1_t *layer = &list->hwLayers[i]; in gather_layer_statistics() local
1080 hwc_layer_1_t *layer) in can_dss_render_layer()
[all …]

12