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

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 67 OMX_U32 byte_ptr; member in class:extra_data_handler
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 66 OMX_U32 byte_ptr; member in class:extra_data_handler
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 66 OMX_U32 byte_ptr; member in class:extra_data_handler
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
extra_data_handler.h 86 OMX_U32 byte_ptr; member in class:extra_data_handler
  /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/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/libxaac/decoder/
ixheaacd_bitbuffer.h 82 UWORD8 *byte_ptr; member in struct:ia_bit_buf_struct
  /system/keymaster/include/keymaster/
android_keymaster_utils.h 193 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(&t); local
197 retval |= byte_ptr[i];
209 uint8_t* byte_ptr = reinterpret_cast<uint8_t*>(&retval); local
211 byte_ptr[i - 1] = t & 0xFF;
  /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();
  /toolchain/binutils/binutils-2.27/libiberty/
floatformat.c 588 unsigned char *byte_ptr = data + cur_byte;
591 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
586 unsigned char *byte_ptr = data + cur_byte; local
  /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...]
  /system/update_engine/
omaha_request_action.cc 790 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(bytes); local
791 response_buffer_.insert(response_buffer_.end(), byte_ptr, byte_ptr + length);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 213 char *byte_ptr = buf; local
222 crc_16 = crc_16_l_table[ (crc_16 ^ *byte_ptr) & 0x00ff ] ^ (crc_16 >> 8);
224 byte_ptr++;
227 byte_ptr = buf + (scan_lines * stride);
231 crc_16 = crc_16_l_table[ (crc_16 ^ *byte_ptr) & 0x00ff ] ^ (crc_16 >> 8);
233 byte_ptr++;
    [all...]

Completed in 1465 milliseconds