Searched refs:pad (Results 1 – 9 of 9) sorted by relevance
/system/media/audio_utils/spdif/ |
D | SPDIFEncoder.cpp | 97 uint16_t pad = mBurstBuffer[mByteCursor >> 1]; in writeBurstBufferBytes() local 100 pad |= *buffer++; // put second byte in LSB in writeBurstBufferBytes() 101 mBurstBuffer[mByteCursor >> 1] = pad; in writeBurstBufferBytes() 102 pad = 0; in writeBurstBufferBytes() 104 pad |= (*buffer++) << 8; // put first byte in MSB in writeBurstBufferBytes() 110 mBurstBuffer[mByteCursor >> 1] = pad; in writeBurstBufferBytes()
|
/system/core/libsparse/ |
D | sparse.c | 130 int64_t pad; in write_all_blocks() local 143 pad = s->len - (int64_t)last_block * s->block_size; in write_all_blocks() 144 assert(pad >= 0); in write_all_blocks() 145 if (pad > 0) { in write_all_blocks() 146 write_skip_chunk(out, pad); in write_all_blocks()
|
D | output_file.c | 65 int (*pad)(struct output_file *, int64_t); member 179 .pad = file_pad, 263 .pad = gz_file_pad, 313 .pad = callback_file_pad, 525 return out->ops->pad(out, out->len); in write_normal_end_chunk()
|
/system/media/camera/docs/ |
D | camera_metadata_tag_info.mako | 36 ${"[%s]" %(path_name(i)) | csym,pad(36)} = "${path_name(i)}", 42 ${"[%s]" %(path_name(i)) | csym,pad(36)} = { ${path_name(i) | csym}_START, 52 { ${'"%s",' %(entry.name_short) | pad(40)} ${entry.type | ctype_enum,ljust(11)} },
|
D | camera_metadata_tags.mako | 65 ${path_name(i) + '.start' | csym,ljust(30)} = ${path_name(i) | csym,pad(64)} << 16, 104 ${'%s_%s'%(csym(entry.name), val.name) | pad(65)} = ${val.id},
|
D | metadata_helpers.py | 268 def pad(col): function
|
/system/core/include/diskconfig/ |
D | diskconfig.h | 76 uint16_t pad; /* bytes 444-445 */ member
|
/system/core/include/private/pixelflinger/ |
D | ggl_context.h | 354 GGLubyte pad[2];
|
/system/keymaster/ |
D | ocb.c | 1257 block pad; in ae_decrypt() local 1260 pad = tmp.bl; in ae_decrypt() 1262 tmp.bl = xor_block(tmp.bl, pad); in ae_decrypt()
|