Searched refs:cMIMEType (Results 1 - 25 of 60) sorted by relevance

123

/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportbase.cpp66 portdefinition.format.audio.cMIMEType = &definition_format_mimetype[0];
67 portdefinition.format.video.cMIMEType = &definition_format_mimetype[0];
68 portdefinition.format.image.cMIMEType = &definition_format_mimetype[0];
230 OMX_U32 mimetype_len = strlen(pformat->cMIMEType);
235 strncpy(format->cMIMEType, pformat->cMIMEType,
237 format->cMIMEType[mimetype_len+1] = '\0';
247 OMX_U32 mimetype_len = strlen(pformat->cMIMEType);
252 strncpy(format->cMIMEType, pformat->cMIMEType,
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP8.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)VP8_MIME_TYPE;
H A DOMXVideoDecoderWMV.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)WMV_MIME_TYPE;
H A DOMXVideoDecoderH263.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)H263_MIME_TYPE;
H A DOMXVideoDecoderMPEG2.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)MPEG2_MIME_TYPE;
H A DOMXVideoDecoderMPEG4.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)MPEG4_MIME_TYPE;
H A DOMXVideoDecoderPAVC.cpp47 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)PAVC_MIME_TYPE;
H A DOMXVideoDecoderAVC.cpp58 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)AVC_MIME_TYPE;
H A DOMXVideoEncoderH263.cpp50 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)H263_MIME_TYPE;
H A DOMXVideoEncoderMPEG4.cpp47 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)MPEG4_MIME_TYPE;
H A DOMXVideoEncoderVP8.cpp40 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)VP8_MIME_TYPE;
H A DOMXVideoDecoderBase.cpp86 paramPortDefinitionInput.format.video.cMIMEType = NULL; // to be overridden
103 // eCompressionFormat and and cMIMEType must be overridden
147 paramPortDefinitionOutput.format.video.cMIMEType = (OMX_STRING)VA_RAW_MIME_TYPE;
1118 port_def.format.video.cMIMEType = (OMX_STRING)VA_VED_RAW_MIME_TYPE;
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Image.h88 * cMIMEType : MIME type of data for the port
112 OMX_STRING cMIMEType; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h98 * cMIMEType : MIME type of data for the port
128 OMX_STRING cMIMEType; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Image.h88 * cMIMEType : MIME type of data for the port
112 OMX_STRING cMIMEType; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h95 * cMIMEType : MIME type of data for the port
125 OMX_STRING cMIMEType; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Image.h88 * cMIMEType : MIME type of data for the port
112 OMX_STRING cMIMEType; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h98 * cMIMEType : MIME type of data for the port
128 OMX_STRING cMIMEType; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Image.h88 * cMIMEType : MIME type of data for the port
112 OMX_STRING cMIMEType; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Image.h105 * cMIMEType : MIME type of data for the port
129 OMX_STRING cMIMEType; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Image.h88 * cMIMEType : MIME type of data for the port
112 OMX_STRING cMIMEType; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c765 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...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c781 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/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c790 pCompPrivateStruct->format.audio.cMIMEType = malloc(20);
791 strcpy(pCompPrivateStruct->format.audio.cMIMEType,"NONMIME");
1518 APP_MEMPRINT("%d:::[TESTAPPFREE] %p\n",__LINE__,pCompPrivateStruct->format.audio.cMIMEType);
1519 free(pCompPrivateStruct->format.audio.cMIMEType);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c799 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);
1488 APP_MEMPRINT("%d:::[TESTAPPFREE] %p\n",__LINE__,pCompPrivateStruct->format.audio.cMIMEType);
1489 newfree(pCompPrivateStruct->format.audio.cMIMEType);

Completed in 319 milliseconds

123