HomeSort by relevance Sort by last modified time
    Searched full:lace (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 1082 uint64_t lace; local
1086 lace = *p++;
1087 value = lace;
1088 while (lace == 255) {
1089 lace = *p++;
1090 value += lace;
1102 uint64_t lace; local
1104 r = ne_read_uint(io, &lace, 1);
1109 *value = lace;
1110 while (lace == 255)
1148 uint64_t lace, sum, length; local
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 679 uint8_t lace = mCurrentPage.mLace[i]; local
681 packetSize += lace;
683 if (lace < 255) {
    [all...]
  /external/tremolo/Tremolo/
framing.c 889 /* search ahead one lace */

Completed in 282 milliseconds