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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp648 size_t sectionLength = 0; local
662 if (section == NULL || sectionLength < strLength) {
665 sectionLength = strLength;
684 const char *keyTagName = key + sectionLength + 1; // x.y.z -> z
685 if (sectionLength + 1 >= keyLength) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp1383 unsigned sectionLength = U16_AT(mBuffer->data() + 1) & 0xfff; local
1384 return mBuffer->size() >= sectionLength + 3;

Completed in 42 milliseconds