| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Fixed bug of buffer swap in encoder
by changing buffer return position.
bug #: 3158459
Change-Id: I98020349a1799316ebba52b5eb9b958a034b9995
Signed-off-by: sbcrux.kim <sbcrux.kim@samsung.com>
|
|
|
|
|
|
|
|
|
| |
This patch is to fix the following bug: http://b/issue?id=3127000
- Make up for Flush Buffer Number Count
- Bug fix is EOS Frame timestamp error and player hang
Change-Id: I6ea46a0b8e91381216a7d2bc0e4bd20e3391f628
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
|
|
|
|
|
|
|
|
| |
Bug Number : 3090226
This bug is H.263 Test player hang.
Change-Id: I6c9312a18fb808803822df8f781d06cc824bfdd0
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
|
|
|
|
|
|
|
|
|
| |
call SEC_OSAL_SemaphoreTerminate Bug in
(OMX_StateIdle to OMX_StateLoaded) and
(OMX_StateLoaded to OMX_StateIdle)
Change-Id: I4c79a861392bf07aa40273ba2cc69df5ef518037
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
related-to-bug: 3106534
Real OMX_COLOR_FormatYUV420Planar Data return.
if Use Thumbnail Mode then set as follows before Decoding
/************************************************/
OMX_ERRORTYPE ret = OMX_ErrorNone;
OMX_BOOL param = OMX_TRUE;
ret = OMX_GetExtensionIndex(
mHandle,
"OMX.SEC.index.ThumbnailMode",
&eIndexParamFilename);
if (ret == OMX_ErrorNone)
OMX_SetConfig(
mHandle, eIndexParamFilename, ¶m);
/***********************************************/
Change-Id: Ia2cf2c4145687c45fb8f2987e66db59434266f34
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
|
|
|
|
|
|
|
|
| |
omx_tests H.263 Seek test
Error return "SsbSipMfcDecExe: IOCTL_MFC_DEC_EXE failed(ret : -2007)"
Change-Id: I815a3cee467169f9dae1b0e60abbfdf3fd26ca1e
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
|
|
|
|
| |
Change-Id: I214df6cbf8f8e39f3f6fa645eb7a99d36a70993e
|
|
|
|
|
| |
Change-Id: I5c25b6fe0da4a91733a9334aeecdf022c2579a05
Signed-off-by: sbcrux.kim <sbcrux.kim@samsung.com>
|
|
|
|
|
|
|
|
|
|
|
| |
- change default output buffer number
- change Mpeg4 eProfile
default : OMX_VIDEO_MPEG4ProfileSimple
- change Mpeg4 eLevel
default : OMX_VIDEO_MPEG4Level4
Change-Id: Ib9bb9f33fbceef9e8dae2b5107db178ca218d358
Signed-off-by: sbcrux.kim <sbcrux.kim@samsung.com>
|
|
|
|
|
|
|
|
|
| |
this feature is disabled by default.
for using this feature
add "#define FULL_FRAME_SEARCH" in SEC_OMX_H264dec.c, SEC_OMX_Mpeg4dec.c
Change-Id: I6225f7ab5aff4c66f19893a3048bdae721b095d8
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
|
|
|
|
|
| |
Change-Id: I6a75b7a70013794e8c77bf43dd0ca288e9566235
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
|
|
Component name
1. OMX.SEC.AVC.Decoder
2. OMX.SEC.MPEG4.Decoder
3. OMX.SEC.H263.Decoder
4. OMX.SEC.AVC.Encoder
5. OMX.SEC.MPEG4.Encoder
6. OMX.SEC.H263.Encoder
Change-Id: I4ae562c6d44fac8c376a8f60fd376c46bd1e721d
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
|