Home
last modified time | relevance | path

Searched refs:getMIMEType (Results 1 – 14 of 14) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
Dsampletableatom.h266 void getMIMEType(OSCL_String& aMimeType) in getMIMEType() function
270 _psampleDescriptionAtom->getMIMEType(aMimeType); in getMIMEType()
Dmediainformationatom.h413 void getMIMEType(OSCL_String& aMimeType) in getMIMEType() function
417 _psampleTableAtom->getMIMEType(aMimeType); in getMIMEType()
Dmediaatom.h446 void getMIMEType(OSCL_String& aMimeType) in getMIMEType() function
450 _pmediaInformation->getMIMEType(aMimeType); in getMIMEType()
Dtrackatom.h462 void getMIMEType(OSCL_String& aMimeType) in getMIMEType() function
466 _pmediaAtom->getMIMEType(aMimeType); in getMIMEType()
Dsampledescriptionatom.h114 void getMIMEType(OSCL_String& aMimeType);//Move to SampleDescription.cpp
/external/opencore/protocols/sdp/parser/src/
Dsdpparser.cpp881 len = oscl_strlen(minfo->getMIMEType()); in parseSDPDownload()
885 minfo->getMIMEType(), in parseSDPDownload()
892 minfo->getMIMEType(), in parseSDPDownload()
Dsdp_info.cpp73 const char *mimeType = srcMediaInfoVect[ss]->getMIMEType(); in SDPInfo()
/external/opencore/fileformats/mp4/parser/src/
Dsampledescriptionatom.cpp822 void SampleDescriptionAtom::getMIMEType(OSCL_String& aMimeType) in getMIMEType() function in SampleDescriptionAtom
Dmovieatom.cpp631 trackAtom->getMIMEType(aMimeType); in getTrackMIMEType()
Dmpeg4file.cpp2152 trackAtom->getMIMEType(aMimeType); in getTrackMIMEType()
/external/opencore/protocols/sdp/common/include/
Dmedia_info.h644 inline const char *getMIMEType() in getMIMEType() function
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
Dpvmf_sm_fsp_rtsp_unicast.cpp1169 const char* mimeType = mInfo->getMIMEType(); in PopulateTrackInfoVec()
3597 const char* mimeType = mInfo->getMIMEType(); in GetMediaPresentationInfo()
5231 const char* mimeType = mInfo->getMIMEType(); in InitMetaData()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp2837 if (!oscl_strncmp(tmpMediaInfo->getMIMEType(), still_image.c_str(), still_image.length())) in composeSetupRequest()
/external/webkit/WebCore/
DChangeLog-2006-05-10462 (WebCore::getMIMEType):
11814 (WebCore::getMIMEType):
39097 (getMIMEType): A helper function to get MIME type from a Content-Type string.