From d8418d34ffc8b01f915c9ec410ccd9f7a8ef6d20 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Sat, 8 Jan 2011 17:20:53 -0500 Subject: qdsp6: venc: Change output buffer count to 6 Use a lower number of output buffers until we are able to enable UseBuffer support. Change-Id: Iae6163809f369de2e3d3940d80cff727af01b747 --- mm-video/qdsp6/venc/device/src/venc_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-video/qdsp6/venc/device/src/venc_device.c b/mm-video/qdsp6/venc/device/src/venc_device.c index c971da91..3914501e 100644 --- a/mm-video/qdsp6/venc/device/src/venc_device.c +++ b/mm-video/qdsp6/venc/device/src/venc_device.c @@ -76,7 +76,7 @@ static int ven_set_default_buf_properties(struct ven_device* dvenc) QC_OMX_MSG_MEDIUM("Update output buffer requirements pcfg:%p", pcfg); dvenc->output_attrs.min_count = 1; - dvenc->output_attrs.actual_count = 8; + dvenc->output_attrs.actual_count = 6; dvenc->output_attrs.suffix_size = 0; dvenc->output_attrs.data_size = pcfg->input_width * pcfg->input_height * 3 / 2; dvenc->output_attrs.alignment = VEN_PMEM_ALIGN; -- cgit v1.2.3