HomeSort by relevance Sort by last modified time
    Searched refs:topLength (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 172 Int topLength;
175 topLength = Length - 16;
177 if (topLength > 0)
179 status = BitstreamPutBits(stream, topLength, topValue);
  /external/skia/src/utils/
SkPatchUtils.cpp 143 SkScalar topLength = approx_arc_length(pts, kNumPtsCubic);
158 int lodX = static_cast<int>(SkMaxScalar(topLength, bottomLength) / kPartitionSize);

Completed in 576 milliseconds