Searched defs:byte_ptr (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
H A Dextra_data_handler.h67 OMX_U32 byte_ptr; member in class:extra_data_handler
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dextra_data_handler.h66 OMX_U32 byte_ptr; member in class:extra_data_handler
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dextra_data_handler.h66 OMX_U32 byte_ptr; member in class:extra_data_handler
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
H A Dextra_data_handler.h86 OMX_U32 byte_ptr; member in class:extra_data_handler
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp213 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++;

Completed in 379 milliseconds