Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_structs.h1083 void *pv_proc_jobq, *pv_entropy_jobq; member
1945 void *pv_proc_jobq, *pv_entropy_jobq; member
2484 void *pv_proc_jobq, *pv_entropy_jobq; member
Dih264e_api.c3097 ps_codec->pv_entropy_jobq = ih264_list_init( in ih264e_init()
3101 RETURN_IF((ps_codec->pv_entropy_jobq == NULL), IV_FAIL); in ih264e_init()
3102 ih264_list_reset(ps_codec->pv_entropy_jobq); in ih264e_init()
3109 ps_codec->as_process[i].pv_entropy_jobq = ps_codec->pv_entropy_jobq; in ih264e_init()
3118 ps_codec->as_process[i].s_entropy.pv_entropy_jobq = in ih264e_init()
3119 ps_codec->pv_entropy_jobq; in ih264e_init()
5050 ih264_list_free(ps_codec->pv_entropy_jobq); in ih264e_retrieve_memrec()
Dih264e_encode.c533 ih264_list_reset(ps_codec->pv_entropy_jobq); in ih264e_encode()
Dih264e_process.c1111 error_status = ih264_list_queue(ps_proc->pv_entropy_jobq, &s_job, 1); in ih264e_update_proc_ctxt()
1117 ih264_list_terminate(ps_codec->pv_entropy_jobq); in ih264e_update_proc_ctxt()
2554 ret = ih264_list_dequeue(ps_proc->pv_entropy_jobq, &s_job, is_blocking); in ih264e_process_thread()