OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConfigIntelAir
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.cpp
183
memset(&
mConfigIntelAir
, 0, sizeof(
mConfigIntelAir
));
184
SetTypeHeader(&
mConfigIntelAir
, sizeof(
mConfigIntelAir
));
185
mConfigIntelAir
.nPortIndex = OUTPORT_INDEX;
186
mConfigIntelAir
.bAirEnable = OMX_FALSE;
187
mConfigIntelAir
.bAirAuto = OMX_FALSE;
188
mConfigIntelAir
.nAirMBs = 0;
189
mConfigIntelAir
.nAirThreshold = 0;
335
if(
mConfigIntelAir
.bAirEnable == OMX_TRUE)
[
all
...]
OMXVideoEncoderBase.h
89
OMX_VIDEO_CONFIG_INTEL_AIR
mConfigIntelAir
;
Completed in 190 milliseconds