Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
DQuicktimeTextSampleEntry.java34 int backgroundR; field in QuicktimeTextSampleEntry
62 backgroundR = IsoTypeReader.readUInt16(content); in _parseDetails()
108 return backgroundR; in getBackgroundR()
111 public void setBackgroundR(int backgroundR) { in setBackgroundR() argument
112 this.backgroundR = backgroundR; in setBackgroundR()
216 IsoTypeWriter.writeUInt16(byteBuffer, backgroundR); in getContent()