History log of /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a7ccfa60eb59833acbd1d6f549cb16fce006a27b 26-May-2010 James Dong <jdong@google.com> OMX_GetState() always timeout after OMX_StateIdle to OMX_StateLoaded transition.
The timeout duration is 3 seconds, which slows down the shutdown of the audio omx encoder component

bug 2711318 - Final part: AMRWB and AAC encoders

Change-Id: Id09961d8bc96b03955af0141a0a12544bfd80897
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
44577d1f0e8d8ea13fe130fc8987035428ee021c 30-Apr-2010 James Dong <jdong@google.com> Fix a bunch of AAC encoder issues
- Fixed a timeout issue when the close is sent but the component thread does not exit
- Fixed a race condition waiting for stop to complete
- Don't return error from OMX_GetState()

Change-Id: I5ef5d447e7de4a920d2122f21307a2a11d0858cd
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
b11e4b81a33f0244c7a694b28c4113971f56d3cd 18-Mar-2010 James Dong <jdong@google.com> Fix missing &
bug - 2484098

Change-Id: I4135479dbbc34646e7ca5a4a444397717b426cd7
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
0db3b90dbc46ddaa275f66c94c0c963b6cbd535e 18-Mar-2010 James Dong <jdong@google.com> Return all buffers when the AAC encoder finishes state transition from
executing to idle.

- added init and destroy for the mutex and condition variable
- added mutex protection for increment the buffer counters

bug - 2484098

Change-Id: I15a2bc3852b7527477ba2e4b850909b8212bd1cd
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
ae9edf280b6f1405b996e77e595b93a2732a1dbf 17-Feb-2010 James Dong <jdong@google.com> Fixed a problem where a variable is not set before its value is used.
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
b65f253fdc60f6208a54911bee793d225f23cdf8 04-Feb-2010 James Dong <jdong@google.com> Revert "Revert "Omx component change due to TI's socket node update from 25.9 to 25.14""

This reverts commit eaaadaf5ebb5e352e2ed4a12714f5d2363da0dcd.
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
eaaadaf5ebb5e352e2ed4a12714f5d2363da0dcd 02-Feb-2010 James Dong <jdong@google.com> Revert "Omx component change due to TI's socket node update from 25.9 to 25.14"

This reverts commit 36733d62c0d4c565da10b34978e587d0fda0f1ad.
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
36733d62c0d4c565da10b34978e587d0fda0f1ad 28-Jan-2010 James Dong <jdong@google.com> Omx component change due to TI's socket node update from 25.9 to 25.14
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
0bb7cc250c27818a5f15206214613d96818a7ccf 10-Dec-2009 James Dong <jdong@google.com> More clean up, mainly in UseBuffer() and AllocateBuffer()
- Fix potential access out-of-array-boundary issue by checking the nPortIndex value first
- Add check for the size in AllocateBuffer
- Fix some errors (using AllocateBuffer in UseBuffer() method) in the log message
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
68b4c96e5802e1155bbd392b7147e399d1e19ebd 03-Dec-2009 James Dong <jdong@google.com> FreeBuffer() for OMX AAC encoder was over complicated
- Eliminate one of the two loops, one of which is duplicated and unnecessary
- The number of iterations is reduced to nBufferCountActual from MAX_NUM_OF_BUFS
- Always reset the buffer header to NULL after free for both input and output port
- Reduce the number of pointer accesses
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
eced958917cca059f5e7222a83a44adc4e259c67 01-Oct-2009 Benny Wong <Benny.Wong@motorola.com> To get GetState to block for pending state transitions to complete for aac encoder

Originally from: https://partner.source.android.com/g/#change,1210
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
00f4c8bed7990ebaff8e20bd13b5dbdacbe22c29 29-Sep-2009 Benny Wong <Benny.Wong@motorola.com> Rm excess OMX logs AACe NBAMRd-e WBAMRd-e WMAd

Originally from: https://partner.source.android.com/g/#change,1135
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
b44cdb1b44b144d09e8ec950d1e8e4c280064056 30-Jul-2009 Rebecca Schultz Zavin <rebecca@android.com> New version of ti OMX code to support ti mm release 25.9

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c
fb3766f18a2c18b6f4798a6a631fdb88fcacd1dc 17-Jul-2009 Rebecca Schultz Zavin <rebecca@android.com> Adding omap3 omx code

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/OMX_AacEncoder.c