Home
last modified time | relevance | path

Searched refs:j (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/
Dinterlace-frames.py48 for j in range(h):
51 out.putpixel((i, j*N+fn), f.getpixel((i, j)))
87 for j in range(height):
88 out.putpixel((i, j), img.getpixel((i, j * num_frames + k)))
DREADME.md10 m -j bootimage
21 mm -j && m ramdisk-nodeps && m recoveryimage-nodeps
31 mmma -j bootable/recovery
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java265 for (int j = 0; j < h; ++j) {
266 if (pixels[j*w+right-1] != 0xff000000) {
281 for (int j = 0; j < h; ++j) {
282 if (pixels[j*w+left] != 0xff000000) {
/bootable/recovery/minui/
Dgraphics_drm.cpp195 for (int j = 0; j < resources->count_crtcs; j++) { in find_crtc_for_connector() local
196 if (!(encoder->possible_crtcs & (1 << j))) continue; in find_crtc_for_connector()
197 crtc = resources->crtcs[j]; in find_crtc_for_connector()
Dgraphics.cpp145 for (int j = 0; j < height; ++j) { in TextBlend() local
/bootable/recovery/updater/
Dblockimg.cpp1301 for (size_t j = begin; j < end; ++j) { in PerformCommandZero() local
2120 for (size_t j = begin; j < end; ++j) { in RangeSha1Fn() local
2269 for (size_t j = begin; j < end; ++j) { in BlockImageRecoverFn() local
2271 if (status.data_size <= static_cast<uint64_t>(j) * BLOCKSIZE) { in BlockImageRecoverFn()
2275 if (fh.pread(buffer, BLOCKSIZE, static_cast<off64_t>(j) * BLOCKSIZE) != BLOCKSIZE) { in BlockImageRecoverFn()
2277 block_device_path.c_str(), j, strerror(errno)); in BlockImageRecoverFn()
/bootable/recovery/updater_sample/
DREADME.md164 1. Compile the app `mmma -j bootable/recovery/updater_sample`.
196 5. Build sample app `make -j SystemUpdaterSample`.
197 6. Build Android `make -j`
232 1. Build `make -j SystemUpdaterSample` and `make -j SystemUpdaterSampleTests`.