HomeSort by relevance Sort by last modified time
    Searched refs:cMIMEType (Results 1 - 25 of 59) sorted by null

1 2 3

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Image.h 88 * cMIMEType : MIME type of data for the port
112 OMX_STRING cMIMEType;
  /frameworks/native/include/media/openmax/
OMX_Image.h 105 * cMIMEType : MIME type of data for the port
129 OMX_STRING cMIMEType;
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 88 * cMIMEType : MIME type of data for the port
112 OMX_STRING cMIMEType;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 88 * cMIMEType : MIME type of data for the port
112 OMX_STRING cMIMEType;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h 88 * cMIMEType : MIME type of data for the port
112 OMX_STRING cMIMEType;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 765 pCompPrivateStruct->format.audio.cMIMEType = NULL;
771 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
772 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
773 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
775 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
776 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
777 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
779 pCompPrivateStruct->format.audio.cMIMEType = "IF2";
780 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
781 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
    [all...]
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 73 def.format.audio.cMIMEType =
96 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 68 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
86 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 92 def.format.audio.cMIMEType =
118 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 81 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
99 def.format.audio.cMIMEType = const_cast<char *>("audio/3gpp");
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 82 def.format.audio.cMIMEType =
102 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC.cpp 82 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
100 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
SoftAAC2.cpp 77 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
95 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 95 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
113 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
SoftAACEncoder2.cpp 81 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
99 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 88 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
106 def.format.audio.cMIMEType = const_cast<char *>("audio/amr-wb");
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 119 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
138 def.format.audio.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_AUDIO_FLAC);
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 76 def.format.video.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_VIDEO_VPX);
101 def.format.video.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_VIDEO_RAW);
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 91 def.format.audio.cMIMEType =
111 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 781 pCompPrivateStruct->format.audio.cMIMEType = NULL;
786 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
789 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
790 __LINE__,pCompPrivateStruct->format.audio.cMIMEType);
792 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
795 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
796 __LINE__,pCompPrivateStruct->format.audio.cMIMEType);
799 pCompPrivateStruct->format.audio.cMIMEType = "IF2";
802 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
803 __LINE__,pCompPrivateStruct->format.audio.cMIMEType);
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/
SEC_OMX_Venc.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 114 def.format.video.cMIMEType =
146 def.format.video.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_VIDEO_RAW);

Completed in 456 milliseconds

1 2 3