Searched refs:bpl (Results 1 - 25 of 49) sorted by relevance

12

/external/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s10 bpl lbl
/external/qemu/android/
H A Dmultitouch-port.h65 int bpl; member in struct:MTFrameHeader
H A Dmultitouch-screen.c342 mts_state->fb_header.bpl = surface->linesize;
368 mts_state->fb_header.bpl = 4 * w;
454 mts_state->fb_header.bpl = ds->surface->linesize;
H A Dmultitouch-port.c421 fmt->h, fmt->disp_height, fmt->bpp, fmt->bpl,
/external/qemu/android/utils/
H A Djpeg-compress.h86 * bpl - Number of bytes per line in the framebuffer.
98 int bpp, int bpl,
H A Djpeg-compress.c155 int bpp, int bpl,
193 JSAMPROW rgb = (JSAMPROW)(fb + (cinfo.next_scanline + y) * bpl + x_shift);
199 JSAMPROW rgb = (JSAMPROW)(fb + (y_shift - cinfo.next_scanline) * bpl + x_shift);
153 jpeg_compressor_compress_fb(AJPEGDesc* dsc, int x, int y, int w, int h, int num_lines, int bpp, int bpl, const uint8_t* fb, int jpeg_quality, int ydir) argument
/external/pixman/pixman/
H A Dpixman-arm-simd-asm-scaled.S98 bpl 9b
105 bpl 9b
112 bpl 9b
H A Dpixman-arm-neon-asm.h217 bpl 5b
222 bpl 5b
228 bpl 5b
234 bpl 5b
242 bpl 5b
247 bpl 5b
285 bpl 5b
292 bpl 5b
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DHex.java244 * @param bpl {@code >= 0;} number of bytes of output per line
250 int outOffset, int bpl, int addressLength) {
290 if (col == bpl) {
249 dump(byte[] arr, int offset, int length, int outOffset, int bpl, int addressLength) argument
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java256 * @param bpl >= 0; number of bytes of output per line
262 int outOffset, int bpl, int addressLength) {
302 if (col == bpl) {
261 dump(byte[] arr, int offset, int length, int outOffset, int bpl, int addressLength) argument
/external/linux-tools-perf/perf-3.12.0/arch/h8300/lib/
H A Dmemcpy.S80 bpl 1b
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm92 bpl token_high_bit_not_set
168 bpl token_high_bit_not_set_se
262 bpl token_high_bit_not_set_ev
H A Dvp8_packtokens_partitions_armv5.asm167 bpl token_high_bit_not_set
265 bpl extra_high_bit_not_set
395 bpl token_high_bit_not_set_se
H A Dvp8_packtokens_armv5.asm117 bpl token_high_bit_not_set
215 bpl extra_high_bit_not_set
H A Dvp8_packtokens_mbrow_armv5.asm138 bpl token_high_bit_not_set
236 bpl extra_high_bit_not_set
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm92 bpl token_high_bit_not_set
168 bpl token_high_bit_not_set_se
262 bpl token_high_bit_not_set_ev
H A Dvp8_packtokens_partitions_armv5.asm167 bpl token_high_bit_not_set
265 bpl extra_high_bit_not_set
395 bpl token_high_bit_not_set_se
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/rc4/
H A Drc4-md5-x86_64.S28 movb -8(%rdi),%bpl
31 incb %bpl
621 addb $32,%bpl
1198 addb $32,%bpl
1219 movb %sil,%bpl
1247 subb $1,%bpl
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/rc4/
H A Drc4-md5-x86_64.S28 movb -8(%rdi),%bpl
31 incb %bpl
621 addb $32,%bpl
1198 addb $32,%bpl
1219 movb %sil,%bpl
1247 subb $1,%bpl
/external/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.S26 movb -8(%rdi),%bpl
29 incb %bpl
619 addb $32,%bpl
1196 addb $32,%bpl
1217 movb %sil,%bpl
1245 subb $1,%bpl
/external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
H A Dghash-armv4.pl225 bpl .Linner
310 bpl .Loop
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86regtmod.gperf226 bpl, REG, X86_REG8X, 5, 64
/external/openssl/crypto/modes/asm/
H A Dghash-armv4.pl221 bpl .Linner
305 bpl .Loop
/external/qemu/android/camera/
H A Dcamera-capture-windows.c348 uint32_t bpl = (frame_width * 3 + 1) & ~1; local
349 wcd->frame_bitmap->bmiHeader.biSizeImage = bpl * frame_height;
/external/jpeg/
H A Darmv6_idct.S357 bpl pass2_head

Completed in 3361 milliseconds

12