OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fourcc_name
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.cc
228
std::string
fourcc_name
= GetFourccName(fourcc) + " ";
local
229
for (std::string::const_iterator i =
fourcc_name
.begin();
230
i <
fourcc_name
.end(); ++i) {
233
fourcc_name
= "";
239
ss <<
fourcc_name
<< width << "x" << height << "x" << IntervalToFps(interval);
videocapturer.cc
292
std::string
fourcc_name
= GetFourccName(captured_frame->fourcc) + " ";
local
293
for (std::string::const_iterator i =
fourcc_name
.begin();
294
i <
fourcc_name
.end(); ++i) {
297
fourcc_name
= "";
303
ss <<
fourcc_name
<< captured_frame->width << "x" << captured_frame->height
Completed in 157 milliseconds