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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp174 size_t dst_c_size = dst_c_stride * buf->height / 2; local
176 uint8_t *dst_u = dst_v + dst_c_size;
207 size_t dst_c_size = dst_c_stride * buf->height / 2; local
209 uint8_t *dst_u = dst_v + dst_c_size;

Completed in 109 milliseconds