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

  /device/google/contexthub/firmware/src/platform/stm32f4xx/
eeData.c 67 static void *eeDataGetEx(uint32_t name, uint32_t *offsetP, bool first, void *buf, uint32_t *szP)
76 data = eeFind(name, offsetP, first, &sz);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 52 int block_x, block_y, offset_x, offset_y, offsetP, offset;
98 offsetP = (block_y << 2) * picPitch + (block_x << 2);
101 predBlock + offsetP, picPitch, MbWidth, MbHeight);
103 offsetP = (block_y * picWidth) + (block_x << 1);
106 predCb + offsetP, picPitch >> 1, MbWidth >> 1, MbHeight >> 1);
109 predCr + offsetP, picPitch >> 1, MbWidth >> 1, MbHeight >> 1);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 1449 milliseconds