Home
last modified time | relevance | path

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

123

/hardware/intel/common/wrs_omxil_core/base/src/
Dportbase.cpp66 portdefinition.format.audio.cMIMEType = &definition_format_mimetype[0]; in __PortBase()
67 portdefinition.format.video.cMIMEType = &definition_format_mimetype[0]; in __PortBase()
68 portdefinition.format.image.cMIMEType = &definition_format_mimetype[0]; in __PortBase()
230 OMX_U32 mimetype_len = strlen(pformat->cMIMEType); in SetPortDefinition()
235 strncpy(format->cMIMEType, pformat->cMIMEType, in SetPortDefinition()
237 format->cMIMEType[mimetype_len+1] = '\0'; in SetPortDefinition()
247 OMX_U32 mimetype_len = strlen(pformat->cMIMEType); in SetPortDefinition()
252 strncpy(format->cMIMEType, pformat->cMIMEType, in SetPortDefinition()
254 format->cMIMEType[mimetype_len+1] = '\0'; in SetPortDefinition()
280 OMX_U32 mimetype_len = strlen(pformat->cMIMEType); in SetPortDefinition()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
DWbAmrEncTest.c765 pCompPrivateStruct->format.audio.cMIMEType = NULL;
771 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
773 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
775 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
777 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
779 pCompPrivateStruct->format.audio.cMIMEType = "IF2";
781 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
867 pCompPrivateStruct->format.audio.cMIMEType = NULL;
876 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
884 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
[all …]
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Image.h112 OMX_STRING cMIMEType; member
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Image.h112 OMX_STRING cMIMEType; member
DOMX_Video.h125 OMX_STRING cMIMEType; member
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Image.h112 OMX_STRING cMIMEType; member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Image.h112 OMX_STRING cMIMEType; member
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Image.h112 OMX_STRING cMIMEType; member
DOMX_Video.h125 OMX_STRING cMIMEType; member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Image.h129 OMX_STRING cMIMEType; member
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderWMV.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)WMV_MIME_TYPE; in InitInputPortFormatSpecific()
DOMXVideoDecoderVP8.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)VP8_MIME_TYPE; in InitInputPortFormatSpecific()
DOMXVideoDecoderMPEG4.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)MPEG4_MIME_TYPE; in InitInputPortFormatSpecific()
DOMXVideoDecoderH263.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)H263_MIME_TYPE; in InitInputPortFormatSpecific()
DOMXVideoDecoderMPEG2.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)MPEG2_MIME_TYPE; in InitInputPortFormatSpecific()
DOMXVideoDecoderPAVC.cpp47 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)PAVC_MIME_TYPE; in InitInputPortFormatSpecific()
DOMXVideoEncoderMPEG4.cpp47 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)MPEG4_MIME_TYPE; in InitOutputPortFormatSpecific()
DOMXVideoEncoderH263.cpp50 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)H263_MIME_TYPE; in InitOutputPortFormatSpecific()
DOMXVideoDecoderAVC.cpp58 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)AVC_MIME_TYPE; in InitInputPortFormatSpecific()
DOMXVideoEncoderVP8.cpp40 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)VP8_MIME_TYPE; in InitOutputPortFormatSpecific()
DOMXVideoDecoderVP9HWR.cpp204 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)VP9_MIME_TYPE; in InitInputPortFormatSpecific()
776 port_def.format.video.cMIMEType = (OMX_STRING)VA_VED_RAW_MIME_TYPE; in SetNativeBufferModeSpecific()
DOMXVideoDecoderVP9Hybrid.cpp66 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)VP9_MIME_TYPE; in InitInputPortFormatSpecific()
698 port_def.format.video.cMIMEType = (OMX_STRING)VA_VED_RAW_MIME_TYPE; in SetNativeBufferModeSpecific()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
DAmrEncTest.c781 pCompPrivateStruct->format.audio.cMIMEType = NULL;
786 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
790 __LINE__,pCompPrivateStruct->format.audio.cMIMEType);
792 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
796 __LINE__,pCompPrivateStruct->format.audio.cMIMEType);
799 pCompPrivateStruct->format.audio.cMIMEType = "IF2";
803 __LINE__,pCompPrivateStruct->format.audio.cMIMEType);
927 pCompPrivateStruct->format.audio.cMIMEType = NULL;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
DWmaDecTest.c799 pCompPrivateStruct->format.audio.cMIMEType = newmalloc(20); in main()
800 ArrayOfPointers[1]=pCompPrivateStruct->format.audio.cMIMEType; in main()
801 APP_MEMPRINT("%d:::[TESTAPPALLOC] %p\n",__LINE__,pCompPrivateStruct->format.audio.cMIMEType); in main()
1488 APP_MEMPRINT("%d:::[TESTAPPFREE] %p\n",__LINE__,pCompPrivateStruct->format.audio.cMIMEType); in main()
1489 newfree(pCompPrivateStruct->format.audio.cMIMEType); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c790 pCompPrivateStruct->format.audio.cMIMEType = malloc(20); in main()
791 strcpy(pCompPrivateStruct->format.audio.cMIMEType,"NONMIME"); in main()
1518 APP_MEMPRINT("%d:::[TESTAPPFREE] %p\n",__LINE__,pCompPrivateStruct->format.audio.cMIMEType); in main()
1519 free(pCompPrivateStruct->format.audio.cMIMEType); in main()

123