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

  /frameworks/minikin/tests/
LayoutUtilsTest.cpp 24 void ExpectNextWordBreakForCache(size_t offset_in, const char* query_str) {
32 getNextWordBreakForCache(buf, offset_in, size))
33 << "Expected position is [" << query_str << "] from offset " << offset_in; local
36 void ExpectPrevWordBreakForCache(size_t offset_in, const char* query_str) {
44 getPrevWordBreakForCache(buf, offset_in, size))
45 << "Expected position is [" << query_str << "] from offset " << offset_in; local
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 1653 int offset_in = inpitch - blkwidth; local
2115 int offset_in = srcPitch - blkwidth; local
    [all...]
  /external/opencv3/modules/features2d/src/
brisk.cpp     [all...]

Completed in 1218 milliseconds