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

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp4153 int ivlength; local
4154 CHECK(mFormat->findInt32(kKeyCryptoDefaultIVSize, &ivlength));
4157 if (ivlength != 0 && ivlength != 8 && ivlength != 16) {
4158 ALOGW("unsupported IV length: %d", ivlength);
4170 if (mDataSource->readAt(drmoffset, smpl->iv, ivlength) != ivlength) {
4174 drmoffset += ivlength;
4180 if (smplinfosize > ivlength) {
[all...]

Completed in 95 milliseconds