Home
last modified time | relevance | path

Searched refs:_pitch (Results 1 – 1 of 1) sorted by relevance

/external/libxcam/modules/soft/
Dsoft_image.h53 uint32_t _pitch; variable
83 return _pitch; in get_pitch()
93 return (T *)(_buf_ptr + y * _pitch) + x; in get_buf_ptr()
96 return (const T *)(_buf_ptr + y * _pitch) + x; in get_buf_ptr()
100 const T *t_ptr = (const T *)(_buf_ptr + y * _pitch); in read_data_no_check()
118 const T *t_ptr = ((const T *)(_buf_ptr + y * _pitch)) + x; in read_array_no_check()
125 const T *t_ptr = ((const T *)(_buf_ptr + y * _pitch)) + x; in read_array_no_check()
138 const T *t_ptr = ((const T *)(_buf_ptr + y * _pitch)); in read_array()
150 const T *t_ptr = ((const T *)(_buf_ptr + y * _pitch)); in read_array()
166 T *t_ptr = (T *)(_buf_ptr + y * _pitch); in write_data_no_check()
[all …]