HomeSort by relevance Sort by last modified time
    Searched refs:IH264_ERROR_T (Results 1 - 8 of 8) sorted by null

  /external/libavc/common/
ih264_error.h 66 }IH264_ERROR_T;
ih264_list.h 86 IH264_ERROR_T ih264_list_free(list_t *ps_list);
87 IH264_ERROR_T ih264_list_reset(list_t *ps_list);
88 IH264_ERROR_T ih264_list_deinit(list_t *ps_list);
89 IH264_ERROR_T ih264_list_terminate(list_t *ps_list);
90 IH264_ERROR_T ih264_list_queue(list_t *ps_list, void *pv_buf, WORD32 blocking);
91 IH264_ERROR_T ih264_list_dequeue(list_t *ps_list, void *pv_buf, WORD32 blocking);
ih264_buf_mgr.h 83 IH264_ERROR_T ih264_buf_mgr_free(buf_mgr_t *ps_buf_mgr);
89 IH264_ERROR_T ih264_buf_mgr_add(buf_mgr_t *ps_buf_mgr,
97 IH264_ERROR_T ih264_buf_mgr_check_free(buf_mgr_t *ps_buf_mgr);
100 IH264_ERROR_T ih264_buf_mgr_release(buf_mgr_t *ps_buf_mgr,
105 IH264_ERROR_T ih264_buf_mgr_set_status(buf_mgr_t *ps_buf_mgr,
ih264_buf_mgr.c 107 IH264_ERROR_T ih264_buf_mgr_lock(buf_mgr_t *ps_buf_mgr)
137 IH264_ERROR_T ih264_buf_mgr_unlock(buf_mgr_t *ps_buf_mgr)
170 IH264_ERROR_T ih264_buf_mgr_yield(buf_mgr_t *ps_buf_mgr)
173 IH264_ERROR_T ret = IH264_SUCCESS;
175 IH264_ERROR_T rettmp;
206 IH264_ERROR_T ih264_buf_mgr_free(buf_mgr_t *ps_buf_mgr)
288 IH264_ERROR_T ih264_buf_mgr_add(buf_mgr_t *ps_buf_mgr,
293 IH264_ERROR_T ret = IH264_SUCCESS;
351 IH264_ERROR_T ret = IH264_SUCCESS;
394 IH264_ERROR_T ih264_buf_mgr_check_free(buf_mgr_t *ps_buf_mgr
    [all...]
ih264_list.c 116 IH264_ERROR_T ih264_list_lock(list_t *ps_list)
146 IH264_ERROR_T ih264_list_unlock(list_t *ps_list)
179 IH264_ERROR_T ih264_list_yield(list_t *ps_list)
182 IH264_ERROR_T ret = IH264_SUCCESS;
184 IH264_ERROR_T rettmp;
217 IH264_ERROR_T ih264_list_free(list_t *ps_list)
309 IH264_ERROR_T ih264_list_reset(list_t *ps_list)
311 IH264_ERROR_T ret = IH264_SUCCESS;
344 IH264_ERROR_T ih264_list_deinit(list_t *ps_list)
347 IH264_ERROR_T ret = IH264_SUCCESS
    [all...]
  /external/libavc/encoder/
ih264e_encode.c 480 IH264_ERROR_T ret = IH264_SUCCESS;
570 IH264_ERROR_T ret = IH264_SUCCESS;
ih264e_utils.c 865 IH264_ERROR_T ret;
    [all...]
ih264e_process.c     [all...]

Completed in 281 milliseconds