Home
last modified time | relevance | path

Searched refs:bufferData (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/media/sfplugin/
DC2OMXNode.cpp176 void **bufferData, sp<NativeHandle> *nativeHandle) { in allocateSecureBuffer() argument
181 *bufferData = nullptr; in allocateSecureBuffer()
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h167 it->data.bufferData.buffer) {
182 it->data.bufferData.buffer) {
/hardware/interfaces/media/omx/1.0/
Dtypes.hal102 BufferData bufferData;
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp130 static void fillBuffer(int32_t width, int32_t height, uint32_t stride, void* bufferData, in fillBuffer() argument
142 uint8_t* pixelColor = (uint8_t*)bufferData + offset; in fillBuffer()