Searched defs:overlap (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp230 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
233 // with Aligned overlap w/h
234 finalW = max(finalW, ALIGN((overlap.right - overlap.left), 32));
235 finalH += ALIGN((overlap.bottom - overlap.top), 32);
236 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) {
239 (finalH - ALIGN((overlap.bottom - overlap
595 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
634 drawRectUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, private_handle_t *renderBuffer, hwc_rect_t overlap, hwc_rect_t destRect) argument
[all...]
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_copybit.cpp307 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
310 // with Aligned overlap w/h
311 finalW = max(finalW, ALIGN((overlap.right - overlap.left), 32));
312 finalH += ALIGN((overlap.bottom - overlap.top), 32);
313 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) {
316 (ALIGN((overlap.bottom - overlap
726 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
798 drawRectUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, private_handle_t *renderBuffer, hwc_rect_t overlap, hwc_rect_t destRect) argument
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp230 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
233 // with Aligned overlap w/h
234 finalW = max(finalW, ALIGN((overlap.right - overlap.left), 32));
235 finalH += ALIGN((overlap.bottom - overlap.top), 32);
236 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) {
239 (ALIGN((overlap.bottom - overlap
615 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
687 drawRectUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, private_handle_t *renderBuffer, hwc_rect_t overlap, hwc_rect_t destRect) argument
[all...]
/hardware/intel/common/libva/va/
H A Dva.h1955 unsigned int overlap : 1; /* METADATA::OVERLAP */ member in struct:_VAPictureParameterBufferVC1::__anon533::__anon534

Completed in 104 milliseconds