OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VCMQmResolution
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
qm_select.cc
151
VCMQmResolution
::
VCMQmResolution
() : qm_(new VCMResolutionScale()) {
155
VCMQmResolution
::~
VCMQmResolution
() {
159
void
VCMQmResolution
::ResetRates() {
172
void
VCMQmResolution
::ResetDownSamplingState() {
181
void
VCMQmResolution
::Reset() {
199
EncoderState
VCMQmResolution
::GetEncoderState() {
205
int
VCMQmResolution
::Initialize(float bitrate,
229
void
VCMQmResolution
::UpdateCodecParameters(float frame_rate
[
all
...]
qm_select.h
173
class
VCMQmResolution
: public VCMQmMethod {
175
VCMQmResolution
();
176
virtual ~
VCMQmResolution
();
Completed in 42 milliseconds