Home
last modified time | relevance | path

Searched refs:cMIMEType (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp68 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
86 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp77 def.format.audio.cMIMEType = in initPorts()
97 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp74 def.format.audio.cMIMEType = in initPorts()
97 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/native/include/media/openmax/
DOMX_Image.h129 OMX_STRING cMIMEType; member
DOMX_Video.h145 OMX_STRING cMIMEType; member
DOMX_Audio.h122 OMX_STRING cMIMEType; /**< MIME type of data for the port */ member
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp81 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
99 def.format.audio.cMIMEType = const_cast<char *>("audio/3gpp"); in initPorts()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp84 def.format.audio.cMIMEType = in initPorts()
104 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp88 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
106 def.format.audio.cMIMEType = const_cast<char *>("audio/amr-wb"); in initPorts()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp92 def.format.audio.cMIMEType = in initPorts()
118 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp93 def.format.audio.cMIMEType = in initPorts()
113 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp125 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
144 def.format.audio.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_AUDIO_FLAC); in initPorts()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp95 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
113 def.format.audio.cMIMEType = const_cast<char *>("audio/aac"); in initPorts()
DSoftAACEncoder2.cpp84 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
102 def.format.audio.cMIMEType = const_cast<char *>("audio/aac"); in initPorts()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp96 def.format.audio.cMIMEType = in initPorts()
117 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp96 def.format.video.cMIMEType = const_cast<char *>(mimeType); in initPorts()
118 def.format.video.cMIMEType = const_cast<char *>("video/raw"); in initPorts()
DSoftVideoEncoderOMXComponent.cpp111 def.format.video.cMIMEType = const_cast<char *>("video/raw"); in initPorts()
138 def.format.video.cMIMEType = const_cast<char *>(mime); in initPorts()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp96 def.format.audio.cMIMEType = const_cast<char *>("audio/aac"); in initPorts()
114 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()