Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp25 static constexpr size_t EXTERNAL_BUFFER_SIZE = 18 * 1024 * 1024; in AllocOutputBuffer() local
26 int fd = AshmemCreate("ForHeifEditOut", EXTERNAL_BUFFER_SIZE); in AllocOutputBuffer()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp55 static constexpr size_t EXTERNAL_BUFFER_SIZE = 18 * 1024 * 1024; in AllocOutputBuffer() local
56 int fd = AshmemCreate("ForHeifEditOut", EXTERNAL_BUFFER_SIZE); in AllocOutputBuffer()
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_image/
H A Dcodec_hdi_heif_encode_test.cpp31 static constexpr size_t EXTERNAL_BUFFER_SIZE = 18 * 1024 * 1024; variable
58 output_ = AllocateSharedBuffer(EXTERNAL_BUFFER_SIZE); in SetUp()