HomeSort by relevance Sort by last modified time
    Searched defs:sectionLength (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 805 int32_t sectionLength;
818 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
819 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
823 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
824 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
828 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2;
829 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
833 sectionLength = ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4;
834 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
838 sectionLength = ds->readUInt32(spoofDH->fAnyCaseTrieLength)
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 715 size_t sectionLength = 0;
730 if (section == NULL || sectionLength < strLength) {
733 sectionLength = strLength;
750 const char *nameTagName = name + sectionLength + 1; // x.y.z -> z
751 if (sectionLength + 1 >= nameLength) {
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp     [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
SectionParser.java 322 int sectionLength =
324 if (pos + sectionLength > data.length()) {
330 parseSection(Arrays.copyOfRange(data.buffer(), pos, pos + sectionLength));
331 pos += sectionLength;
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1341 milliseconds