Searched refs:hwLayers (Results 1 - 25 of 42) sorted by relevance

12

/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_utils.cpp47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame;
54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
56 (list->hwLayers[i].flags & HWC_SKIP_HWC_COMPOSITION))
58 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
70 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_utils.cpp47 hwc_rect_t fbFrame = list->hwLayers[last].displayFrame;
54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
56 (list->hwLayers[i].flags & HWC_SKIP_HWC_COMPOSITION))
58 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
70 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_dump_layers.h119 * @param: hwLayers - Address of hwc_layer_1_t to log and dump.
122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
128 * @param: hwLayers - Address of hwc_layer_1_t to log and dump.
131 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
H A Dhwc_dump_layers.cpp86 logLayer(i, list->hwLayers);
87 dumpLayer(i, list->hwLayers);
213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
215 if (NULL == hwLayers) {
221 hwc_layer_1_t *layer = &hwLayers[layerIndex];
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
296 if (NULL == hwLayers) {
302 hwc_layer_1_t *layer = &hwLayers[layerIndex];
H A Dhwc_copybit.cpp123 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
126 getLayerResolution(&list->hwLayers[i], w, h);
177 hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->hwLayers[i];
237 list->hwLayers[i].compositionType = HWC_BLIT;
240 list->hwLayers[i].compositionType = HWC_OVERLAY;
281 renderBuffer = (private_handle_t *)list->hwLayers[last].handle;
298 if(list->hwLayers[last].acquireFenceFd >=0) {
300 copybit->set_sync(copybit, list->hwLayers[last].acquireFenceFd);
311 hwc_layer_1_t *layer = &list->hwLayers[i];
320 if (list->hwLayers[
[all...]
H A Dhwc_virtual.cpp101 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
141 hwc_layer_1_t *layer = &list->hwLayers[i];
156 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
279 hwc_layer_1_t *layer = &list->hwLayers[i];
298 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
321 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerIndex];
H A Dhwc_utils.cpp819 hwc_layer_1_t *layer = &list->hwLayers[i];
822 list->hwLayers[i].transform,
824 (hwc_rect_t&)list->hwLayers[i].displayFrame);
882 hwc_layer_1_t const* layer = &list->hwLayers[i];
905 if (isSkipLayer(&list->hwLayers[i])) {
1198 if(list->hwLayers[i].blending == HWC_BLENDING_NONE) {
1201 (hwc_rect_t&)list->hwLayers[i].displayFrame;
1203 if(!needsScaling(&list->hwLayers[j])) {
1204 hwc_layer_1_t* layer = (hwc_layer_1_t*)&list->hwLayers[j];
1240 hwc_rect_t fbDisplayFrame = list->hwLayers[las
[all...]
H A Dhwc_fbupdate.cpp67 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
127 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
132 layer = &list->hwLayers[extOnlyLayerIndex];
280 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
285 layer = &list->hwLayers[extOnlyLayerIndex];
420 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
424 layer = &list->hwLayers[extOnlyLayerIndex];
H A Dhwc_mdpcomp.cpp205 hwc_layer_1_t* layer = &(list->hwLayers[index]);
281 hnd[i] = list->hwLayers[i].handle;
301 (hnd[i] != list->hwLayers[i].handle)){
450 const hwc_layer_1_t* layer = &list->hwLayers[i];
489 hwc_layer_1_t* layer = &list->hwLayers[index];
555 const hwc_layer_1_t* layer = &list->hwLayers[i];
603 hwc_layer_1_t* layer = &list->hwLayers[index];
699 hwc_layer_1_t* layer = &list->hwLayers[i];
748 hwc_layer_1_t* layer = &list->hwLayers[i];
816 hwc_layer_1_t* layer = &list->hwLayers[
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_dump_layers.h119 * @param: hwLayers - Address of hwc_layer_1_t to log and dump.
122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
128 * @param: hwLayers - Address of hwc_layer_1_t to log and dump.
131 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
H A Dhwc_copybit.cpp123 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
126 getLayerResolution(&list->hwLayers[i], w, h);
149 if(mLayerCache.hnd[k] != list->hwLayers[k].handle){
161 hwc_rect_t dirtyRect = list->hwLayers[changingLayerIndex].displayFrame;
163 dirtyRect = list->hwLayers[changingLayerIndex].dirtyRect;
168 hwc_rect_t displayFrame = list->hwLayers[k].displayFrame;
202 if(!needsScaling(&list->hwLayers[changingLayerIndex])){
204 (private_handle_t *)list->hwLayers[changingLayerIndex].handle;
230 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame;
315 hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->hwLayers[
[all...]
H A Dhwc_dump_layers.cpp86 logLayer(i, list->hwLayers);
87 dumpLayer(i, list->hwLayers);
213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
215 if (NULL == hwLayers) {
221 hwc_layer_1_t *layer = &hwLayers[layerIndex];
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) argument
296 if (NULL == hwLayers) {
302 hwc_layer_1_t *layer = &hwLayers[layerIndex];
H A Dhwc_mdpcomp.cpp214 hwc_layer_1_t* layer = &(list->hwLayers[index]);
290 hnd[i] = list->hwLayers[i].handle;
310 (hnd[i] != list->hwLayers[i].handle)){
461 const hwc_layer_1_t* layer = &list->hwLayers[i];
500 hwc_layer_1_t* layer = &list->hwLayers[index];
566 const hwc_layer_1_t* layer = &list->hwLayers[i];
614 hwc_layer_1_t* layer = &list->hwLayers[index];
711 hwc_layer_1_t* layer = &list->hwLayers[i];
762 hwc_layer_1_t* layer = &list->hwLayers[i];
817 hwc_layer_1_t* layer = &list->hwLayers[
[all...]
H A Dhwc_utils.cpp806 hwc_layer_1_t *layer = &list->hwLayers[i];
809 list->hwLayers[i].transform,
811 (hwc_rect_t&)list->hwLayers[i].displayFrame);
842 hwc_layer_1_t const* layer = &list->hwLayers[i];
865 if (isSkipLayer(&list->hwLayers[i])) {
1191 if(list->hwLayers[i].blending == HWC_BLENDING_NONE) {
1194 (hwc_rect_t&)list->hwLayers[i].displayFrame;
1196 if(!needsScaling(&list->hwLayers[j])) {
1197 hwc_layer_1_t* layer = (hwc_layer_1_t*)&list->hwLayers[j];
1233 hwc_rect_t fbDisplayFrame = list->hwLayers[las
[all...]
H A Dhwc_virtual.cpp112 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
153 hwc_layer_1_t *layer = &list->hwLayers[i];
168 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
318 hwc_layer_1_t *layer = &list->hwLayers[i];
336 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
359 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerIndex];
H A Dhwc_fbupdate.cpp74 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
133 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
138 layer = &list->hwLayers[extOnlyLayerIndex];
286 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
291 layer = &list->hwLayers[extOnlyLayerIndex];
426 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1];
430 layer = &list->hwLayers[extOnlyLayerIndex];
H A Dhwc.cpp140 if(list->hwLayers[layerIndex].compositionType !=
143 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex];
211 if(list->hwLayers[j].compositionType != HWC_FRAMEBUFFER_TARGET)
212 list->hwLayers[j].compositionType = HWC_FRAMEBUFFER;
241 hwc_layer_1_t *layer = &list->hwLayers[i];
317 hwc_layer_1_t *layer = &list->hwLayers[i];
558 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
590 hwc_layer_1_t *tempLayer = &list->hwLayers[index];
638 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
661 hwc_layer_1_t *extLayer = &list->hwLayers[extOnlyLayerInde
[all...]
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngDisplayContext.cpp93 if (!display->hwLayers[i].handle) {
110 imgLayer->psLayer = &display->hwLayers[i];
171 hwc_layer_1_t& layer = display->hwLayers[j];
182 hwc_layer_1_t& fbt = display->hwLayers[display->numHwLayers-1];
218 (uint32_t)displays[i]->hwLayers[j].handle,
219 displays[i]->hwLayers[j].acquireFenceFd,
220 displays[i]->hwLayers[j].releaseFenceFd);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp120 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
123 getLayerResolution(&list->hwLayers[i], w, h);
166 hwc_layer_1_t *fbLayer = &list->hwLayers[fbLayerIndex];
176 hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->hwLayers[i];
206 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
211 list->hwLayers[i].compositionType = HWC_OVERLAY;
277 hwc_layer_1_t *layer = &list->hwLayers[i];
283 if (list->hwLayers[i].acquireFenceFd != -1
286 ret = sync_wait(list->hwLayers[i].acquireFenceFd, 1000);
291 close(list->hwLayers[
[all...]
H A Dhwc_utils.cpp377 hwc_layer_1_t const* layer = &list->hwLayers[i];
391 if (isSkipLayer(&list->hwLayers[i])) {
563 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
565 nwr.left = list->hwLayers[0].displayFrame.left;
566 nwr.top = list->hwLayers[0].displayFrame.top;
567 nwr.right = list->hwLayers[0].displayFrame.right;
568 nwr.bottom = list->hwLayers[0].displayFrame.bottom;
571 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
591 if(list->hwLayers[i].acquireFenceFd >= 0) {
592 close(list->hwLayers[
[all...]
H A Dhwc_mdpcomp.cpp169 hwc_layer_1_t* layer = &(list->hwLayers[index]);
233 hnd[i] = list->hwLayers[i].handle;
394 hwc_layer_1_t* layer = &list->hwLayers[i];
450 hwc_layer_1_t* layer = &list->hwLayers[i];
504 hwc_layer_1_t* layer = &list->hwLayers[i];
568 hwc_layer_1_t* layer = &list->hwLayers[j];
588 hwc_layer_1_t* layer = &list->hwLayers[i];
647 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
724 hwc_layer_1_t* layer = &list->hwLayers[i];
753 hwc_layer_1_t* layer = &list->hwLayers[
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp435 hwc_layer_1_t const* layer = &list->hwLayers[i];
441 if(list->hwLayers[i].compositionType == HWC_FRAMEBUFFER_TARGET) {
444 } else if (isSkipLayer(&list->hwLayers[i])) {
609 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
611 nwr.left = list->hwLayers[0].displayFrame.left;
612 nwr.top = list->hwLayers[0].displayFrame.top;
613 nwr.right = list->hwLayers[0].displayFrame.right;
614 nwr.bottom = list->hwLayers[0].displayFrame.bottom;
617 hwc_rect_t displayFrame = list->hwLayers[i].displayFrame;
641 if(list->hwLayers[
[all...]
H A Dhwc_copybit.cpp125 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
128 getLayerResolution(&list->hwLayers[i], w, h);
166 hwc_layer_1_t *fbLayer = &list->hwLayers[fbLayerIndex];
187 private_handle_t *hnd = (private_handle_t *)list->hwLayers[i].handle;
192 list->hwLayers[i].compositionType = HWC_OVERLAY;
255 hwc_layer_1_t *layer = &list->hwLayers[i];
261 if (list->hwLayers[i].acquireFenceFd != -1 ) {
263 ret = sync_wait(list->hwLayers[i].acquireFenceFd, 1000);
268 close(list->hwLayers[i].acquireFenceFd);
269 list->hwLayers[
[all...]
H A Dhwc_mdpcomp.cpp151 hwc_layer_1_t* layer = &(list->hwLayers[index]);
256 hnd[i] = list->hwLayers[i].handle;
407 hwc_layer_1_t* layer = &list->hwLayers[i];
519 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
615 if (mCachedFrame.hnd[i] == list->hwLayers[i].handle) {
620 mCachedFrame.hnd[i] = list->hwLayers[i].handle;
652 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex];
685 hwc_layer_1_t* layer = &list->hwLayers[index];
713 hwc_layer_1_t* layer = &list->hwLayers[index];
837 hwc_layer_1_t* layer = &list->hwLayers[nYuvInde
[all...]
/hardware/intel/img/hwcomposer/common/base/
H A DDisplayAnalyzer.cpp118 hwc_layer_1_t *layer = &display->hwLayers[i];

Completed in 4209 milliseconds

12