Lines Matching refs:work
139 const std::unique_ptr<C2Work> &work, in process() argument
142 work->result = C2_OK; in process()
143 work->workletsProcessed = 1u; in process()
146 work->result = C2_BAD_VALUE; in process()
151 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
153 work->worklets.front()->output.flags = work->input.flags; in process()
154 work->worklets.front()->output.buffers.clear(); in process()
155 work->worklets.front()->output.ordinal = work->input.ordinal; in process()
156 if (!work->input.buffers.empty()) { in process()
157 work->worklets.front()->output.buffers.push_back(work->input.buffers[0]); in process()
159 if (work->input.flags & C2FrameData::FLAG_END_OF_STREAM) { in process()