Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_ex_test.cpp72 int size = STREAM_SIZE;
93 int size = STREAM_SIZE;
114 int size = STREAM_SIZE;
135 int size = STREAM_SIZE;
156 int size = STREAM_SIZE;
177 int size = STREAM_SIZE;
198 int size = STREAM_SIZE;
219 int size = STREAM_SIZE;
240 int size = STREAM_SIZE;
261 int size = STREAM_SIZE;
[all …]
H A Djpeg_decoder_test.cpp71 int size = STREAM_SIZE;
109 int size = STREAM_SIZE;
183 int size = STREAM_SIZE;
202 int size = STREAM_SIZE;
260 int size = STREAM_SIZE;
279 int size = STREAM_SIZE;
298 int size = STREAM_SIZE;
336 int size = STREAM_SIZE;
355 int size = STREAM_SIZE;
391 int size = STREAM_SIZE;
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/
H A Ddistributed_stream_test.h24 #define STREAM_SIZE (150 * 1024) macro
H A Ddistributed_stream_test.cpp223 char *sendData = static_cast<char*>(malloc(STREAM_SIZE)); in TestSendStream()
231 .bufLen = STREAM_SIZE, in TestSendStream()