Searched refs:rettmp (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_job_queue.c | 167 IHEVCD_ERROR_T rettmp; in ihevcd_jobq_yield() local 168 rettmp = ihevcd_jobq_unlock(ps_jobq); in ihevcd_jobq_yield() 169 RETURN_IF((rettmp != (IHEVCD_ERROR_T)IHEVCD_SUCCESS), rettmp); in ihevcd_jobq_yield() 174 rettmp = ihevcd_jobq_lock(ps_jobq); in ihevcd_jobq_yield() 175 RETURN_IF((rettmp != (IHEVCD_ERROR_T)IHEVCD_SUCCESS), rettmp); in ihevcd_jobq_yield() 395 IHEVCD_ERROR_T rettmp; in ihevcd_jobq_queue() local 399 rettmp = ihevcd_jobq_lock(ps_jobq); in ihevcd_jobq_queue() 400 RETURN_IF((rettmp != (IHEVCD_ERROR_T)IHEVCD_SUCCESS), rettmp); in ihevcd_jobq_queue() 420 rettmp = ihevcd_jobq_unlock(ps_jobq); in ihevcd_jobq_queue() 421 RETURN_IF((rettmp != (IHEVCD_ERROR_T)IHEVCD_SUCCESS), rettmp); in ihevcd_jobq_queue() [all …]
|
/external/libavc/common/ |
D | ih264_list.c | 184 IH264_ERROR_T rettmp; in ih264_list_yield() local 185 rettmp = ih264_list_unlock(ps_list); in ih264_list_yield() 186 RETURN_IF((rettmp != IH264_SUCCESS), rettmp); in ih264_list_yield() 193 rettmp = ih264_list_lock(ps_list); in ih264_list_yield() 194 RETURN_IF((rettmp != IH264_SUCCESS), rettmp); in ih264_list_yield() 428 IH264_ERROR_T rettmp; in ih264_list_queue() local 437 rettmp = ih264_list_lock(ps_list); in ih264_list_queue() 438 RETURN_IF((rettmp != IH264_SUCCESS), rettmp); in ih264_list_queue() 477 rettmp = ih264_list_unlock(ps_list); in ih264_list_queue() 478 RETURN_IF((rettmp != IH264_SUCCESS), rettmp); in ih264_list_queue() [all …]
|
D | ih264_buf_mgr.c | 175 IH264_ERROR_T rettmp; in ih264_buf_mgr_yield() local 176 rettmp = ih264_buf_mgr_unlock(ps_buf_mgr); in ih264_buf_mgr_yield() 177 RETURN_IF((rettmp != IH264_SUCCESS), rettmp); in ih264_buf_mgr_yield() 182 rettmp = ih264_buf_mgr_lock(ps_buf_mgr); in ih264_buf_mgr_yield() 183 RETURN_IF((rettmp != IH264_SUCCESS), rettmp); in ih264_buf_mgr_yield() 398 IH264_ERROR_T rettmp = IH264_SUCCESS; in ih264_buf_mgr_check_free() local 399 rettmp = ih264_buf_mgr_lock(ps_buf_mgr); in ih264_buf_mgr_check_free() 400 RETURN_IF((rettmp != IH264_SUCCESS), ret); in ih264_buf_mgr_check_free() 412 rettmp = ih264_buf_mgr_unlock(ps_buf_mgr); in ih264_buf_mgr_check_free() 413 RETURN_IF((rettmp != IH264_SUCCESS), ret); in ih264_buf_mgr_check_free()
|