<divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="comment">// Copyright 2015 Google Inc. All rights reserved.</span></div><divclass="line"><aname="l00002"></a><spanclass="lineno"> 2</span> <spanclass="comment">//</span></div><divclass="line"><aname="l00003"></a><spanclass="lineno"> 3</span> <spanclass="comment">// Use of this source code is governed by a BSD-style</span></div><divclass="line"><aname="l00004"></a><spanclass="lineno"> 4</span> <spanclass="comment">// license that can be found in the LICENSE file or at</span></div><divclass="line"><aname="l00005"></a><spanclass="lineno"> 5</span> <spanclass="comment">// https://developers.google.com/open-source/licenses/bsd</span></div><divclass="line"><aname="l00006"></a><spanclass="lineno"> 6</span> </div><divclass="line"><aname="l00007"></a><spanclass="lineno"> 7</span> <spanclass="preprocessor">#include "packager/media/formats/webm/segmenter_test_base.h"</span></div><divclass="line"><aname="l00008"></a><spanclass="lineno"> 8</span> </div><divclass="line"><aname="l00009"></a><spanclass="lineno"> 9</span> <spanclass="preprocessor">#include "packager/file/memory_file.h"</span></div><divclass="line"><aname="l00010"></a><spanclass="lineno"> 10</span> <spanclass="preprocessor">#include "packager/media/formats/webm/webm_constants.h"</span></div><divclass="line"><aname="l00011"></a><spanclass="lineno"> 11</span> <spanclass="preprocessor">#include "packager/version/version.h"</span></div><divclass="line"><aname="l00012"></a><spanclass="lineno"> 12</span> </div><divclass="line"><aname="l00013"></a><spanclass="lineno"> 13</span> <spanclass="keyword">namespace </span><aclass="code"href="../../d8/daf/namespaceshaka.html">shaka</a> {</div><divclass="line"><aname="l00014"></a><spanclass="lineno"> 14</span> <spanclass="keyword">namespace </span>media {</div><divclass="line"><aname="l00015"></a><spanclass="lineno"> 15</span> <spanclass="keyword">namespace </span>{</div><divclass="line"><aname="l00016"></a><spanclass="lineno"> 16</span> </div><divclass="line"><aname="l00017"></a><spanclass="lineno"> 17</span> <spanclass="comment">// The contents of a frame does not mater.</span></div><divclass="line"><aname="l00018"></a><spanclass="lineno"> 18</span> <spanclass="keyword">const</span> uint8_t kTestMediaSampleData[] = {0xde, 0xad, 0xbe, 0xef, 0x00};</div><divclass="line"><aname="l00019"></a><spanclass="lineno"> 19</span> <spanclass="keyword">const</span> uint8_t kTestMediaSampleSideData[] = {</div><divclass="line"><aname="l00020"></a><spanclass="lineno"> 20</span> <spanclass="comment">// First 8 bytes of side_data is the BlockAddID element in big endian.</span></div><divclass="line"><aname="l00021"></a><spanclass="lineno"> 21</span>  0x12, 0x34, 0x56, 0x78, 0x9a, 0x00, 0x00, 0x00,</div><divclass="line"><aname="l00022"></a><spanclass="lineno"> 22</span>  0x73, 0x69, 0x64, 0x65, 0x00};</div><divclass="line"><aname="l00023"></a><spanclass="lineno"> 23</span> </div><divclass="line"><aname="l00024"></a><spanclass="lineno"> 24</span> <spanclass="keyword">const</span><spanclass="keywordtype">int</span> kTrackId = 1;</div><divclass="line"><aname="l00025"></a><spanclass="lineno"> 25</span> <spanclass="keyword">const</span> uint64_t kDurationInSeconds = 8;</div><divclass="line"><aname="l00026"></a><spanclass="lineno"> 26</span> <spanclass="keyword">const</span> Codec kCodec = kCodecVP8;</div><divclass="line"><aname="l00027"></a><spanclass="lineno"> 27</span> <spanclass="keyword">const</span> std::string kCodecString = <spanclass="stringliteral">"vp8"</span>;</div><divclass="line"><aname="l00028"></a><spanclass="lineno"> 28</span> <spanclass="keyword">const</span> std::string kLang
<divclass="ttc"id="classshaka_1_1media_1_1SegmentTestBase_html_aeba2d28eb9f605bae1536e13c1cac950"><divclass="ttname"><ahref="../../d2/dba/classshaka_1_1media_1_1SegmentTestBase.html#aeba2d28eb9f605bae1536e13c1cac950">shaka::media::SegmentTestBase::CreateVideoStreamInfo</a></div><divclass="ttdeci">VideoStreamInfo * CreateVideoStreamInfo(uint32_t time_scale) const</div><divclass="ttdoc">Creates a video stream info object for testing. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d4/da7/segmenter__test__base_8cc_source.html#l00084">segmenter_test_base.cc:84</a></div></div>
<divclass="ttc"id="namespaceshaka_html"><divclass="ttname"><ahref="../../d8/daf/namespaceshaka.html">shaka</a></div><divclass="ttdoc">All the methods that are virtual are virtual for mocking. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d4/d15/gflags__hex__bytes_8cc_source.html#l00011">gflags_hex_bytes.cc:11</a></div></div>
<divclass="ttc"id="structshaka_1_1media_1_1MuxerOptions_html"><divclass="ttname"><ahref="../../d0/d27/structshaka_1_1media_1_1MuxerOptions.html">shaka::media::MuxerOptions</a></div><divclass="ttdoc">This structure contains the list of configuration options for Muxer. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d0/d0e/muxer__options_8h_source.html#l00020">muxer_options.h:20</a></div></div>
<divclass="ttc"id="classshaka_1_1media_1_1SegmentTestBase_html_a87fefed1921b0dad84b1d082e30cce37"><divclass="ttname"><ahref="../../d2/dba/classshaka_1_1media_1_1SegmentTestBase.html#a87fefed1921b0dad84b1d082e30cce37">shaka::media::SegmentTestBase::CreateMuxerOptions</a></div><divclass="ttdeci">MuxerOptions CreateMuxerOptions() const</div><divclass="ttdoc">Creates a Muxer options object for testing. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d4/da7/segmenter__test__base_8cc_source.html#l00075">segmenter_test_base.cc:75</a></div></div>
<divclass="ttc"id="classshaka_1_1media_1_1SegmentTestBase_html_afd8845d029698f556ca09436da0c62ef"><divclass="ttname"><ahref="../../d2/dba/classshaka_1_1media_1_1SegmentTestBase.html#afd8845d029698f556ca09436da0c62ef">shaka::media::SegmentTestBase::CreateSample</a></div><divclass="ttdeci">std::shared_ptr< MediaSample > CreateSample(KeyFrameFlag key_frame_flag, uint64_t duration, SideDataFlag side_data_flag)</div><divclass="ttdoc">Creates a new media sample. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d4/da7/segmenter__test__base_8cc_source.html#l00052">segmenter_test_base.cc:52</a></div></div>
<divclass="ttc"id="classshaka_1_1media_1_1WebMListParser_html_a4ebac4e1a4165017d206d4aa5c4c0350"><divclass="ttname"><ahref="../../dc/dca/classshaka_1_1media_1_1WebMListParser.html#a4ebac4e1a4165017d206d4aa5c4c0350">shaka::media::WebMListParser::Reset</a></div><divclass="ttdeci">void Reset()</div><divclass="ttdoc">Resets the state of the parser so it can start parsing a new list. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d3/db6/webm__parser_8cc_source.html#l00733">webm_parser.cc:733</a></div></div>
<divclass="ttc"id="classshaka_1_1media_1_1WebMListParser_html_acd805b7eb25afcd9a3be2d8d88e3c6af"><divclass="ttname"><ahref="../../dc/dca/classshaka_1_1media_1_1WebMListParser.html#acd805b7eb25afcd9a3be2d8d88e3c6af">shaka::media::WebMListParser::Parse</a></div><divclass="ttdeci">int Parse(const uint8_t *buf, int size)</div><divclass="ttdef"><b>Definition:</b><ahref="../../d3/db6/webm__parser_8cc_source.html#l00738">webm_parser.cc:738</a></div></div>
<divclass="ttc"id="classshaka_1_1media_1_1SegmentTestBase_html_a8d4178714145fa2d18821840db8fb2a6"><divclass="ttname"><ahref="../../d2/dba/classshaka_1_1media_1_1SegmentTestBase.html#a8d4178714145fa2d18821840db8fb2a6">shaka::media::SegmentTestBase::OutputFileName</a></div><divclass="ttdeci">std::string OutputFileName() const</div><divclass="ttdoc">Gets the file name of the current output file. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d4/da7/segmenter__test__base_8cc_source.html#l00093">segmenter_test_base.cc:93</a></div></div>
<divclass="ttc"id="classshaka_1_1media_1_1VideoStreamInfo_html"><divclass="ttname"><ahref="../../d6/db1/classshaka_1_1media_1_1VideoStreamInfo.html">shaka::media::VideoStreamInfo</a></div><divclass="ttdoc">Holds video stream information. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d7/d87/video__stream__info_8h_source.html#l00023">video_stream_info.h:23</a></div></div>