HomeSort by relevance Sort by last modified time
    Searched defs:byte_ptr (Results 1 - 11 of 11) 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);
  /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 310 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(obj); local
311 return byte_ptr >= Begin() && byte_ptr < Limit();
  /toolchain/binutils/binutils-2.25/libiberty/
floatformat.c 586 unsigned char *byte_ptr = data + cur_byte;
589 *byte_ptr = (*byte_ptr & ~mask) | ((stuff_to_put << lo_bit) & mask);
584 unsigned char *byte_ptr = data + cur_byte; local
  /system/update_engine/
omaha_request_action.cc 689 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(bytes); local
690 response_buffer_.insert(response_buffer_.end(), byte_ptr, byte_ptr + length);
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 719 uint8_t* byte_ptr = row_buf; local
721 if (*byte_ptr == m_GifTransIndex) {
722 *byte_ptr = m_GifBgIndex;
724 byte_ptr++;
    [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 2290 milliseconds