Searched refs:fp_i (Results 1 – 1 of 1) sorted by relevance
50 FILE *fp_i; member128 ctx->fp_i = fopen(p_cmd_cfg->src_file_name, "rb"); in multi_vdpp()129 if (!ctx->fp_i) { in multi_vdpp()141 if ((srcfrmsize > fread(psrc, 1, srcfrmsize, ctx->fp_i)) || feof(ctx->fp_i)) { in multi_vdpp()145 clearerr(ctx->fp_i); in multi_vdpp()146 rewind(ctx->fp_i); in multi_vdpp()151 mpp_log("chn %d found last frame. feof %d\n", ctx->chn, feof(ctx->fp_i)); in multi_vdpp()223 if (ctx->fp_i) { in multi_vdpp()224 fclose(ctx->fp_i); in multi_vdpp()225 ctx->fp_i = NULL; in multi_vdpp()