Home | History | Annotate | Download | only in transcode

Lines Matching refs:n_items

2167     size_t n_items;
2171 n_items = fread(newImageBuffer, frame_size, 1, yuv_fp);
2173 } while (n_items != 1);