Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/
H A Dtest.c72 FILE *fidin = fopen(yuv_input, "rb"); in hw_simu_top() local
94 fseek(fidin, 0L, SEEK_END); in hw_simu_top()
95 sz = ftell(fidin); in hw_simu_top()
96 fseek(fidin, 0L, SEEK_SET); in hw_simu_top()
104 fread(datain, sizeof(unsigned char), frame_size_y, fidin); in hw_simu_top()
105 fread(datain_uv, sizeof(unsigned char), frame_size_uv, fidin); in hw_simu_top()
118 fread(datain, sizeof(unsigned char), frame_size_y, fidin); in hw_simu_top()
119 fread(datain_uv, sizeof(unsigned char), frame_size_uv, fidin); in hw_simu_top()
128 fseek(fidin, 0L, SEEK_SET); in hw_simu_top()
133 fclose(fidin); in hw_simu_top()