Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp1672 const std::unique_ptr<C2Worklet> &worklet = work->worklets.front(); in handleWork() local
1676 if (worklet->output.buffers.size() > 1u) { in handleWork()
1678 mName, worklet->output.buffers.size()); in handleWork()
1681 } else if (worklet->output.buffers.size() == 1u) { in handleWork()
1682 buffer = worklet->output.buffers[0]; in handleWork()
1691 while (!worklet->output.configUpdate.empty()) { in handleWork()
1693 worklet->output.configUpdate.back().swap(param); in handleWork()
1694 worklet->output.configUpdate.pop_back(); in handleWork()
1850 if (worklet->output.flags & C2FrameData::FLAG_END_OF_STREAM) { in handleWork()
1872 worklet->output.ordinal.timestamp.peekll(), in handleWork()
[all …]
/aosp12/frameworks/av/media/codec2/hidl/client/
H A 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()
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A Dtypes.hal558 * Worklet. Indices of Blocks inside `worklet.output` refer to
561 Worklet worklet;
563 * Whether the worklet was processed or not.
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A Dtypes.cpp1854 for (const std::unique_ptr<C2Worklet>& worklet : work->worklets) { in forEachBlock() local
1855 if (worklet) { in forEachBlock()
1856 forEachBlock(worklet->output, in forEachBlock()