OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mconfigintelbitrate
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.cpp
163
memset(&
mConfigIntelBitrate
, 0, sizeof(
mConfigIntelBitrate
));
164
SetTypeHeader(&
mConfigIntelBitrate
, sizeof(
mConfigIntelBitrate
));
165
mConfigIntelBitrate
.nPortIndex = OUTPORT_INDEX;
166
mConfigIntelBitrate
.nMaxEncodeBitrate = 0; // Maximum bitrate
167
mConfigIntelBitrate
.nTargetPercentage = 95; // Target bitrate as percentage of maximum bitrate; e.g. 95 is 95%
168
mConfigIntelBitrate
.nWindowSize = 0; // Window size in milliseconds allowed for bitrate to reach target
169
mConfigIntelBitrate
.nInitialQP = 0; // Initial QP for I frames
170
mConfigIntelBitrate
.nMinQP = 0
[
all
...]
OMXVideoEncoderBase.h
82
OMX_VIDEO_CONFIG_INTEL_BITRATETYPE
mConfigIntelBitrate
;
OMXVideoEncoderMPEG4.cpp
56
mConfigIntelBitrate
.nInitialQP = 15; // Initial QP for I frames
OMXVideoEncoderH263.cpp
62
mConfigIntelBitrate
.nInitialQP = 15; // Initial QP for I frames
OMXVideoEncoderAVC.cpp
190
mConfigIntelBitrate
.nInitialQP = 0; // Initial QP for I frames
[
all
...]
Completed in 62 milliseconds