OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:definition_format_mimetype
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h
180
char
definition_format_mimetype
[OMX_MAX_STRINGNAME_SIZE];
member in class:PortBase
/hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp
64
memset(
definition_format_mimetype
, 0, OMX_MAX_STRINGNAME_SIZE);
65
portdefinition.format.audio.cMIMEType = &
definition_format_mimetype
[0];
66
portdefinition.format.video.cMIMEType = &
definition_format_mimetype
[0];
67
portdefinition.format.image.cMIMEType = &
definition_format_mimetype
[0];
[
all
...]
Completed in 84 milliseconds