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