Home
last modified time | relevance | path

Searched defs:num_commands (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCLI.c63 int raspicli_get_command_id(const COMMAND_LIST *commands, const int num_commands, const char *arg, … in raspicli_get_command_id()
99 void raspicli_display_help(const COMMAND_LIST *commands, const int num_commands) in raspicli_display_help()
/third_party/node/deps/brotli/c/enc/
Dblock_splitter.c40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) { in CountLiterals()
51 const size_t num_commands, in CopyLiteralsToByteArray()
124 const size_t num_commands, in BrotliSplitBlock()
Dhistogram.c44 const Command* cmds, const size_t num_commands, in BrotliBuildHistogramsWithContext()
Dmetablock.c59 size_t num_commands, in RecomputeDistancePrefixes()
83 size_t num_commands, in ComputeDistanceCost()
134 size_t num_commands, in BrotliBuildMetaBlock()
Dbackward_references.c127 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateBackwardReferences()
Dbackward_references_hq.c140 size_t num_commands, in ZopfliCostModelSetFromCommands()
557 size_t num_commands = 0; in ComputeShortestPathFromNodes() local
726 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateZopfliBackwardReferences()
743 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateHqZopfliBackwardReferences()
Dcompress_fragment_two_pass.c457 const uint32_t* commands, const size_t num_commands, in StoreCommands()
577 const size_t num_commands = (size_t)(commands - command_buf); in BrotliCompressFragmentTwoPassImpl() local
Dencode.c515 const size_t bytes, const size_t num_literals, const size_t num_commands) { in ShouldCompress()
564 const size_t num_commands, in WriteMetaBlockInternal()
1261 size_t num_commands = 0; in BrotliCompressBufferQuality10() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dblock_splitter.c40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) { in CountLiterals()
51 const size_t num_commands, in CopyLiteralsToByteArray()
124 const size_t num_commands, in BrotliSplitBlock()
Dhistogram.c44 const Command* cmds, const size_t num_commands, in BrotliBuildHistogramsWithContext()
Dmetablock.c59 size_t num_commands, in RecomputeDistancePrefixes()
83 size_t num_commands, in ComputeDistanceCost()
134 size_t num_commands, in BrotliBuildMetaBlock()
Dbackward_references.c127 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateBackwardReferences()
Dbackward_references_hq.c140 size_t num_commands, in ZopfliCostModelSetFromCommands()
557 size_t num_commands = 0; in ComputeShortestPathFromNodes() local
726 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateZopfliBackwardReferences()
743 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateHqZopfliBackwardReferences()
Dcompress_fragment_two_pass.c457 const uint32_t* commands, const size_t num_commands, in StoreCommands()
577 const size_t num_commands = (size_t)(commands - command_buf); in BrotliCompressFragmentTwoPassImpl() local
Dencode.c515 const size_t bytes, const size_t num_literals, const size_t num_commands) { in ShouldCompress()
564 const size_t num_commands, in WriteMetaBlockInternal()
1261 size_t num_commands = 0; in BrotliCompressBufferQuality10() local
/third_party/libdrm/tegra/
Dprivate.h97 unsigned int num_commands; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_winsys.h486 uint64_t num_commands; member
/third_party/python/PC/
Dlauncher.c885 static int num_commands = 0; variable