Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
45348a97
authored
Apr 15, 2019
by
andrewlewis
Committed by
AquilesCanta
Apr 16, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix Atom ConstantCaseForConstant suppression
PiperOrigin-RevId: 243636923
parent
68bd5da3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
220 additions
and
1 deletions
library/core/src/main/java/com/google/android/exoplayer2/extractor/mp4/Atom.java
library/core/src/main/java/com/google/android/exoplayer2/extractor/mp4/Atom.java
View file @
45348a97
...
...
@@ -22,7 +22,7 @@ import java.util.ArrayList;
import
java.util.Arrays
;
import
java.util.List
;
@SuppressWarnings
(
{
"ConstantField"
,
"ConstantCaseForConstants"
}
)
@SuppressWarnings
(
"ConstantField"
)
/* package */
abstract
class
Atom
{
/**
...
...
@@ -50,115 +50,334 @@ import java.util.List;
*/
public
static
final
int
EXTENDS_TO_END_SIZE
=
0
;
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_ftyp
=
Util
.
getIntegerCodeForString
(
"ftyp"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_avc1
=
Util
.
getIntegerCodeForString
(
"avc1"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_avc3
=
Util
.
getIntegerCodeForString
(
"avc3"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_avcC
=
Util
.
getIntegerCodeForString
(
"avcC"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_hvc1
=
Util
.
getIntegerCodeForString
(
"hvc1"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_hev1
=
Util
.
getIntegerCodeForString
(
"hev1"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_hvcC
=
Util
.
getIntegerCodeForString
(
"hvcC"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_vp08
=
Util
.
getIntegerCodeForString
(
"vp08"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_vp09
=
Util
.
getIntegerCodeForString
(
"vp09"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_vpcC
=
Util
.
getIntegerCodeForString
(
"vpcC"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_av01
=
Util
.
getIntegerCodeForString
(
"av01"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_av1C
=
Util
.
getIntegerCodeForString
(
"av1C"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dvav
=
Util
.
getIntegerCodeForString
(
"dvav"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dva1
=
Util
.
getIntegerCodeForString
(
"dva1"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dvhe
=
Util
.
getIntegerCodeForString
(
"dvhe"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dvh1
=
Util
.
getIntegerCodeForString
(
"dvh1"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dvcC
=
Util
.
getIntegerCodeForString
(
"dvcC"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dvvC
=
Util
.
getIntegerCodeForString
(
"dvvC"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_s263
=
Util
.
getIntegerCodeForString
(
"s263"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_d263
=
Util
.
getIntegerCodeForString
(
"d263"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_mdat
=
Util
.
getIntegerCodeForString
(
"mdat"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_mp4a
=
Util
.
getIntegerCodeForString
(
"mp4a"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE__mp3
=
Util
.
getIntegerCodeForString
(
".mp3"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_wave
=
Util
.
getIntegerCodeForString
(
"wave"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_lpcm
=
Util
.
getIntegerCodeForString
(
"lpcm"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_sowt
=
Util
.
getIntegerCodeForString
(
"sowt"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_ac_3
=
Util
.
getIntegerCodeForString
(
"ac-3"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dac3
=
Util
.
getIntegerCodeForString
(
"dac3"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_ec_3
=
Util
.
getIntegerCodeForString
(
"ec-3"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dec3
=
Util
.
getIntegerCodeForString
(
"dec3"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_ac_4
=
Util
.
getIntegerCodeForString
(
"ac-4"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dac4
=
Util
.
getIntegerCodeForString
(
"dac4"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dtsc
=
Util
.
getIntegerCodeForString
(
"dtsc"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dtsh
=
Util
.
getIntegerCodeForString
(
"dtsh"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dtsl
=
Util
.
getIntegerCodeForString
(
"dtsl"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dtse
=
Util
.
getIntegerCodeForString
(
"dtse"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_ddts
=
Util
.
getIntegerCodeForString
(
"ddts"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_tfdt
=
Util
.
getIntegerCodeForString
(
"tfdt"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_tfhd
=
Util
.
getIntegerCodeForString
(
"tfhd"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_trex
=
Util
.
getIntegerCodeForString
(
"trex"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_trun
=
Util
.
getIntegerCodeForString
(
"trun"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_sidx
=
Util
.
getIntegerCodeForString
(
"sidx"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_moov
=
Util
.
getIntegerCodeForString
(
"moov"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_mvhd
=
Util
.
getIntegerCodeForString
(
"mvhd"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_trak
=
Util
.
getIntegerCodeForString
(
"trak"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_mdia
=
Util
.
getIntegerCodeForString
(
"mdia"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_minf
=
Util
.
getIntegerCodeForString
(
"minf"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_stbl
=
Util
.
getIntegerCodeForString
(
"stbl"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_esds
=
Util
.
getIntegerCodeForString
(
"esds"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_moof
=
Util
.
getIntegerCodeForString
(
"moof"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_traf
=
Util
.
getIntegerCodeForString
(
"traf"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_mvex
=
Util
.
getIntegerCodeForString
(
"mvex"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_mehd
=
Util
.
getIntegerCodeForString
(
"mehd"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_tkhd
=
Util
.
getIntegerCodeForString
(
"tkhd"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_edts
=
Util
.
getIntegerCodeForString
(
"edts"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_elst
=
Util
.
getIntegerCodeForString
(
"elst"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_mdhd
=
Util
.
getIntegerCodeForString
(
"mdhd"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_hdlr
=
Util
.
getIntegerCodeForString
(
"hdlr"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_stsd
=
Util
.
getIntegerCodeForString
(
"stsd"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_pssh
=
Util
.
getIntegerCodeForString
(
"pssh"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_sinf
=
Util
.
getIntegerCodeForString
(
"sinf"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_schm
=
Util
.
getIntegerCodeForString
(
"schm"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_schi
=
Util
.
getIntegerCodeForString
(
"schi"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_tenc
=
Util
.
getIntegerCodeForString
(
"tenc"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_encv
=
Util
.
getIntegerCodeForString
(
"encv"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_enca
=
Util
.
getIntegerCodeForString
(
"enca"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_frma
=
Util
.
getIntegerCodeForString
(
"frma"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_saiz
=
Util
.
getIntegerCodeForString
(
"saiz"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_saio
=
Util
.
getIntegerCodeForString
(
"saio"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_sbgp
=
Util
.
getIntegerCodeForString
(
"sbgp"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_sgpd
=
Util
.
getIntegerCodeForString
(
"sgpd"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_uuid
=
Util
.
getIntegerCodeForString
(
"uuid"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_senc
=
Util
.
getIntegerCodeForString
(
"senc"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_pasp
=
Util
.
getIntegerCodeForString
(
"pasp"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_TTML
=
Util
.
getIntegerCodeForString
(
"TTML"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_vmhd
=
Util
.
getIntegerCodeForString
(
"vmhd"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_mp4v
=
Util
.
getIntegerCodeForString
(
"mp4v"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_stts
=
Util
.
getIntegerCodeForString
(
"stts"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_stss
=
Util
.
getIntegerCodeForString
(
"stss"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_ctts
=
Util
.
getIntegerCodeForString
(
"ctts"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_stsc
=
Util
.
getIntegerCodeForString
(
"stsc"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_stsz
=
Util
.
getIntegerCodeForString
(
"stsz"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_stz2
=
Util
.
getIntegerCodeForString
(
"stz2"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_stco
=
Util
.
getIntegerCodeForString
(
"stco"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_co64
=
Util
.
getIntegerCodeForString
(
"co64"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_tx3g
=
Util
.
getIntegerCodeForString
(
"tx3g"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_wvtt
=
Util
.
getIntegerCodeForString
(
"wvtt"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_stpp
=
Util
.
getIntegerCodeForString
(
"stpp"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_c608
=
Util
.
getIntegerCodeForString
(
"c608"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_samr
=
Util
.
getIntegerCodeForString
(
"samr"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_sawb
=
Util
.
getIntegerCodeForString
(
"sawb"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_udta
=
Util
.
getIntegerCodeForString
(
"udta"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_meta
=
Util
.
getIntegerCodeForString
(
"meta"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_keys
=
Util
.
getIntegerCodeForString
(
"keys"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_ilst
=
Util
.
getIntegerCodeForString
(
"ilst"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_mean
=
Util
.
getIntegerCodeForString
(
"mean"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_name
=
Util
.
getIntegerCodeForString
(
"name"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_data
=
Util
.
getIntegerCodeForString
(
"data"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_emsg
=
Util
.
getIntegerCodeForString
(
"emsg"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_st3d
=
Util
.
getIntegerCodeForString
(
"st3d"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_sv3d
=
Util
.
getIntegerCodeForString
(
"sv3d"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_proj
=
Util
.
getIntegerCodeForString
(
"proj"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_camm
=
Util
.
getIntegerCodeForString
(
"camm"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_alac
=
Util
.
getIntegerCodeForString
(
"alac"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_alaw
=
Util
.
getIntegerCodeForString
(
"alaw"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_ulaw
=
Util
.
getIntegerCodeForString
(
"ulaw"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_Opus
=
Util
.
getIntegerCodeForString
(
"Opus"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dOps
=
Util
.
getIntegerCodeForString
(
"dOps"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_fLaC
=
Util
.
getIntegerCodeForString
(
"fLaC"
);
@SuppressWarnings
(
"ConstantCaseForConstants"
)
public
static
final
int
TYPE_dfLa
=
Util
.
getIntegerCodeForString
(
"dfLa"
);
public
final
int
type
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment