[UTC][mediacodec][Non-ACR][Adjust the number of media packets used to feed to reduce...
authorSejun Park <sejun79.park@samsung.com>
Thu, 18 Oct 2018 06:08:19 +0000 (15:08 +0900)
committerAmritanshu Pandia <a.pandia1@samsung.com>
Mon, 22 Oct 2018 12:40:21 +0000 (12:40 +0000)
Change-Id: I2a32b5f96c6f29c9e503ccc3e3d464f5fd76119f

src/utc/mediacodec/utc-media-mediacodec.c

index 21609f6f744471e537496e172aae4736baba50ec..4c1fefc1bd305c706624fcb51eb20a571a7c04eb 100755 (executable)
@@ -33,7 +33,7 @@
 #define DEFAULT_OUT_BUF_HEIGHT  480
 #define OUTBUF_SIZE (DEFAULT_OUT_BUF_WIDTH * DEFAULT_OUT_BUF_HEIGHT * 3 / 2)
 #define ES_DEFAULT_VIDEO_PTS_OFFSET 20000000
-#define ES_NUMBER_OF_FEED 20
+#define ES_NUMBER_OF_FEED           8
 #define ADTS_HEADER_SIZE            7
 
 static char* aenc_file = "test.pcm";