Home
last modified time | relevance | path

Searched refs:backgroundG (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
DQuicktimeTextSampleEntry.java35 int backgroundG; field in QuicktimeTextSampleEntry
63 backgroundG = IsoTypeReader.readUInt16(content); in _parseDetails()
116 return backgroundG; in getBackgroundG()
119 public void setBackgroundG(int backgroundG) { in setBackgroundG() argument
120 this.backgroundG = backgroundG; in setBackgroundG()
217 IsoTypeWriter.writeUInt16(byteBuffer, backgroundG); in getContent()