Home
last modified time | relevance | path

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

/aosp_15_r20/external/libavc/examples/mvcdec/
H A Dmain.c119 mvc_app_files_t s_mvc_app_files; member
313 sscanf(value, "%s", ps_app_ctx->s_mvc_app_files.au1_ip_fname); in mvcd_parse_argument()
319 sscanf(value, "%s", ps_app_ctx->s_mvc_app_files.au1_op_fname); in mvcd_parse_argument()
325 sscanf(value, "%s", ps_app_ctx->s_mvc_app_files.au1_op_chksum_fname); in mvcd_parse_argument()
1097 extn = strstr((char *) ps_app_ctxt->s_mvc_app_files.au1_op_fname, "%d"); in mvcd_decode_frame()
1101 mvcd_output_write_stall(ps_app_ctxt->s_mvc_app_files.au1_op_fname, in mvcd_decode_frame()
1104 sprintf(cur_fname, (char *) ps_app_ctxt->s_mvc_app_files.au1_op_fname, in mvcd_decode_frame()
1152 printf("Input filename : %s\n", ps_app_ctxt->s_mvc_app_files.au1_ip_fname); in mvcd_decode_frame()
1230 strcpy((char *) s_app_ctxt.s_mvc_app_files.au1_ip_fname, "\0"); in main()
1292 if(strcmp((char *) s_app_ctxt.s_mvc_app_files.au1_ip_fname, "\0") == 0) in main()
[all …]