Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.cpp91 slot, [&converted, &status, buf](HStatus hStatus, HBuffer const& hBuffer, in requestBuffer()
93 converted = h2b(hStatus, &status) && h2b(hBuffer, buf); in requestBuffer()
141 input, [&converted, &status, &slot, &fence](HStatus hStatus, int32_t hSlot, in dequeueBuffer()
143 converted = h2b(hStatus, &status); in dequeueBuffer()
200 [&converted, &status, outSlot](HStatus hStatus, int32_t hSlot, in attachBuffer()
202 converted = h2b(hStatus, &status); in attachBuffer()
302 [&converted, &status](HStatus hStatus, HQueueBufferOutput const& /* hOutput */) { in connect() argument
303 converted = h2b(hStatus, &status); in connect()