Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AndroidOpenSourceXperia/android_frameworks_av
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: kitkat
Choose a base ref
...
head repository: DevSwift/android_frameworks_av-1
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kitkat
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Oct 3, 2014

  1. STE-OMX: fix getSupportedProfileLevel

    Author: @Meticulus
    
    -See notes in code.
    
    -Error Message:
    
    E/VFM ( 1683): ! getSupportedProfileLevel RETURN_XXX_IF_WRONG,
    condition=(index<mNbProfileLevelSupported),
    error=-2147479538(0x8000100e)(OMX_ErrorNo
    E/VFM ( 1683): ! getParameter RETURN_OMX_ERROR_IF_ERROR,
    condition=pParam->getIndexParamVideoProfileLevelQuerySupported(pt),
    error=-2147479538(0x800
    E/h264dec ( 1683): ! getParameter RETURN_OMX_ERROR_IF_ERROR,
    condition=VFM_Component::getParameter(nParamIndex, pt),
    error=-2147479538(0x8000100e)(_
    E/ENSWrapper( 1683): return OMX_ErrorNoMore - GetParameter
    OMX.ST.VFM.H264Dec h=0x4001bbb8
    E/VFM ( 1683): ! getSupportedVideoSettings RETURN_XXX_IF_WRONG,
    condition=(index<mNbVideoSettingsSupported[nPortIndex]),
    error=-2147479538(0x8000100
    E/VFM ( 1683): ! getParameter RETURN_OMX_ERROR_IF_ERROR,
    condition=pParam->getIndexParamVideoPortFormat(pt),
    error=-2147479538(0x8000100e)(_error) /
    E/h264dec ( 1683): ! getParameter RETURN_OMX_ERROR_IF_ERROR,
    condition=VFM_Component::getParameter(nParamIndex, pt),
    error=-2147479538(0x8000100e)(_
    E/ENSWrapper( 1683): return OMX_ErrorNoMore - GetParameter
    OMX.ST.VFM.H264Dec h=0x4001bbb8
    RobertRozic authored and percy-g2 committed Oct 3, 2014
    Configuration menu
    Copy the full SHA
    a927133 View commit details
    Browse the repository at this point in the history
Loading