OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadVideo
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py
219
def
ReadVideo
(self, time=None):
275
timestamp, data = rdr.
ReadVideo
()
285
timestamp, data = rdr.
ReadVideo
()
/external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.h
120
int32_t
ReadVideo
(uint8_t* data, int32_t& length);
avi_file.cc
619
int32_t AviFile::
ReadVideo
(uint8_t* data, int32_t& length)
621
WEBRTC_TRACE(kTraceDebug, kTraceVideo, -1, "AviFile::
ReadVideo
()");
[
all
...]
media_file_utility.cc
405
if( _aviVideoInFile->
ReadVideo
(
[
all
...]
/external/chromium_org/media/filters/
chunk_demuxer_unittest.cc
916
void
ReadVideo
(const DemuxerStream::ReadCB& read_cb) {
[
all
...]
Completed in 1732 milliseconds