mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 01:02:39 +08:00
[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:
@@ -31,7 +31,7 @@
|
|||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
#define MPI_DEC_LOOP_COUNT 4
|
#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
|
#define MAX_FILE_NAME_LENGTH 256
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Reference in New Issue
Block a user