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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp1086 size_t seiIndex = 0; local
1094 if (seiIndex >= sei->size() / sizeof(NALPosition)) {
1095 ALOGE("Wrong seiIndex");
1098 NALPosition &seiPos = ((NALPosition *)sei->data())[seiIndex++];

Completed in 50 milliseconds