Searched refs:worklets (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codec2/include/
H A DC2Work.h114 * worklets must not be empty. The ownership of this object is passed.
120 * worklets:
124 * the work is submitted. Allocating the output buffers in the worklets is the responsibility
130 * It shall contain the number of worklets that were successfully processed when the work is
131 * returned. If this is less then the number of worklets, result must not be success.
132 * It must be in the range of [0, worklets.size()].
135 * The final outcome of the work. If 0 when work is returned, it is assumed that all worklets
146 std::list<std::unique_ptr<C2Worklet>> worklets; member in struct:android::C2Work

Completed in 80 milliseconds