Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Side by Side Diff: media/formats/mp4/fourccs.h

Issue 1826583003: MSE: Record counts of detected MSE audio, video and text tracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another attempt to fix that link failure. MEDIA_EXPORT should do it! Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « media/formats/mp4/box_definitions.cc ('k') | media/formats/mp4/mp4_stream_parser.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MEDIA_FORMATS_MP4_FOURCCS_H_ 5 #ifndef MEDIA_FORMATS_MP4_FOURCCS_H_
6 #define MEDIA_FORMATS_MP4_FOURCCS_H_ 6 #define MEDIA_FORMATS_MP4_FOURCCS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "media/media_features.h" 10 #include "media/media_features.h"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 FOURCC_MP4V = 0x6d703476, 58 FOURCC_MP4V = 0x6d703476,
59 FOURCC_MVEX = 0x6d766578, 59 FOURCC_MVEX = 0x6d766578,
60 FOURCC_MVHD = 0x6d766864, 60 FOURCC_MVHD = 0x6d766864,
61 FOURCC_PASP = 0x70617370, 61 FOURCC_PASP = 0x70617370,
62 FOURCC_PDIN = 0x7064696e, 62 FOURCC_PDIN = 0x7064696e,
63 FOURCC_PRFT = 0x70726674, 63 FOURCC_PRFT = 0x70726674,
64 FOURCC_PSSH = 0x70737368, 64 FOURCC_PSSH = 0x70737368,
65 FOURCC_SAIO = 0x7361696f, 65 FOURCC_SAIO = 0x7361696f,
66 FOURCC_SAIZ = 0x7361697a, 66 FOURCC_SAIZ = 0x7361697a,
67 FOURCC_SBGP = 0x73626770, 67 FOURCC_SBGP = 0x73626770,
68 FOURCC_SBTL = 0x7362746c,
68 FOURCC_SCHI = 0x73636869, 69 FOURCC_SCHI = 0x73636869,
69 FOURCC_SCHM = 0x7363686d, 70 FOURCC_SCHM = 0x7363686d,
70 FOURCC_SDTP = 0x73647470, 71 FOURCC_SDTP = 0x73647470,
71 FOURCC_SEIG = 0x73656967, 72 FOURCC_SEIG = 0x73656967,
72 FOURCC_SENC = 0x73656e63, 73 FOURCC_SENC = 0x73656e63,
73 FOURCC_SGPD = 0x73677064, 74 FOURCC_SGPD = 0x73677064,
74 FOURCC_SIDX = 0x73696478, 75 FOURCC_SIDX = 0x73696478,
75 FOURCC_SINF = 0x73696e66, 76 FOURCC_SINF = 0x73696e66,
76 FOURCC_SKIP = 0x736b6970, 77 FOURCC_SKIP = 0x736b6970,
77 FOURCC_SMHD = 0x736d6864, 78 FOURCC_SMHD = 0x736d6864,
78 FOURCC_SOUN = 0x736f756e, 79 FOURCC_SOUN = 0x736f756e,
79 FOURCC_SSIX = 0x73736978, 80 FOURCC_SSIX = 0x73736978,
80 FOURCC_STBL = 0x7374626c, 81 FOURCC_STBL = 0x7374626c,
81 FOURCC_STCO = 0x7374636f, 82 FOURCC_STCO = 0x7374636f,
82 FOURCC_STSC = 0x73747363, 83 FOURCC_STSC = 0x73747363,
83 FOURCC_STSD = 0x73747364, 84 FOURCC_STSD = 0x73747364,
84 FOURCC_STSS = 0x73747373, 85 FOURCC_STSS = 0x73747373,
85 FOURCC_STSZ = 0x7374737a, 86 FOURCC_STSZ = 0x7374737a,
86 FOURCC_STTS = 0x73747473, 87 FOURCC_STTS = 0x73747473,
87 FOURCC_STYP = 0x73747970, 88 FOURCC_STYP = 0x73747970,
89 FOURCC_SUBT = 0x73756274,
88 FOURCC_TENC = 0x74656e63, 90 FOURCC_TENC = 0x74656e63,
91 FOURCC_TEXT = 0x74657874,
89 FOURCC_TFDT = 0x74666474, 92 FOURCC_TFDT = 0x74666474,
90 FOURCC_TFHD = 0x74666864, 93 FOURCC_TFHD = 0x74666864,
91 FOURCC_TKHD = 0x746b6864, 94 FOURCC_TKHD = 0x746b6864,
92 FOURCC_TRAF = 0x74726166, 95 FOURCC_TRAF = 0x74726166,
93 FOURCC_TRAK = 0x7472616b, 96 FOURCC_TRAK = 0x7472616b,
94 FOURCC_TREX = 0x74726578, 97 FOURCC_TREX = 0x74726578,
95 FOURCC_TRUN = 0x7472756e, 98 FOURCC_TRUN = 0x7472756e,
96 FOURCC_UDTA = 0x75647461, 99 FOURCC_UDTA = 0x75647461,
97 FOURCC_UUID = 0x75756964, 100 FOURCC_UUID = 0x75756964,
98 FOURCC_VIDE = 0x76696465, 101 FOURCC_VIDE = 0x76696465,
(...skipping 19 matching lines...) Expand all
118 } 121 }
119 } 122 }
120 123
121 return std::string(buf); 124 return std::string(buf);
122 } 125 }
123 126
124 } // namespace mp4 127 } // namespace mp4
125 } // namespace media 128 } // namespace media
126 129
127 #endif // MEDIA_FORMATS_MP4_FOURCCS_H_ 130 #endif // MEDIA_FORMATS_MP4_FOURCCS_H_
OLDNEW
« no previous file with comments | « media/formats/mp4/box_definitions.cc ('k') | media/formats/mp4/mp4_stream_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698