Searched refs:hInput (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | B2HGraphicBufferProducer.cpp | 187 QueueBufferInput const& hInput, in queueBuffer() argument 190 hInput.timestamp, in queueBuffer() 191 hInput.isAutoTimestamp, in queueBuffer() 192 static_cast<android_dataspace>(hInput.dataSpace), in queueBuffer() 195 static_cast<uint32_t>(hInput.transform), in queueBuffer() 197 static_cast<uint32_t>(hInput.stickyTransform), in queueBuffer() 201 if (!h2b(hInput.crop, &bInput.crop)) { in queueBuffer() 207 if (!h2b(hInput.surfaceDamage, &bInput.surfaceDamage)) { in queueBuffer() 213 if (!h2b(hInput.fence, &bInput.fence)) { in queueBuffer()
|
D | H2BGraphicBufferProducer.cpp | 253 HQueueBufferInput hInput{}; in queueBuffer() local 255 if (!b2h(input, &hInput, &hFenceWrapper)) { in queueBuffer() 264 hInput, in queueBuffer()
|
/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_Core.h | 1432 OMX_IN OMX_HANDLETYPE hInput,
|