Searched defs:isEmulationPreventionByte (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DABitReader.cpp153 bool isEmulationPreventionByte = (numZeros >= 2 && *data == 3); local
161 if (!isEmulationPreventionByte) {
181 bool isEmulationPreventionByte = (mNumZeros >= 2 && *mData == 3); local
190 if (!isEmulationPreventionByte) {

Completed in 108 milliseconds