/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/ |
H A D | extra_data_handler.cpp | 54 byte_ptr, rbsp_buf[byte_ptr]); in d_u() 60 byte_ptr ++; in d_u() 63 byte_ptr, rbsp_buf[byte_ptr]); in d_u() 71 byte_ptr++; in d_u() 75 byte_ptr, rbsp_buf[byte_ptr]); in d_u() 132 byte_ptr = 0; in parse_rbsp() 216 payload_size, byte_ptr); in parse_sei() 334 byte_ptr ++; in e_u() 346 byte_ptr++; in e_u() 412 if(i+1 < byte_ptr) { in create_rbsp() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/ |
H A D | extra_data_handler.cpp | 56 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u() 62 byte_ptr ++; in d_u() 66 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u() 75 byte_ptr++; in d_u() 80 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u() 141 byte_ptr = 0; in parse_rbsp() 398 byte_ptr ++; in e_u() 411 byte_ptr++; in e_u() 481 for (i = 0; i < byte_ptr ; i += 2) { in create_rbsp() 485 if (i+1 < byte_ptr) { in create_rbsp() [all …]
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/ |
H A D | extra_data_handler.cpp | 60 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u() 66 byte_ptr ++; in d_u() 70 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u() 79 byte_ptr++; in d_u() 84 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u() 145 byte_ptr = 0; in parse_rbsp() 402 byte_ptr ++; in e_u() 415 byte_ptr++; in e_u() 485 for (i = 0; i < byte_ptr ; i += 2) { in create_rbsp() 489 if (i+1 < byte_ptr) { in create_rbsp() [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/ |
H A D | extra_data_handler.cpp | 56 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u() 62 byte_ptr ++; in d_u() 66 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u() 75 byte_ptr++; in d_u() 80 (unsigned int)byte_ptr, rbsp_buf[byte_ptr]); in d_u() 141 byte_ptr = 0; in parse_rbsp() 398 byte_ptr ++; in e_u() 411 byte_ptr++; in e_u() 481 for (i = 0; i < byte_ptr ; i += 2) { in create_rbsp() 485 if (i+1 < byte_ptr) { in create_rbsp() [all …]
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | android_keymaster_utils.h | 59 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(&t); in ntoh() local 63 retval |= byte_ptr[i]; in ntoh() 75 uint8_t* byte_ptr = reinterpret_cast<uint8_t*>(&retval); in hton() local 77 byte_ptr[i - 1] = t & 0xFF; in hton()
|
/aosp12/art/runtime/gc/space/ |
H A D | space.h | 312 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(obj); in HasAddress() local 313 return byte_ptr >= Begin() && byte_ptr < Limit(); in HasAddress()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/ |
H A D | extra_data_handler.h | 67 OMX_U32 byte_ptr; variable
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/ |
H A D | extra_data_handler.h | 66 OMX_U32 byte_ptr; variable
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/ |
H A D | extra_data_handler.h | 66 OMX_U32 byte_ptr; variable
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/ |
H A D | extra_data_handler.h | 86 OMX_U32 byte_ptr; variable
|
/aosp12/system/update_engine/cros/ |
H A D | omaha_request_action.cc | 552 const uint8_t* byte_ptr = reinterpret_cast<const uint8_t*>(bytes); in ReceivedBytes() local 553 response_buffer_.insert(response_buffer_.end(), byte_ptr, byte_ptr + length); in ReceivedBytes()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
H A D | omx_vdec_test.cpp | 213 char *byte_ptr = buf; in crc_16_l_step_nv12() local 222 crc_16 = crc_16_l_table[ (crc_16 ^ *byte_ptr) & 0x00ff ] ^ (crc_16 >> 8); in crc_16_l_step_nv12() 224 byte_ptr++; in crc_16_l_step_nv12() 227 byte_ptr = buf + (scan_lines * stride); in crc_16_l_step_nv12() 231 crc_16 = crc_16_l_table[ (crc_16 ^ *byte_ptr) & 0x00ff ] ^ (crc_16 >> 8); in crc_16_l_step_nv12() 233 byte_ptr++; in crc_16_l_step_nv12()
|