Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp54 const int SIZE_1024 = 1024; variable
366 byte buffer[SIZE_1024];
613 byte buffer[SIZE_1024];
629 byte buffer[SIZE_1024];
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_packer_napi.cpp41 constexpr int32_t SIZE_1024 = 1024; variable
225 if (width <= SIZE_1024 && height <= SIZE_1024) { in getDefaultBufferSize()