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
176
memset(&
mConfigIntelAir
, 0, sizeof(
mConfigIntelAir
));
177
SetTypeHeader(&
mConfigIntelAir
, sizeof(
mConfigIntelAir
));
178
mConfigIntelAir
.nPortIndex = OUTPORT_INDEX;
179
mConfigIntelAir
.bAirEnable = OMX_FALSE;
180
mConfigIntelAir
.bAirAuto = OMX_FALSE;
181
mConfigIntelAir
.nAirMBs = 0;
182
mConfigIntelAir
.nAirThreshold = 0;
326
if(
mConfigIntelAir
.bAirEnable == OMX_TRUE)
[
all
...]
OMXVideoEncoderBase.h
83
OMX_VIDEO_CONFIG_INTEL_AIR
mConfigIntelAir
;
Completed in 30 milliseconds