Searched defs:_fin (Results 1 – 2 of 2) sorted by relevance
701 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, in y4m_input_open()992 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *_img) { in y4m_input_fetch_frame()
54 static size_t read_pcm16(float **_samples,FILE *_fin,int _nchannels){ in read_pcm16()