/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 70 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/ |
D | OMX_Image.h | 129 OMX_STRING cMIMEType; member
|
D | OMX_Video.h | 148 OMX_STRING cMIMEType; member
|
D | OMX_Audio.h | 122 OMX_STRING cMIMEType; /**< MIME type of data for the port */ member
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | SoftGSM.cpp | 77 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/ |
D | SoftAMRNBEncoder.cpp | 81 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/ |
D | SoftG711.cpp | 76 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/ |
D | SoftFlacDecoder.cpp | 81 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/ |
D | SoftAMRWBEncoder.cpp | 88 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/ |
D | SoftMP3.cpp | 84 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/ |
D | SoftAMR.cpp | 89 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/ |
D | SoftFlacEncoder.cpp | 129 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/ |
D | SoftVorbis.cpp | 97 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/ |
D | SoftOpus.cpp | 99 def.format.audio.cMIMEType = in initPorts() 120 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); in initPorts()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder2.cpp | 95 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/ |
D | SoftVideoEncoderOMXComponent.cpp | 111 def.format.video.cMIMEType = const_cast<char *>("video/raw"); in initPorts() 138 def.format.video.cMIMEType = const_cast<char *>(mime); in initPorts()
|
D | SoftVideoDecoderOMXComponent.cpp | 116 def.format.video.cMIMEType = const_cast<char *>(mimeType); in initPorts() 138 def.format.video.cMIMEType = const_cast<char *>("video/raw"); in initPorts()
|
D | OMXNodeInstance.cpp | 239 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/ |
D | OMXHarness.cpp | 216 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/ |
D | SoftAAC2.cpp | 111 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/ |
D | SoftXAAC.cpp | 148 def.format.audio.cMIMEType = const_cast<char*>("audio/aac"); in initPorts() 166 def.format.audio.cMIMEType = const_cast<char*>("audio/raw"); in initPorts()
|