HomeSort by relevance Sort by last modified time
    Searched refs:SegmentInfo (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 484 class SegmentInfo
486 SegmentInfo(const SegmentInfo&);
487 SegmentInfo& operator=(const SegmentInfo&);
496 SegmentInfo(
503 ~SegmentInfo();
835 const SegmentInfo* GetInfo() const;
861 SegmentInfo* m_pInfo;
mkvparser.cpp 957 m_pInfo = new (std::nothrow) SegmentInfo(
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 585 class SegmentInfo {
586 SegmentInfo(const SegmentInfo&);
587 SegmentInfo& operator=(const SegmentInfo&);
596 SegmentInfo(Segment*, long long start, long long size,
599 ~SegmentInfo();
889 const SegmentInfo* GetInfo() const;
913 SegmentInfo* m_pInfo;
mkvmuxer.hpp     [all...]
mkvmuxer.cpp 1106 const SegmentInfo* const info = segment.GetSegmentInfo();
    [all...]
mkvparser.cpp 853 SegmentInfo(this, pos, size, element_start, element_size);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 664 class SegmentInfo
666 SegmentInfo(const SegmentInfo&);
667 SegmentInfo& operator=(const SegmentInfo&);
676 SegmentInfo(
683 ~SegmentInfo();
1016 const SegmentInfo* GetInfo() const;
1043 SegmentInfo* m_pInfo;
mkvmuxer.hpp     [all...]
mkvmuxer.cpp 1135 const SegmentInfo* const info = segment.GetSegmentInfo();
    [all...]
mkvparser.cpp 967 m_pInfo = new (std::nothrow) SegmentInfo(
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 585 class SegmentInfo {
586 SegmentInfo(const SegmentInfo&);
587 SegmentInfo& operator=(const SegmentInfo&);
596 SegmentInfo(Segment*, long long start, long long size,
599 ~SegmentInfo();
889 const SegmentInfo* GetInfo() const;
913 SegmentInfo* m_pInfo;
mkvparser.cpp 855 SegmentInfo(this, pos, size, element_start, element_size);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 664 class SegmentInfo
666 SegmentInfo(const SegmentInfo&);
667 SegmentInfo& operator=(const SegmentInfo&);
676 SegmentInfo(
683 ~SegmentInfo();
1016 const SegmentInfo* GetInfo() const;
1043 SegmentInfo* m_pInfo;
mkvmuxer.hpp     [all...]
mkvmuxer.cpp 1135 const SegmentInfo* const info = segment.GetSegmentInfo();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_interface.h 124 struct SegmentInfo {
181 const std::vector<SegmentInfo>& segments,
mock_input_method_engine.cc 25 const std::vector<SegmentInfo>& segments,
mock_input_method_engine.h 45 const std::vector<SegmentInfo>& segments,
input_method_engine.h 53 const std::vector<SegmentInfo>& segments,
input_method_engine_unittest.cc 236 std::vector<InputMethodEngineInterface::SegmentInfo> segments;
input_method_engine.cc 187 const std::vector<SegmentInfo>& segments,
206 for (std::vector<SegmentInfo>::const_iterator segment = segments.begin();
  /external/chromium_org/third_party/libvpx/source/libvpx/
webmenc.cc 34 mkvmuxer::SegmentInfo *const info = segment->GetSegmentInfo();
  /frameworks/av/media/libstagefright/webm/
WebmElement.h 48 static sp<WebmElement> SegmentInfo(uint64_t scale = 1000000, double dur = 0);
WebmElement.cpp 295 sp<WebmElement> WebmElement::SegmentInfo(uint64_t scale, double dur) {
296 List<sp<WebmElement> > segmentInfo;
298 segmentInfo.push_back(new WebmFloat(kMkvSegmentDuration, dur));
299 segmentInfo.push_back(new WebmUnsigned(kMkvTimecodeScale, scale));
300 segmentInfo.push_back(new WebmString(kMkvMuxingApp, "android"));
301 segmentInfo.push_back(new WebmString(kMkvWritingApp, "android"));
302 return new WebmMaster(kMkvInfo, segmentInfo);
  /external/chromium_org/remoting/client/plugin/
media_source_video_renderer.cc 96 mkvmuxer::SegmentInfo* const info = segment_->GetSegmentInfo();

Completed in 1279 milliseconds

1 2