Home
last modified time | relevance | path

Searched refs:CODEC_IMAGE_MAX_BUFFER_SIZE (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/codec/test/unittest/hdi_image/
H A Dcodec_hdi_jpeg_test.cpp34 constexpr uint32_t CODEC_IMAGE_MAX_BUFFER_SIZE = 50 * 1024 *1024; member
100 auto ret = hdiJpeg_->AllocateInBuffer(inBuffer, CODEC_IMAGE_MAX_BUFFER_SIZE + 1, CODEC_IMAGE_JPEG); in HWTEST_F()
/drivers/peripheral/codec/image/hdi_service/include/
H A Dcodec_image_service.h27 constexpr uint32_t CODEC_IMAGE_MAX_BUFFER_SIZE = 50 * 1024 *1024; variable
/drivers/peripheral/codec/image/hdi_service/src/
H A Dcodec_image_service.cpp84 CHECK_AND_RETURN_RET_LOG(size <= CODEC_IMAGE_MAX_BUFFER_SIZE, HDF_ERR_INVALID_PARAM, "buffer size is too large"); in AllocateInBuffer()

Completed in 2 milliseconds