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

1 2 3

  /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/inc/
OMX_Image.h 88 * cMIMEType : MIME type of data for the port
112 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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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/gsm/dec/
SoftGSM.cpp 74 def.format.audio.cMIMEType =
94 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");
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 157 Exynos_OSAL_Memset(pExynosOutputPort->portDefinition.format.video.cMIMEType, 0, MAX_OMX_MIMETYPE_SIZE);
158 Exynos_OSAL_Strcpy(pExynosOutputPort->portDefinition.format.video.cMIMEType, "raw/video");
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 87 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
105 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...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Exynos_OMX_Mp3dec.c 798 Exynos_OSAL_Memset(pExynosPort->portDefinition.format.audio.cMIMEType, 0, MAX_OMX_MIMETYPE_SIZE);
799 Exynos_OSAL_Strcpy(pExynosPort->portDefinition.format.audio.cMIMEType, "audio/mpeg");
811 Exynos_OSAL_Memset(pExynosPort->portDefinition.format.audio.cMIMEType, 0, MAX_OMX_MIMETYPE_SIZE);
812 Exynos_OSAL_Strcpy(pExynosPort->portDefinition.format.audio.cMIMEType, "audio/raw");
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c     [all...]

Completed in 631 milliseconds

1 2 3