Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp416 const std::unique_ptr<C2Work> &currentWork, in cloneAndSend() argument
419 if (currentWork->input.ordinal.frameIndex == frameIndex) { in cloneAndSend()
420 work->input.flags = currentWork->input.flags; in cloneAndSend()
421 work->input.ordinal = currentWork->input.ordinal; in cloneAndSend()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h138 const std::unique_ptr<C2Work> &currentWork,