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

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

Completed in 69 milliseconds