Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/
H A Drkvi_demo_isp.c_part239 static int write_yuv_to_file(const void *p,
259 printf("write_yuv_to_file %s %d!\n", file_name, size);
321 write_yuv_to_file(g_buffers[i].start, bytesused, cnt);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp1068 static int write_yuv_to_file(const void *p, in write_yuv_to_file() function
1169 write_yuv_to_file(p, size, sequence, ctx); in process_image()