OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SentFrameCount
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding.h
304
virtual int32_t
SentFrameCount
(VCMFrameCount& frameCount) const = 0;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization.h
87
VCMFrameCount
SentFrameCount
();
video_coding_impl.cc
200
virtual int32_t
SentFrameCount
(VCMFrameCount& frameCount) const OVERRIDE {
201
return sender_->
SentFrameCount
(&frameCount);
video_sender.cc
216
int32_t VideoSender::
SentFrameCount
(VCMFrameCount* frameCount) {
218
*frameCount = _mediaOpt.
SentFrameCount
();
video_coding_impl.h
76
int32_t
SentFrameCount
(VCMFrameCount* frameCount);
media_optimization.cc
364
VCMFrameCount MediaOptimization::
SentFrameCount
() {
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
generic_codec_test.cc
363
_vcm->
SentFrameCount
(frameCount);
/external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.cc
596
if (vcm_.
SentFrameCount
(sent_frames) != VCM_OK) {
Completed in 70 milliseconds