您好,欢迎访问三七文档
当前位置:首页 > 电子/通信 > 综合/其它 > Android多媒体框架概述
AndroidMultimediaFrameworkOverviewLiLi,SolutionandServiceWindRiver|©2010WindRiver.AllRightsReserved.2AgendaWhatisMultimediainamobiledevice–MPEGstandard–Fileformat–CodecAndroidMultimediaFramework–OpenCORE–OpenMAX–Whatwecandowiththis|©2010WindRiver.AllRightsReserved.3WhatisMultimediainmobiledeviceMultimediaisthemostimportantcomponentinmodernmobiledevicewithmodem–Multimediaframeworkisusedtoprocessvideo/audioinputandoutputtosatisfycertainfunctionalityincludingVideoandAudio–Storagevideoandaudioinmedia–Playbackvideoandaudio–RecordvideoandaudioAudio,Videodevices/inputPerfect!AudioVideo|©2010WindRiver.AllRightsReserved.4Whatistheirrelationship–Containerformatspecifyhowtowrapvariousmeta-data/stream,mostiscodeddatabycodec–Theoretically,acontainerformatcouldwrapanykindsofdata,mostcontainerformatsarespecializedforspecificdatarequirements–Containerdoesnotdescribehowthedatawarpedisencoded.Alwaysaprogrambeabletoidentifyandopenafile,butnotbeabletodecodecontaineddata.Youmaybeweretoldtodownloadrightdecoder.Codec/DecodeandFileFormat|©2010WindRiver.AllRightsReserved.5Codec/Decode–deviceorcomputerprogramcapableofencodingand/ordecodingadigitaldatastreamorsignal–Acodecencodesadatastreamorsignalfortransmission,storageorencryptionanddecodeitforplaybackorediting.codec=coder+decoder–Rawmultimediadataishuge,codeccompressthemtofacilitatestoreandtransferCodec/DecodeandFileFormat|©2010WindRiver.AllRightsReserved.6FileFormat–Alsocallcontainerorwrapperformat–Specifyhowdifferentdataelementsandmetadatacoexistinacomputerfileorstream–Alwayscontaincodedvideo,codedaudio,subtitles,chapter-information,maybeadvertisementandsynchronizationinformationneededtoplaybackvariousstreamstogetherCodec/DecodeandFileFormat|©2010WindRiver.AllRightsReserved.7Codec-Audio–AAC,MPEG-4AudioPart3subpart4–AC-3,DolbyDigitalcodec–AMR,AdaptiveMulti-RateAudiocodec–AMR-WB,AdaptiveMulti-RateWideband–MP2,MPEG1/2AudioLayerII–MP3,MPEG2AudioLayerIII–Vorbis,OGGaudio,opensourceproject–Wma,WindowsMediaAudio–RealAudio,RealNetwork–ALAC,AppleLosslessAudioCodecCodec/DecodeandFileFormat|©2010WindRiver.AllRightsReserved.8Codec-Video–MPEG–1,MPEG–1Part2–MPEG–2/H.262,MPEG–2part2–MPEG–4ASP,MPEG–4Part2–MPEG–4AVC/H.264,MPEG–4Part10–VC–1TheinformalnameofSMTP421MvideocodecstandardInitiallydevelopedasaproprietyvideoformatbyMicrosoftbeforeitwasreleasedasaformalSMPTEstandardvideoformatonApril3,2006–VC–2Anopenandroyalty-freevideocompressionformat,Dirac.2010theSMPTEstandardizedDiracProasVC–2.–VC–3DNXHD,DigitalNonlinearExtensibleHighDefinitionalossyhigh-definitionvideopost-productioncodecengineeredformulti-generationcompositingwithreducedstorageandbandwithrequirementsTheDNXHDcodecwassubmittedtotheSMPTEorganizationastheframeworkfortheVC-3familyofstandard.Codec/DecodeandFileFormat|©2010WindRiver.AllRightsReserved.9StandardMPEG–MovingPictureExpertsGroup.–AworkinggroupofISO/IECinchargeofthedevelopmentofinternationalstandardsforcompression,decompression,processingandcodedrepresentationofmovingpicturesaudioandtheircombinationThestandardforstorageandretrievalofmovingpicturesandaudioonstoragemedia.ApprovedNov.1992–VCD–MP2,MPEG-1AudioLayerIIThestandardfordigitaltelevision.ApprovedNov.1994–DVD–MP3,MPEG-2AudioLayerIIICodec/DecodeandFileFormat|©2010WindRiver.AllRightsReserved.10MPEG-4–Thestandardformultimediaapplication–adevelopingstandard–dividedintoanumberofpartsMostarelefttoindividualdeveloperstodecidedwhethertoimplementprobablynocompleteimplementationsoftheentrireMPEG-4setofstandardsTodealwiththis,thestandardincludesconceptof“profiles”and“levels”–allowingaspecificsetofcapabilitiestobedefinedinamannerappropriateforasubsetofapplicationsCodec/DecodeandFileFormat|©2010WindRiver.AllRightsReserved.11–MPEG-4part2,AdvancedSimpleProfileusedbycodecssuchasDiVX,Xvid,NeroDigitaland3ivx,Quicktime6–MPEG-4part10,MPEG-4AVC(AdvancedVideoCoding)/H.264usedbyx264encoder,NeroDigitalAVC,Quicktime7,andhigh-definitionvideomedialikeBlu-rayDiscCodec/DecodeandFileFormat|©2010WindRiver.AllRightsReserved.12Video/Audiocontainer–MPEGprogramstreamstandardcontainerforMPEG-1andMPEG-2elementarystreamsonreasonablyreliablemediasuchasdisks;usedalsoonDVD-Videodiscs–MPEG-2programstream,MPEG-TSStandardcontainerfordigitalbroadcastingandfortransportationoverunreliablemedia;usedalsoonBlu-rayDiscVedio;typicallycontainsmultiplevideoandaudiostream,andanelectronicprogramguide–MP4StandardaudioandvideocontainerfortheMPEG-4multimediaportfolio,basedonMPEG-4Part12andJPEG2000Part12Codec/DecodeandFileFormat|©2010WindRiver.AllRightsReserved.13ContainerformatparsertorecognizeandunwrapfileCodectoencode/decodedata.SynchronizationamongvariousstreamMemory/BuffermanagementStreamtrackcontrol,playback,backwardsplay,forwardplayIntegratedintovideo/audiooutputsystemTakeadvantageofhardwareaccleration–Hardwarecodec–Hardwareoverlay–HardwareaudioflingerWhatneedtodowithMultimedia|©2010WindRiver.AllRightsReserved.14AndroidMultimediaFramework|©2010WindRiver.AllRightsReserved.15OpenCORE–InitialAndroidMultimediaFrameworkAndroidmultimediasubsystempro
本文标题:Android多媒体框架概述
链接地址:https://www.777doc.com/doc-1277989 .html