Home | History | Annotate | Download | only in enc

Lines Matching refs:cMIMEType

1372     pSECPort->portDefinition.format.video.cMIMEType = SEC_OSAL_Malloc(MAX_OMX_MIMETYPE_SIZE);
1373 SEC_OSAL_Strcpy(pSECPort->portDefinition.format.video.cMIMEType, "raw/video");
1394 pSECPort->portDefinition.format.video.cMIMEType = SEC_OSAL_Malloc(MAX_OMX_MIMETYPE_SIZE);
1395 SEC_OSAL_Strcpy(pSECPort->portDefinition.format.video.cMIMEType, "raw/video");
1455 SEC_OSAL_Free(pSECPort->portDefinition.format.video.cMIMEType);
1456 pSECPort->portDefinition.format.video.cMIMEType = NULL;