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

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 53 DEBUG_PRINT_LOW("\nIn %s() bit_ptr/byte_ptr :%d/%d/%x", __func__, bit_ptr,
54 byte_ptr, rbsp_buf[byte_ptr]);
57 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift;
60 byte_ptr ++;
62 DEBUG_PRINT_LOW("\nIn %s() bit_ptr/byte_ptr :%d/%d/%x", __func__, bit_ptr,
63 byte_ptr, rbsp_buf[byte_ptr]);
67 bins |= ((rbsp_buf[byte_ptr] << (8-bit_ptr)) & 0xFF) >> (8-rem_bits);
71 byte_ptr++
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 55 DEBUG_PRINT_LOW("In %s() bit_ptr/byte_ptr :%u/%u/%x", __func__, (unsigned int)bit_ptr,
56 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]);
59 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift;
62 byte_ptr ++;
65 DEBUG_PRINT_LOW("In %s() bit_ptr/byte_ptr :%u/%u/%x", __func__, (unsigned int)bit_ptr,
66 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]);
70 bins |= ((rbsp_buf[byte_ptr] << (8-bit_ptr)) & 0xFF) >> (8-rem_bits);
75 byte_ptr++
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 55 DEBUG_PRINT_LOW("In %s() bit_ptr/byte_ptr :%u/%u/%x", __func__, (unsigned int)bit_ptr,
56 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]);
59 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift;
62 byte_ptr ++;
65 DEBUG_PRINT_LOW("In %s() bit_ptr/byte_ptr :%u/%u/%x", __func__, (unsigned int)bit_ptr,
66 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]);
70 bins |= ((rbsp_buf[byte_ptr] << (8-bit_ptr)) & 0xFF) >> (8-rem_bits);
75 byte_ptr++
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 55 DEBUG_PRINT_LOW("In %s() bit_ptr/byte_ptr :%u/%u/%x", __func__, (unsigned int)bit_ptr,
56 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]);
59 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift;
62 byte_ptr ++;
65 DEBUG_PRINT_LOW("In %s() bit_ptr/byte_ptr :%u/%u/%x", __func__, (unsigned int)bit_ptr,
66 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]);
70 bins |= ((rbsp_buf[byte_ptr] << (8-bit_ptr)) & 0xFF) >> (8-rem_bits);
75 byte_ptr++
    [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);
  /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/msmcobalt/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 66 OMX_U32 byte_ptr; member in class:extra_data_handler
  /system/keymaster/include/keymaster/
android_keymaster_utils.h 188 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(&t); local
192 retval |= byte_ptr[i];
204 uint8_t* byte_ptr = reinterpret_cast<uint8_t*>(&retval); local
206 byte_ptr[i - 1] = t & 0xFF;
  /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
  /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 657 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(bytes); local
658 response_buffer_.insert(response_buffer_.end(), byte_ptr, byte_ptr + length);
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.cpp 706 uint8_t* byte_ptr = row_buf; local
708 if (*byte_ptr == pCodec->m_GifTransIndex) {
709 *byte_ptr = pCodec->m_GifBgIndex;
711 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 851 milliseconds