Lines Matching refs:fp_input
76 FILE *fp_input; member
320 p->fp_input = fopen(cmd->file_input, "rb"); in test_ctx_init()
321 if (NULL == p->fp_input) { in test_ctx_init()
399 if (p->fp_input) { in test_ctx_deinit()
400 fclose(p->fp_input); in test_ctx_deinit()
401 p->fp_input = NULL; in test_ctx_deinit()
799 if (p->fp_input) { in test_mpp_run()
801 ret = read_image(buf, p->fp_input, p->width, p->height, in test_mpp_run()
803 if (ret == MPP_NOK || feof(p->fp_input)) { in test_mpp_run()
807 clearerr(p->fp_input); in test_mpp_run()
808 rewind(p->fp_input); in test_mpp_run()
813 mpp_log_q(quiet, "chn %d found last frame. feof %d\n", chn, feof(p->fp_input)); in test_mpp_run()
853 if (p->fp_input && feof(p->fp_input)) in test_mpp_run()