Skip to content

Commit

Permalink
omx: support for samsungs opensource vp8 and fp avc decoders
Browse files Browse the repository at this point in the history
Change-Id: Ifa2c516029650ddc76f659cd0101d6debf9252bc
  • Loading branch information
codeworkx authored and Faryaab committed Apr 7, 2012
1 parent f8a7455 commit 9365a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media/libstagefright/OMXCodec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,11 @@ static const CodecInfo kDecoderInfo[] = {
{ MEDIA_MIMETYPE_VIDEO_AVC, "OMX.qcom.video.decoder.avc" },
{ MEDIA_MIMETYPE_VIDEO_AVC, "OMX.TI.Video.Decoder" },
{ MEDIA_MIMETYPE_VIDEO_AVC, "OMX.SEC.AVC.Decoder" },
{ MEDIA_MIMETYPE_VIDEO_AVC, "OMX.SEC.FP.AVC.Decoder" },
{ MEDIA_MIMETYPE_VIDEO_AVC, "OMX.google.h264.decoder" },
{ MEDIA_MIMETYPE_VIDEO_AVC, "OMX.google.avc.decoder" },
{ MEDIA_MIMETYPE_AUDIO_VORBIS, "OMX.google.vorbis.decoder" },
{ MEDIA_MIMETYPE_VIDEO_VPX, "OMX.SEC.VP8.Decoder" },
{ MEDIA_MIMETYPE_VIDEO_VPX, "OMX.google.vpx.decoder" },
{ MEDIA_MIMETYPE_VIDEO_MPEG2, "OMX.Nvidia.mpeg2v.decode" },
};
Expand Down

0 comments on commit 9365a10

Please sign in to comment.