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

12

/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.h82 * bpl - Number of bytes per line in the framebuffer.
94 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
H A Dpixman-arm-simd-asm.h202 PF bpl, 60f variable
320 bpl 100f
/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/dexlib/src/main/java/org/jf/dexlib/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/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
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/chromium_org/third_party/openssl/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/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/openssl/openssl/crypto/modes/asm/
H A Dghash-armv4.S98 bpl .Linner
239 bpl .Loop
H A Dghash-armv4.pl207 bpl .Linner
291 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.S98 bpl .Linner
239 bpl .Loop
H A Dghash-armv4.pl207 bpl .Linner
291 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
/external/qemu/distrib/jpeg-6b/
H A Darmv6_idct.S357 bpl pass2_head
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm265 DECLARE_REG_SIZE bp, bpl
410 DECLARE_REG 10, rbp, ebp, bp, bpl, 88
487 DECLARE_REG 10, rbp, ebp, bp, bpl, 40

Completed in 3954 milliseconds

12