OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:portdefinition
(Results
1 - 25
of
31
) sorted by null
1
2
/hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp
63
memset(&
portdefinition
, 0, sizeof(
portdefinition
));
64
ComponentBase::SetTypeHeader(&
portdefinition
, sizeof(
portdefinition
));
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];
84
PortBase::PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *
portdefinition
)
87
SetPortDefinition(
portdefinition
, true);
189
memcpy(&temp, &
portdefinition
, sizeof(temp))
[
all
...]
/hardware/intel/common/wrs_omxil_core/base/inc/
portbase.h
40
PortBase(const OMX_PARAM_PORTDEFINITIONTYPE *
portdefinition
);
178
OMX_PARAM_PORTDEFINITIONTYPE
portdefinition
;
member in class:PortBase
179
/* room for
portdefinition
.format.*.cMIMEType */
/frameworks/native/include/media/openmax/
OMX_Image.h
97
* The
PortDefinition
structure is used to define all of the parameters
OMX_Other.h
330
* The
PortDefinition
structure is used to define all of the parameters
OMX_Video.h
108
* The
PortDefinition
structure is used to define all of the parameters
[
all
...]
OMX_Audio.h
115
/** The
PortDefinition
structure is used to define all of the parameters
[
all
...]
/hardware/qcom/media/msm8974/mm-core/inc/
OMX_Image.h
80
* The
PortDefinition
structure is used to define all of the parameters
OMX_Other.h
313
* The
PortDefinition
structure is used to define all of the parameters
OMX_Video.h
90
* The
PortDefinition
structure is used to define all of the parameters
[
all
...]
OMX_Audio.h
99
/** The
PortDefinition
structure is used to define all of the parameters
[
all
...]
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Image.h
80
* The
PortDefinition
structure is used to define all of the parameters
OMX_Other.h
313
* The
PortDefinition
structure is used to define all of the parameters
OMX_Video.h
87
* The
PortDefinition
structure is used to define all of the parameters
[
all
...]
/hardware/qcom/media/msm8996/mm-core/inc/
OMX_Image.h
80
* The
PortDefinition
structure is used to define all of the parameters
OMX_Other.h
313
* The
PortDefinition
structure is used to define all of the parameters
OMX_Video.h
90
* The
PortDefinition
structure is used to define all of the parameters
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h
80
* The
PortDefinition
structure is used to define all of the parameters
OMX_Other.h
313
* The
PortDefinition
structure is used to define all of the parameters
OMX_Video.h
87
* The
PortDefinition
structure is used to define all of the parameters
[
all
...]
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Image.h
97
* The
PortDefinition
structure is used to define all of the parameters
OMX_Other.h
330
* The
PortDefinition
structure is used to define all of the parameters
OMX_Video.h
105
* The
PortDefinition
structure is used to define all of the parameters
[
all
...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h
80
* The
PortDefinition
structure is used to define all of the parameters
OMX_Other.h
313
* The
PortDefinition
structure is used to define all of the parameters
OMX_Video.h
87
* The
PortDefinition
structure is used to define all of the parameters
[
all
...]
Completed in 1456 milliseconds
1
2