HomeSort by relevance Sort by last modified time
    Searched refs:cMIMEType (Results 1 - 25 of 72) sorted by null

1 2 3

  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 66 portdefinition.format.audio.cMIMEType = &definition_format_mimetype[0];
67 portdefinition.format.video.cMIMEType = &definition_format_mimetype[0];
68 portdefinition.format.image.cMIMEType = &definition_format_mimetype[0];
230 OMX_U32 mimetype_len = strlen(pformat->cMIMEType);
235 strncpy(format->cMIMEType, pformat->cMIMEType,
237 format->cMIMEType[mimetype_len+1] = '\0';
247 OMX_U32 mimetype_len = strlen(pformat->cMIMEType);
252 strncpy(format->cMIMEType, pformat->cMIMEType,
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Image.h 105 * cMIMEType : MIME type of data for the port
129 OMX_STRING cMIMEType;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP8.cpp 45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)VP8_MIME_TYPE;