From 102453612b78c30d95939c628c67ed6b6477af5b Mon Sep 17 00:00:00 2001 From: Herman Chen Date: Mon, 28 Nov 2016 14:57:44 +0800 Subject: [PATCH] [test]: Set decode test packet size to 2K Due to current decoder does not support multi-frame data in one packet we have to limit packet size to a small size. So that one packet will not contain multiple frame. This is a modification for internal auto-test environment. Change-Id: I3bb14c62874ed693b7b9125f21ca342abe54c732 Signed-off-by: Herman Chen --- test/mpi_dec_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mpi_dec_test.c b/test/mpi_dec_test.c index 70337e91..945e324c 100644 --- a/test/mpi_dec_test.c +++ b/test/mpi_dec_test.c @@ -31,7 +31,7 @@ #include "utils.h" #define MPI_DEC_LOOP_COUNT 4 -#define MPI_DEC_STREAM_SIZE (SZ_64K) +#define MPI_DEC_STREAM_SIZE (SZ_2K) #define MAX_FILE_NAME_LENGTH 256 typedef struct {