Loading media/libstagefright/ACodec.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1421,7 +1421,8 @@ status_t ACodec::setSupportedOutputFormat() { || format.eColorFormat == OMX_COLOR_FormatCbYCrY || format.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar || format.eColorFormat == OMX_QCOM_COLOR_FormatYVU420SemiPlanar || format.eColorFormat == OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka); || format.eColorFormat == OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka || format.eColorFormat == OMX_SEC_COLOR_FormatNV12Tiled); return mOMX->setParameter( mNode, OMX_IndexParamVideoPortFormat, Loading Loading
media/libstagefright/ACodec.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -1421,7 +1421,8 @@ status_t ACodec::setSupportedOutputFormat() { || format.eColorFormat == OMX_COLOR_FormatCbYCrY || format.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar || format.eColorFormat == OMX_QCOM_COLOR_FormatYVU420SemiPlanar || format.eColorFormat == OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka); || format.eColorFormat == OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka || format.eColorFormat == OMX_SEC_COLOR_FormatNV12Tiled); return mOMX->setParameter( mNode, OMX_IndexParamVideoPortFormat, Loading