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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp256 size_t dst_c_size = dst_c_stride * buf->height / 2; local
258 uint8_t *dst_u = dst_v + dst_c_size;
289 size_t dst_c_size = dst_c_stride * buf->height / 2; local
291 uint8_t *dst_u = dst_v + dst_c_size;

Completed in 457 milliseconds