OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EncodeFrame
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
video_scheduler.cc
80
FROM_HERE, base::Bind(&VideoScheduler::
EncodeFrame
, this,
278
void VideoScheduler::
EncodeFrame
(
/external/libvpx/libvpx/test/
encode_test_driver.cc
20
void Encoder::
EncodeFrame
(VideoSource *video, const unsigned long frame_flags) {
165
encoder->
EncodeFrame
(video, frame_flags_);
encode_test_driver.h
109
void
EncodeFrame
(VideoSource *video, const unsigned long frame_flags);
111
// Convenience wrapper for
EncodeFrame
()
112
void
EncodeFrame
(VideoSource *video) {
113
EncodeFrame
(video, 0);
Completed in 76 milliseconds