Home | History | Annotate | Download | only in dec

Lines Matching refs:cMIMEType

1294     pSECPort->portDefinition.format.video.cMIMEType = SEC_OSAL_Malloc(MAX_OMX_MIMETYPE_SIZE);
1295 SEC_OSAL_Strcpy(pSECPort->portDefinition.format.video.cMIMEType, "raw/video");
1316 pSECPort->portDefinition.format.video.cMIMEType = SEC_OSAL_Malloc(MAX_OMX_MIMETYPE_SIZE);
1317 SEC_OSAL_Strcpy(pSECPort->portDefinition.format.video.cMIMEType, "raw/video");
1377 SEC_OSAL_Free(pSECPort->portDefinition.format.video.cMIMEType);
1378 pSECPort->portDefinition.format.video.cMIMEType = NULL;