Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp425 uint64_t frameIndex, const std::unique_ptr<C2Work> &currentWork, in cloneAndSend() argument
428 if (currentWork->input.ordinal.frameIndex == frameIndex) { in cloneAndSend()
429 work->input.flags = currentWork->input.flags; in cloneAndSend()
430 work->input.ordinal = currentWork->input.ordinal; in cloneAndSend()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Component.h142 const std::unique_ptr<C2Work> &currentWork,