Home
last modified time | relevance | path

Searched refs:layerInfo_ (Results 1 – 2 of 2) sorted by relevance

/test/xts/hats/hdf/display/composer/common/
Dhdi_test_layer.cpp135 : id_(id), displayID_(displayId), layerBufferCount_(MAX_BUFFER_COUNT), layerInfo_(info) in HdiTestLayer()
152 layerInfo_.width, layerInfo_.height, layerInfo_.pixFormat); in Init()
157 displayRect_.w = layerInfo_.width; in Init()
158 displayRect_.h = layerInfo_.height; in Init()
Dhdi_test_layer.h96 LayerInfo layerInfo_ = { 0 }; variable