Home
last modified time | relevance | path

Searched defs:WorkUnit (Results 1 – 4 of 4) sorted by relevance

/external/openscreen/cast/standalone_sender/
Dstreaming_av1_encoder.h81 struct WorkUnit { struct
89 // Same as WorkUnit, but with additional fields to carry the encode results. argument
Dstreaming_vpx_encoder.h81 struct WorkUnit { struct
89 // Same as WorkUnit, but with additional fields to carry the encode results. argument
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/
DParallelCountBytes.java64 private static class WorkUnit implements Callable<WorkUnit>, Closeable { class in ParallelCountBytes
70 public WorkUnit(SeekableByteChannel chan, int blockSize, int blockIndex) { in WorkUnit() method in ParallelCountBytes.WorkUnit
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
DAsyncConcurrencyTest.java29 private class WorkUnit { class in AsyncConcurrencyTest