OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapped_codecs
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc
667
const std::vector<WebRtcVideoChannel2::VideoCodecSettings>&
mapped_codecs
)
670
for (size_t i = 0; i <
mapped_codecs
.size(); ++i) {
671
const VideoCodecSettings& codec =
mapped_codecs
[i];
774
const std::vector<VideoCodecSettings>
mapped_codecs
= MapCodecs(codecs);
local
775
if (
mapped_codecs
.empty()) {
781
FilterSupportedCodecs(
mapped_codecs
);
783
if (
mapped_codecs
.size() != supported_codecs.size()) {
[
all
...]
webrtcvideoengine2.h
485
const std::vector<VideoCodecSettings>&
mapped_codecs
) const;
Completed in 1976 milliseconds