Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c112 FILE *ofp; member
514 if (ctx->ofp) { in mpeg2enc_exit()
515 fclose(ctx->ofp); in mpeg2enc_exit()
516 ctx->ofp = NULL; in mpeg2enc_exit()
620 ctx->ofp = fopen(argv[4], "wb"); in parse_args()
622 if (ctx->ofp == NULL) { in parse_args()
1325 w_items = fwrite(coded_mem, slice_data_length, 1, ctx->ofp); in store_coded_buffer()
Dmpeg2vaenc.c112 FILE *ofp; member
514 if (ctx->ofp) { in mpeg2enc_exit()
515 fclose(ctx->ofp); in mpeg2enc_exit()
516 ctx->ofp = NULL; in mpeg2enc_exit()
620 ctx->ofp = fopen(argv[4], "wb"); in parse_args()
622 if (ctx->ofp == NULL) { in parse_args()
1341 w_items = fwrite(coded_mem, slice_data_length, 1, ctx->ofp); in store_coded_buffer()