Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp2581 const std::unique_ptr<C2Worklet> &worklet = work->worklets.front(); in handleWork() local
2585 if (worklet->output.buffers.size() > 1u) { in handleWork()
2587 mName, worklet->output.buffers.size()); in handleWork()
2590 } else if (worklet->output.buffers.size() == 1u) { in handleWork()
2591 buffer = worklet->output.buffers[0]; in handleWork()
2597 while (!worklet->output.configUpdate.empty()) { in handleWork()
2599 worklet->output.configUpdate.back().swap(param); in handleWork()
2600 worklet->output.configUpdate.pop_back(); in handleWork()
2650 if (worklet->output.flags & C2FrameData::FLAG_END_OF_STREAM) { in handleWork()
2665 worklet->output.ordinal.timestamp + work->input.ordinal.customOrdinal in handleWork()
[all …]
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal558 * Worklet. Indices of Blocks inside `worklet.output` refer to
561 Worklet worklet;
563 * Whether the worklet was processed or not.
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp995 Worklet &dWorklet = dWork.worklet; in objcpy()
1352 const Worklet &sWorklet = sWork.worklet; in objcpy()
1648 for (const std::unique_ptr<C2Worklet>& worklet : work->worklets) { in forEachBlock() local
1649 if (worklet) { in forEachBlock()
1650 forEachBlock(worklet->output, in forEachBlock()