OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portparam
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.cpp
62
// TODO: replace
portparam
with mPortParam
63
memset(&this->
portparam
, 0, sizeof(this->
portparam
));
64
SetTypeHeader(&this->
portparam
, sizeof(this->
portparam
));
65
this->
portparam
.nPorts = NUMBER_PORTS;
66
this->
portparam
.nStartPortNumber = INPORT_INDEX;
/hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h
287
OMX_PORT_PARAM_TYPE
portparam
;
member in class:ComponentBase
/hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp
134
memset(&
portparam
, 0, sizeof(
portparam
));
485
memcpy(p, &
portparam
, sizeof(*p));
[
all
...]
Completed in 171 milliseconds