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

  /frameworks/base/tools/aapt/
Images.cpp 236 int32_t* outLeft, int32_t* outRight, const char** outError,
240 *outLeft = *outRight = -1;
249 *outRight = width-2;
263 *outRight = i-1;
264 outRight += 2;
334 int32_t* outLeft, int32_t* outRight, const char** outError)
337 *outLeft = *outRight = 0;
358 (*outRight)++;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_utility.cc 869 outRight= 0x%x, bufSize= %ld)",
933 int16_t* outRight = reinterpret_cast<int16_t*>(
941 outRight[i] = sampleData[(2 * i) + 1];
    [all...]

Completed in 66 milliseconds