OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendCluster
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/filters/
chunk_demuxer_unittest.cc
313
void
AppendCluster
(const std::string& source_id,
318
void
AppendCluster
(scoped_ptr<Cluster> cluster) {
319
AppendCluster
(kSourceId, cluster.Pass());
322
void
AppendCluster
(int timecode, int block_count) {
323
AppendCluster
(GenerateCluster(timecode, block_count));
339
AppendCluster
(source_id,
368
AppendCluster
(source_id, cb.Finish());
435
AppendCluster
(GenerateEmptyCluster(timecode));
[
all
...]
/external/libvpx/libwebm/
mkvparser.hpp
872
void
AppendCluster
(Cluster*);
mkvparser.cpp
1331
AppendCluster
(pCluster);
[
all
...]
Completed in 29 milliseconds