Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Djpegd_syntax.h32 #define JPEGD_STREAM_BUFF_SIZE (512*1024) macro
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c1225 JpegCtx->recv_buffer = mpp_calloc(RK_U8, JPEGD_STREAM_BUFF_SIZE); in jpegd_init()
1230 JpegCtx->bufferSize = JPEGD_STREAM_BUFF_SIZE; in jpegd_init()
1233 JpegCtx->recv_buffer, JPEGD_STREAM_BUFF_SIZE); in jpegd_init()