History log of /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/OMX_VideoEnc_Thread.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
08fad4c7afc7afecf6bdfe44312b7281be292c4e 30-Mar-2010 James Dong <jdong@google.com> Don't handle input buffer in the OMX_StateLoaded state too.
The input buffers have been returned while doing the state transition from
OMX_StateExecuting to OMX_StateIdle.
This is a similar fix for the one corresponding to output buffer (I7887c7b9)

bug - 2501987

Change-Id: I9fbe3073a0141692ea0235ed2dc51495772d91c9
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/OMX_VideoEnc_Thread.c
a7b22907b3fe1a2d644e8ef023bf8d8fde16f99e 30-Mar-2010 James Dong <jdong@google.com> Fix a bug where the conditional wait is not correct for state transition from OMX_StateIdle to OMX_StateLoaded
In addition, since we have already returned all buffers to the client after completing the state transition
from OMX_StateExecuting to OMX_StateIdle, we don't need to process OMX_FillThisBuffer() in the state of
OMX_StateLoaded.

bug - 2501987

Change-Id: I7506092b97b8fb93bcfb8cefaceaf6ca98e86e06
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/OMX_VideoEnc_Thread.c
24ef98f0d3b5d00b1d30c8ebf0791ef708170a32 19-Mar-2010 James Dong <jdong@google.com> The input and output buffers may not be returned after the state
transition from executing to idle is completed from TI's omx
video encoder. This is to enforce the return of all the buffers; and provide
explict check on it.

bug - 2484098

Change-Id: I2ff6279957ff643e292710dec3d4547cc66bfce1
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/OMX_VideoEnc_Thread.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/video/src/openmax_il/video_encode/src/OMX_VideoEnc_Thread.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/video/src/openmax_il/video_encode/src/OMX_VideoEnc_Thread.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/video/src/openmax_il/video_encode/src/OMX_VideoEnc_Thread.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/video/src/openmax_il/video_encode/src/OMX_VideoEnc_Thread.c