Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp359 uint8_t* row_tmp = NULL; in encode() local
431 row_tmp = (uint8_t*)malloc(out_width * 3); in encode()
440 nv21_to_yuv(row_tmp, row_src, row_uv, out_width - right_crop); in encode()
442 uyvy_to_yuv(row_tmp, (uint32_t*)row_src, out_width - right_crop); in encode()
445 row[0] = row_tmp; in encode()
463 if (row_tmp) free(row_tmp); in encode()