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

1 2

  /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;
OMX_Video.h 95 * cMIMEType : MIME type of data for the port
125 OMX_STRING cMIMEType;
    [all...]
OMX_Audio.h 105 OMX_STRING cMIMEType; /**< MIME type of data for the port */
    [all...]
  /frameworks/base/include/media/stagefright/openmax/
OMX_Image.h 105 * cMIMEType : MIME type of data for the port
129 OMX_STRING cMIMEType;
OMX_Video.h 112 * cMIMEType : MIME type of data for the port
142 OMX_STRING cMIMEType;
    [all...]
OMX_Audio.h 122 OMX_STRING cMIMEType; /**< MIME type of data for the port */
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 88 * cMIMEType : MIME type of data for the port
112 OMX_STRING cMIMEType;
OMX_Video.h 95 * cMIMEType : MIME type of data for the port
125 OMX_STRING cMIMEType;
    [all...]
OMX_Audio.h 105 OMX_STRING cMIMEType; /**< MIME type of data for the port */
    [all...]
  /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;
OMX_Video.h 95 * cMIMEType : MIME type of data for the port
125 OMX_STRING cMIMEType;
    [all...]
OMX_Audio.h 105 OMX_STRING cMIMEType; /**< MIME type of data for the port */
    [all...]
  /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...]
  /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/mpeg4enc/
SEC_OMX_Mpeg4enc.c     [all...]
  /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/enc/
SEC_OMX_Venc.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 790 pCompPrivateStruct->format.audio.cMIMEType = malloc(20);
791 strcpy(pCompPrivateStruct->format.audio.cMIMEType,"NONMIME");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 799 pCompPrivateStruct->format.audio.cMIMEType = newmalloc(20);
800 ArrayOfPointers[1]=pCompPrivateStruct->format.audio.cMIMEType;
801 APP_MEMPRINT("%d:::[TESTAPPALLOC] %p\n",__LINE__,pCompPrivateStruct->format.audio.cMIMEType);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 815 pAppData->pInPortDef->format.video.cMIMEType = "yuv";
891 pAppData->pOutPortDef->format.video.cMIMEType = "264";
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 607 pCompPrivateStruct->format.audio.cMIMEType = NULL;
693 pCompPrivateStruct->format.audio.cMIMEType = NULL;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 884 pInPortDef->format.image.cMIMEType = "JPEGDEC";
960 pOutPortDef->format.image.cMIMEType = "JPEGDEC";
    [all...]

Completed in 293 milliseconds

1 2