[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 <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2016-11-28 14:57:44 +08:00
parent 771baf627b
commit 102453612b

View File

@@ -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 {