summaryrefslogtreecommitdiffstats
path: root/domx/omx_proxy_component/omx_mpeg4_enc/src
Commit message (Collapse)AuthorAgeFilesLines
* Send correct pBuffer to IL client in EOS case too.Sarthak Aggarwal2011-10-191-1/+5
| | | | | | | Change-Id: I098a1e51eb56a7c6e54c5393dc2952e48f740605 Signed-off-by: Sarthak Aggarwal <sarthak@ti.com> related-to-bug: 5485643
* MPEG4 enc: Dont encode buffer with filled len zero.Sarthak Aggarwal2011-09-221-1/+21
| | | | | | | | | | | Fixes b/5332812 Even in case filled len sent by client was 0, proxy was overriding it with a non-zero value leading ducati side to encode it. this patch rectifies that. Change-Id: Ic62cbf5e7bc580d213895475fa28fbb8a004ed7b Signed-off-by: Sarthak Aggarwal <sarthak@ti.com>
* DOMX: H264ENC,MPEG4ENC: Fix file-descriptor leak issueDevaraj Rangasamy2011-09-221-11/+11
| | | | | | | | | | | | | | | | Fixes b/5360550 H264,MPEG4 Encoder proxies is not releasing pipe on component deinit during encode usecase exit. Patchset2: - removed redundant macro Patchset3: - added mpeg4-enc fix too Change-Id: I1bf9b4bd85fdee7ced74da5918d370624c8c9c43 Signed-off-by: Devaraj Rangasamy <dev@ti.com>
* domx: fix to rectify the memory corruption in mpeg4 enc proxySarthak Aggarwal2011-09-121-5/+4
| | | | | Change-Id: If18b138cc9196342adb044abf460a603ed143b92 Signed-off-by: Sarthak Aggarwal <sarthak@ti.com>
* Moving MPEG4 encoder buffers for surface encoder to gralloc buffersSarthak Aggarwal2011-09-091-76/+47
| | | | | | | | Moving the buffers to gralloc removes the unnecessary step of user-mapping which will improve performance. Change-Id: I6e45015799ed955f721299a7fb6d0c7e0cd6d3cf Signed-off-by: Sarthak Aggarwal <sarthak@ti.com>
* [MPEG4-Enc-Proxy] Add android opaque color conversion supportLakshman Gowda2011-09-021-23/+466
| | | | | | | | | Add support for android opaque color format as encoder input and use color conversion routines to format to NV12 color format which is passed on to remote OMX encoder component Change-Id: I569a77b0e4aab3d5a50f3dc9ccf710a5bb6bd77b Signed-off-by: Lakshman Gowda <lakshman79@ti.com>
* MPEG4Enc: New omx proxy component for MPEG4 encoder is addedSrinivas Kowtal2011-08-291-0/+458
Signed-off-by: Srinivas Kowtal <ksrini@ti.com> Change-Id: I8cd4286d5fc303e73817a69b2f8bf518e61ee10d