Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Dlibtbd.c98 uint8_t *byte_ptr, *eof_ptr; in validate_anysize() local
124 byte_ptr = (uint8_t *)(header_ptr + 1); in validate_anysize()
128 while (byte_ptr < eof_ptr) { in validate_anysize()
132 if (byte_ptr + sizeof(tbd_record_header_t) > eof_ptr) { in validate_anysize()
137 record_ptr = (tbd_record_header_t *)(byte_ptr); in validate_anysize()
150 if (byte_ptr + record_size > eof_ptr) { in validate_anysize()
156 byte_ptr += record_size; in validate_anysize()
349 uint8_t *byte_ptr, *eof_ptr; in tbd_get_record() local
361 byte_ptr = (uint8_t *)(header_ptr + 1); in tbd_get_record()
365 while (byte_ptr < eof_ptr) { in tbd_get_record()
[all …]
/external/libbrillo/brillo/streams/
Dfake_stream.cc64 auto* byte_ptr = static_cast<const uint8_t*>(data); in AddReadPacketData() local
65 AddReadPacketData(delay, brillo::Blob{byte_ptr, byte_ptr + size}); in AddReadPacketData()
112 auto* byte_ptr = static_cast<const uint8_t*>(data); in ExpectWritePacketData() local
113 ExpectWritePacketData(delay, brillo::Blob{byte_ptr, byte_ptr + size}); in ExpectWritePacketData()
295 auto byte_ptr = static_cast<const uint8_t*>(buffer); in WriteNonBlocking() local
297 byte_ptr, byte_ptr + size_to_write); in WriteNonBlocking()
/external/libxaac/decoder/
Dixheaacd_bitbuffer.c278 *it_bit_buff->byte_ptr++ = it_bit_buff->byte; in ixheaacd_write_bit()
287 UWORD8 *ptr_read_next = it_bit_buff->byte_ptr; in ixheaacd_read_bit()
295 it_bit_buff->byte_ptr += (no_of_bits >> 3); in ixheaacd_read_bit()
298 UWORD8 *v = it_bit_buff->byte_ptr; in ixheaacd_read_bit()
Dixheaacd_bitbuffer.h84 UWORD8 *byte_ptr; member
Dixheaacd_huff_code_reorder.c285 itt_bit_buff->byte_ptr = (UWORD8 *)ptr_aac_dec_channel_info->scratch_buf_ptr; in ixheaacd_huff_code_reorder_init()
744 read_word = ixheaacd_aac_showbits_32(itt_bit_buff->byte_ptr, in ixheaacd_huff_dec_pair_hcr_non_pcw()
1289 read_word = ixheaacd_aac_showbits_32(itt_bit_buff->byte_ptr, in ixheaacd_huff_dec_quad_hcr_non_pcw()
1364 read_word = ixheaacd_aac_showbits_32(itt_bit_buff->byte_ptr, in ixheaacd_huff_dec_word_hcr_non_pcw()
1367 UWORD8 *ptr_read_next = itt_bit_buff->byte_ptr; in ixheaacd_huff_dec_word_hcr_non_pcw()
1479 itt_bit_buff->byte_ptr = itt_bit_buff->ptr_start; in ixheaacd_decode_hcr_non_pcw()
1551 itt_bit_buff->byte_ptr = itt_bit_buff->ptr_start; in ixheaacd_decode_hcr_non_pcw()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_mac.cc125 char *byte_ptr = ((char *)ptr) + (n >> 3); \
128 char orig_byte = op((a8 *)byte_ptr, mask, mo); \
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp694 uint8_t* byte_ptr = row_buf; in GifReadScanline() local
696 if (*byte_ptr == m_GifTransIndex) { in GifReadScanline()
697 *byte_ptr = m_GifBgIndex; in GifReadScanline()
699 byte_ptr++; in GifReadScanline()