HomeSort by relevance Sort by last modified time
    Searched full:uyvy_to_yuv (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 121 static void uyvy_to_yuv(uint8_t* dst, uint32_t* src, int width) { function in namespace:android
442 uyvy_to_yuv(row_tmp, (uint32_t*)row_src, out_width - right_crop);

Completed in 42 milliseconds