Home
last modified time | relevance | path

Searched refs:sampleComponent0 (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerClient.h145 hidl_vec<uint64_t> sampleComponent0; in getDisplayedContentSample() local
151 sampleComponent0, sampleComponent1, in getDisplayedContentSample()
153 hidl_cb(error, frameCount, sampleComponent0, sampleComponent1, sampleComponent2, in getDisplayedContentSample()
DComposerHal.h113 hidl_vec<uint64_t>& sampleComponent0,
/hardware/interfaces/graphics/composer/2.3/utils/vts/
DComposerVts.cpp154 hidl_vec<uint64_t>& sampleComponent0, in getDisplayedContentSample() argument
165 sampleComponent0 = tmpSamples0; in getDisplayedContentSample()
/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/
DComposerVts.h76 uint64_t& frameCount, hidl_vec<uint64_t>& sampleComponent0,
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h196 uint64_t& frameCount, hidl_vec<uint64_t>& sampleComponent0, in getDisplayedContentSample() argument
211 sampleComponent0.resize(size[0]); in getDisplayedContentSample()
215 uint64_t* samples[] = {sampleComponent0.data(), sampleComponent1.data(), in getDisplayedContentSample()
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal350 * @return sampleComponent0 is a histogram counting how many times a pixel of a given value
354 * eg, for RGBA_8888, if sampleComponent0 is {10, 6, 4, 1} this means that
357 * @return sampleComponent1 is the same sample definition as sampleComponent0,
359 * @return sampleComponent2 is the same sample definition as sampleComponent0,
361 * @return sampleComponent3 is the same sample definition as sampleComponent0,
367 vec<uint64_t> sampleComponent0,