Home
last modified time | relevance | path

Searched refs:OUTPUT_SIZE_MAX (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dplugin_texture_encode_test.cpp50 constexpr int32_t OUTPUT_SIZE_MAX = 200000; variable
143 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 …]