Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp70 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
88 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Image.h129 OMX_STRING cMIMEType; member
DOMX_Video.h148 OMX_STRING cMIMEType; member
DOMX_Audio.h122 OMX_STRING cMIMEType; /**< MIME type of data for the port */ member
/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/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/g711/dec/
DSoftG711.cpp76 def.format.audio.cMIMEType = in initPorts()
99 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.cpp81 def.format.audio.cMIMEType = const_cast<char *>("audio/flac"); in initPorts()
99 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/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/amrnb/dec/
DSoftAMR.cpp89 def.format.audio.cMIMEType = in initPorts()
115 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp129 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
148 def.format.audio.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_AUDIO_FLAC); in initPorts()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp97 def.format.audio.cMIMEType = in initPorts()
117 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp99 def.format.audio.cMIMEType = in initPorts()
120 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp95 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
113 def.format.audio.cMIMEType = const_cast<char *>("audio/aac"); in initPorts()
/frameworks/av/media/libstagefright/omx/
DSoftVideoEncoderOMXComponent.cpp111 def.format.video.cMIMEType = const_cast<char *>("video/raw"); in initPorts()
138 def.format.video.cMIMEType = const_cast<char *>(mime); in initPorts()
DSoftVideoDecoderOMXComponent.cpp116 def.format.video.cMIMEType = const_cast<char *>(mimeType); in initPorts()
138 def.format.video.cMIMEType = const_cast<char *>("video/raw"); in initPorts()
DOMXNodeInstance.cpp239 s->format.audio.cMIMEType = 0; in sanitize()
242 s->format.video.cMIMEType = 0; in sanitize()
245 s->format.image.cMIMEType = 0; in sanitize()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp216 EXPECT(def.format.video.cMIMEType == 0, "portDefinition video MIME"); in allocatePortBuffers()
219 EXPECT(def.format.audio.cMIMEType == 0, "portDefinition audio MIME"); in allocatePortBuffers()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp111 def.format.audio.cMIMEType = const_cast<char *>("audio/aac"); in initPorts()
129 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp148 def.format.audio.cMIMEType = const_cast<char*>("audio/aac"); in initPorts()
166 def.format.audio.cMIMEType = const_cast<char*>("audio/raw"); in initPorts()