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