Home | History | Annotate | Download | only in common

Lines Matching full:ivbufferlength

1457             const int ivBufferlength = data.readInt32();
1458 IV = new DrmBuffer((char *)data.readInplace(ivBufferlength), ivBufferlength);