Searched defs:li (Results 1 - 2 of 2) sorted by path

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDeviceSession.cpp1398 int li = std::min(i, inSz.height - 1); local
1399 yLines[i] = static_cast<JSAMPROW>(py + li * inLayout.yStride);
1402 crLines[i] = static_cast<JSAMPROW>(pcr + li * inLayout.cStride);
1403 cbLines[i] = static_cast<JSAMPROW>(pcb + li * inLayout.cStride);
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dmain.c262 LARGE_INTEGER li; local
264 QueryPerformanceCounter(&li);
265 x = (double) (li.QuadPart - (*counter_start));
272 LARGE_INTEGER li; local
274 if(!QueryPerformanceFrequency(&li))
276 x = (double)(li.QuadPart);
278 QueryPerformanceCounter(&li);
279 *counter_start = li.QuadPart;

Completed in 107 milliseconds