Searched refs:OUTPUT_SIZE_MAX (Results 1 – 1 of 1) sorted by relevance
50 constexpr int32_t OUTPUT_SIZE_MAX = 200000; variable143 uint8_t *output = static_cast<uint8_t *>(malloc(OUTPUT_SIZE_MAX));145 BufferPackerStream *stream = new (std::nothrow) BufferPackerStream(output, OUTPUT_SIZE_MAX);208 uint8_t *output = static_cast<uint8_t *>(malloc(OUTPUT_SIZE_MAX));210 BufferPackerStream *stream = new (std::nothrow) BufferPackerStream(output, OUTPUT_SIZE_MAX);243 uint8_t *output = static_cast<uint8_t *>(malloc(OUTPUT_SIZE_MAX));245 BufferPackerStream *stream = new (std::nothrow) BufferPackerStream(output, OUTPUT_SIZE_MAX);281 uint8_t *output = static_cast<uint8_t *>(malloc(OUTPUT_SIZE_MAX));283 BufferPackerStream *stream = new (std::nothrow) BufferPackerStream(output, OUTPUT_SIZE_MAX);337 BufferPackerStream *stream = new (std::nothrow) BufferPackerStream(nullptr, OUTPUT_SIZE_MAX);[all …]