Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DVisualSampleEntry.java98 public String getCompressorname() { in getCompressorname() method in VisualSampleEntry
199 IsoTypeWriter.writeUInt8(byteBuffer, Utf8.utf8StringLengthInBytes(getCompressorname())); in getContent()
200 byteBuffer.put(Utf8.convert(getCompressorname())); in getContent()
201 int a = Utf8.utf8StringLengthInBytes(getCompressorname()); in getContent()