Home
last modified time | relevance | path

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

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