HomeSort by relevance Sort by last modified time
    Searched refs:byte_ptr (Results 1 - 8 of 8) sorted by null

  /external/libxcam/modules/isp/
libtbd.c 98 uint8_t *byte_ptr, *eof_ptr; local
124 byte_ptr = (uint8_t *)(header_ptr + 1);
128 while (byte_ptr < eof_ptr) {
132 if (byte_ptr + sizeof(tbd_record_header_t) > eof_ptr) {
137 record_ptr = (tbd_record_header_t *)(byte_ptr);
150 if (byte_ptr + record_size > eof_ptr) {
156 byte_ptr += record_size;
349 uint8_t *byte_ptr, *eof_ptr; local
361 byte_ptr = (uint8_t *)(header_ptr + 1);
365 while (byte_ptr < eof_ptr)
490 uint8_t *byte_ptr, *eof_ptr; local
555 uint8_t *byte_ptr, *eof_ptr, record_format, record_packing; local
    [all...]
  /external/libbrillo/brillo/streams/
fake_stream.cc 64 auto* byte_ptr = static_cast<const uint8_t*>(data); local
65 AddReadPacketData(delay, brillo::Blob{byte_ptr, byte_ptr + size});
112 auto* byte_ptr = static_cast<const uint8_t*>(data); local
113 ExpectWritePacketData(delay, brillo::Blob{byte_ptr, byte_ptr + size});
295 auto byte_ptr = static_cast<const uint8_t*>(buffer); local
297 byte_ptr, byte_ptr + size_to_write);
  /external/libxaac/decoder/
ixheaacd_bitbuffer.c 278 *it_bit_buff->byte_ptr++ = it_bit_buff->byte;
287 UWORD8 *ptr_read_next = it_bit_buff->byte_ptr;
295 it_bit_buff->byte_ptr += (no_of_bits >> 3);
298 UWORD8 *v = it_bit_buff->byte_ptr;
ixheaacd_bitbuffer.h 84 UWORD8 *byte_ptr; member in struct:ia_bit_buf_struct
ixheaacd_huff_code_reorder.c 285 itt_bit_buff->byte_ptr = (UWORD8 *)ptr_aac_dec_channel_info->scratch_buf_ptr;
744 read_word = ixheaacd_aac_showbits_32(itt_bit_buff->byte_ptr,
    [all...]
  /art/runtime/gc/space/
space.h 309 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(obj); local
310 return byte_ptr >= Begin() && byte_ptr < Limit();
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors_mac.cc 125 char *byte_ptr = ((char *)ptr) + (n >> 3); \
128 char orig_byte = op((a8 *)byte_ptr, mask, mo); \
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 694 uint8_t* byte_ptr = row_buf; local
696 if (*byte_ptr == m_GifTransIndex) {
697 *byte_ptr = m_GifBgIndex;
699 byte_ptr++;
    [all...]

Completed in 759 milliseconds