OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateFrameRate
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
content_metrics_processing.h
44
void
UpdateFrameRate
(uint32_t frameRate);
content_metrics_processing.cc
46
void VCMContentMetricsProcessing::
UpdateFrameRate
(uint32_t frameRate) {
media_optimization.cc
125
loss_prot_logic_->
UpdateFrameRate
(incoming_frame_rate_);
168
content_->
UpdateFrameRate
(frame_rate);
175
loss_prot_logic_->
UpdateFrameRate
(static_cast<float>(frame_rate));
211
loss_prot_logic_->
UpdateFrameRate
(actual_frame_rate);
564
content_->
UpdateFrameRate
(qm->frame_rate);
media_opt_util.h
278
void
UpdateFrameRate
(float frameRate) { _frameRate = frameRate; }
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h
404
virtual TCVEI_RETVAL
UpdateFrameRate
(int32 aNumLayer, float *aFrameRate) = 0;
Completed in 615 milliseconds