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

/external/qemu/android/camera/
H A Dcamera-format-converters.c497 int UV_inc; member in struct:YUVDesc
1013 const int UV_inc = yuv_fmt->UV_inc; local
1022 pY += Y_next_pair, pU += UV_inc, pV += UV_inc) {
1081 const int UV_inc = yuv_fmt->UV_inc; local
1090 pY += Y_next_pair, pU += UV_inc, pV += UV_inc) {
1123 const int UV_inc_src = src_fmt->UV_inc;
1200 const int UV_inc = yuv_fmt->UV_inc; local
[all...]

Completed in 94 milliseconds