OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoFilePlayerImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.h
83
class
VideoFilePlayerImpl
: public FilePlayerImpl
86
VideoFilePlayerImpl
(uint32_t instanceID, FileFormats fileFormat);
87
~
VideoFilePlayerImpl
();
file_player_impl.cc
36
return new
VideoFilePlayerImpl
(instanceID, fileFormat);
417
VideoFilePlayerImpl
::
VideoFilePlayerImpl
(uint32_t instanceID,
434
VideoFilePlayerImpl
::~
VideoFilePlayerImpl
()
442
int32_t
VideoFilePlayerImpl
::StartPlayingVideoFile(
479
int32_t
VideoFilePlayerImpl
::StopPlayingFile()
489
int32_t
VideoFilePlayerImpl
::GetVideoFromFile(I420VideoFrame& videoFrame,
508
int32_t
VideoFilePlayerImpl
::GetVideoFromFile(I420VideoFrame& videoFrame)
555
int32_t
VideoFilePlayerImpl
::video_codec_info
[
all
...]
Completed in 571 milliseconds