Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1922 const std::unique_ptr<C2Worklet> &worklet = work->worklets.front(); in handleWork() local
1926 if (worklet->output.buffers.size() > 1u) { in handleWork()
1928 mName, worklet->output.buffers.size()); in handleWork()
1931 } else if (worklet->output.buffers.size() == 1u) { in handleWork()
1932 buffer = worklet->output.buffers[0]; in handleWork()
1941 while (!worklet->output.configUpdate.empty()) { in handleWork()
1943 worklet->output.configUpdate.back().swap(param); in handleWork()
1944 worklet->output.configUpdate.pop_back(); in handleWork()
2009 (long long)worklet->output.ordinal.timestamp.peekll()); in handleWork()
2011 worklet->output.ordinal.timestamp.peek(), frameRenderTime.value); in handleWork()
[all …]
/frameworks/av/media/codec2/hal/client/
Doutput.cpp91 for (const std::unique_ptr<C2Worklet>& worklet : work->worklets) { in forEachBlock() local
92 if (worklet) { in forEachBlock()
93 forEachBlock(worklet->output, process); in forEachBlock()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
Dtypes.cpp1861 for (const std::unique_ptr<C2Worklet>& worklet : work->worklets) { in forEachBlock() local
1862 if (worklet) { in forEachBlock()
1863 forEachBlock(worklet->output, in forEachBlock()