OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetVideoFromFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/utility/interface/
file_player.h
84
// calling
GetVideoFromFile
(..)).
86
// be called exactly once per
GetVideoFromFile
(..) API call.
97
virtual int32_t
GetVideoFromFile
(I420VideoFrame& /*videoFrame*/)
100
// Same as
GetVideoFromFile
(). videoFrame will have the resolution specified
102
virtual int32_t
GetVideoFromFile
(I420VideoFrame& /*videoFrame*/,
/external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.cc
489
int32_t VideoFilePlayerImpl::
GetVideoFromFile
(I420VideoFrame& videoFrame,
495
int32_t retVal =
GetVideoFromFile
(videoFrame);
508
int32_t VideoFilePlayerImpl::
GetVideoFromFile
(I420VideoFrame& videoFrame)
Completed in 1235 milliseconds