OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CopyBit
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc_copybit.h
28
class
CopyBit
{
30
CopyBit
();
31
~
CopyBit
();
32
// API to get
copybit
engine(non static)
34
//Sets up members and prepares
copybit
if conditions are met
37
//Draws layer if the layer is set for
copybit
in prepare
48
// holds the
copybit
device
50
// Helper functions for
copybit
composition
60
// flag that indicates whether
CopyBit
composition is enabled for this cycle
84
//Dynamic composition threshold for deciding
copybit
usage
[
all
...]
hwc_copybit.cpp
22
#include <
copybit
.h>
67
void
CopyBit
::reset() {
72
bool
CopyBit
::canUseCopybitForYUV(hwc_context_t *ctx) {
80
bool
CopyBit
::canUseCopybitForRGB(hwc_context_t *ctx,
89
//Overlay up & running. Dont use
COPYBIT
for RGB layers.
96
// use
copybit
, if (TotalRGBRenderArea < threashold * FB Area)
109
// MDP composition, use
COPYBIT
always
112
// C2D composition, use
COPYBIT
118
unsigned int
CopyBit
::getRGBRenderingArea
135
bool
CopyBit
::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list
218
copybit
_device_t *
copybit
= mEngine;
local
279
copybit
_device_t *
copybit
= getCopyBitDevice();
local
341
copybit
_device_t *
copybit
= mEngine;
local
[
all
...]
Completed in 25 milliseconds