Searched refs:mDefaultIVSize (Results 1 – 1 of 1) sorted by relevance
103 int32_t mDefaultIVSize; // passed in from extractor member in android::MPEG4Source3476 mDefaultIVSize = 0; in MPEG4Source()3477 mFormat->findInt32(kKeyCryptoDefaultIVSize, &mDefaultIVSize); in MPEG4Source()4592 bufmeta->setInt32(kKeyCryptoDefaultIVSize, mDefaultIVSize); in fragmentedRead()