Home
last modified time | relevance | path

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

12

/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/qcom/media/msm8998/mm-core/inc/
DOMX_Image.h112 OMX_STRING cMIMEType; member
DOMX_Video.h128 OMX_STRING cMIMEType; member
DOMX_Audio.h106 OMX_STRING cMIMEType; /**< MIME type of data for the port */ member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Image.h112 OMX_STRING cMIMEType; member
DOMX_Video.h128 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
DOMX_Video.h128 OMX_STRING cMIMEType; member
DOMX_Audio.h106 OMX_STRING cMIMEType; /**< MIME type of data for the port */ 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()
DOMXVideoDecoderMPEG2.cpp45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)MPEG2_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()
DOMXVideoDecoderPAVC.cpp47 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)PAVC_MIME_TYPE; in InitInputPortFormatSpecific()
DOMXVideoEncoderH263.cpp50 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)H263_MIME_TYPE; in InitOutputPortFormatSpecific()
DOMXVideoEncoderMPEG4.cpp47 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)MPEG4_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()
DOMXVideoDecoderVP9Hybrid.cpp66 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)VP9_MIME_TYPE; in InitInputPortFormatSpecific()
706 port_def.format.video.cMIMEType = (OMX_STRING)VA_VED_RAW_MIME_TYPE; in SetNativeBufferModeSpecific()
DOMXVideoDecoderBase.cpp86 paramPortDefinitionInput.format.video.cMIMEType = NULL; // to be overridden in InitInputPort()
147 paramPortDefinitionOutput.format.video.cMIMEType = (OMX_STRING)VA_RAW_MIME_TYPE; in InitOutputPort()
1119 port_def.format.video.cMIMEType = (OMX_STRING)VA_VED_RAW_MIME_TYPE;
DOMXVideoEncoderBase.cpp102 paramPortDefinitionInput.format.video.cMIMEType = (OMX_STRING)RAW_MIME_TYPE; in InitInputPort()
240 paramPortDefinitionOutput.format.video.cMIMEType = NULL; // to be overridden in InitOutputPort()
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp103 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)AVC_MIME_TYPE; in InitInputPortFormatSpecific()

12