Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dmain.c2121 app_ctxt_t s_app_ctxt; in h264enc_main() local
2148 init_default_params(&s_app_ctxt); in h264enc_main()
2194 read_cfg_file(&s_app_ctxt, fp_cfg); in h264enc_main()
2199 parse_argument(&s_app_ctxt, argv[i], argv[i + 1]); in h264enc_main()
2211 read_cfg_file(&s_app_ctxt, fp_cfg); in h264enc_main()
2225 read_cfg_file(&s_app_ctxt, fp_cfg); in h264enc_main()
2231 validate_params(&s_app_ctxt); in h264enc_main()
2254 s_app_ctxt.u4_num_mem_rec = num_mem_recs = s_num_mem_rec_op.s_ive_op.u4_num_mem_rec; in h264enc_main()
2258 s_app_ctxt.ps_mem_rec = (iv_mem_rec_t *) malloc(num_mem_recs * sizeof(iv_mem_rec_t)); in h264enc_main()
2259 if(NULL == s_app_ctxt.ps_mem_rec) in h264enc_main()
[all …]
/external/libhevc/encoder/
Dihevce_plugin_priv.h187 app_ctxt_t s_app_ctxt; member
Dihevce_plugin.c515 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_strm_fill_done()
687 ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_init()
1244 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_receive_out_buffer()
1407 app_ctxt_t *ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_queue_out_buffer()
1524 ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_close()
1910 ps_app_ctxt = &ps_ctxt->s_app_ctxt; in ihevce_encode()
/external/libhevc/test/encoder/
Dapp.h213 appl_ctxt_t s_app_ctxt; member
Dmain.c1092 appl_ctxt_t *ps_ctxt = &s_main_ctxt.s_app_ctxt; in main()