/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portbase.cpp | 66 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/ |
D | OMX_Image.h | 112 OMX_STRING cMIMEType; member
|
D | OMX_Video.h | 128 OMX_STRING cMIMEType; member
|
D | OMX_Audio.h | 106 OMX_STRING cMIMEType; /**< MIME type of data for the port */ member
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_Image.h | 112 OMX_STRING cMIMEType; member
|
D | OMX_Video.h | 128 OMX_STRING cMIMEType; member
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_Image.h | 112 OMX_STRING cMIMEType; member
|
D | OMX_Video.h | 125 OMX_STRING cMIMEType; member
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | OMX_Image.h | 112 OMX_STRING cMIMEType; member
|
D | OMX_Video.h | 128 OMX_STRING cMIMEType; member
|
D | OMX_Audio.h | 106 OMX_STRING cMIMEType; /**< MIME type of data for the port */ member
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderWMV.cpp | 45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)WMV_MIME_TYPE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderVP8.cpp | 45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)VP8_MIME_TYPE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderMPEG2.cpp | 45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)MPEG2_MIME_TYPE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderMPEG4.cpp | 45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)MPEG4_MIME_TYPE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderH263.cpp | 45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)H263_MIME_TYPE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderPAVC.cpp | 47 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)PAVC_MIME_TYPE; in InitInputPortFormatSpecific()
|
D | OMXVideoEncoderH263.cpp | 50 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)H263_MIME_TYPE; in InitOutputPortFormatSpecific()
|
D | OMXVideoEncoderMPEG4.cpp | 47 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)MPEG4_MIME_TYPE; in InitOutputPortFormatSpecific()
|
D | OMXVideoDecoderAVC.cpp | 58 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)AVC_MIME_TYPE; in InitInputPortFormatSpecific()
|
D | OMXVideoEncoderVP8.cpp | 40 paramPortDefinitionOutput->format.video.cMIMEType = (OMX_STRING)VP8_MIME_TYPE; in InitOutputPortFormatSpecific()
|
D | OMXVideoDecoderVP9Hybrid.cpp | 66 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()
|
D | OMXVideoDecoderBase.cpp | 86 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;
|
D | OMXVideoEncoderBase.cpp | 102 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/ |
D | OMXVideoDecoderAVCSecure.cpp | 103 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)AVC_MIME_TYPE; in InitInputPortFormatSpecific()
|