Searched defs:pv_buf (Results 1 - 13 of 13) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_job_queue.c188 * @param[in] pv_buf
218 * @param[in] pv_buf
231 void* ihevcd_jobq_init(void *pv_buf, WORD32 buf_size) argument
235 pu1_buf = (UWORD8 *)pv_buf;
H A Dihevcd_api.c1153 void *pv_buf; local
1159 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1170 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t));
1171 RETURN_IF((NULL == pv_buf), IV_FAIL);
1172 *pps_codec_obj = (iv_obj_t *)pv_buf;
1177 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(codec_t));
1178 RETURN_IF((NULL == pv_buf), IV_FAIL);
1179 (*pps_codec_obj)->pv_codec_handle = (codec_t *)pv_buf;
1180 ps_codec = (codec_t *)pv_buf;
1206 pv_buf
1483 void *pv_buf; local
[all...]
/external/libmpeg2/common/
H A Dimpeg2_job_queue.c185 * @param[in] pv_buf
215 * @param[in] pv_buf
228 void* impeg2_jobq_init(void *pv_buf, WORD32 i4_buf_size) argument
232 pu1_buf = (UWORD8 *)pv_buf;
/external/libavc/common/
H A Dih264_buf_mgr.c196 * @param[in] pv_buf
237 void *ih264_buf_mgr_init(void *pv_buf) argument
242 pu1_buf = (UWORD8 *)pv_buf;
603 void *pv_buf; local
607 pv_buf = ps_buf_mgr->apv_ptr[buf_id];
612 return pv_buf;
629 * @param[in] pv_buf
639 WORD32 ih264_buf_mgr_get_bufid(buf_mgr_t *ps_buf_mgr, void *pv_buf) argument
649 if(ps_buf_mgr->apv_ptr[id] == pv_buf)
H A Dih264_list.c207 * @param[in] pv_buf
237 * @param[in] pv_buf
250 void* ih264_list_init(void *pv_buf, argument
259 pu1_buf = (UWORD8 *)pv_buf;
408 * @param[in] pv_buf
425 IH264_ERROR_T ih264_list_queue(list_t *ps_list, void *pv_buf, WORD32 blocking) argument
456 memcpy(pv_buf_wr, pv_buf, buf_size);
497 * @param[out] pv_buf
514 IH264_ERROR_T ih264_list_dequeue(list_t *ps_list, void *pv_buf, WORD32 blocking) argument
543 memcpy(pv_buf, pv_buf_r
[all...]
/external/libavc/decoder/
H A Dih264d_api.c1150 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1217 void *pv_buf; local
1221 void (*pf_aligned_free)(void *pv_mem_ctxt, void *pv_buf);
1236 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t));
1237 RETURN_IF((NULL == pv_buf), IV_FAIL);
1238 *dec_hdl = (iv_obj_t *)pv_buf;
1242 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(dec_struct_t));
1243 RETURN_IF((NULL == pv_buf), IV_FAIL);
1244 (*dec_hdl)->pv_codec_handle = (dec_struct_t *)pv_buf;
1245 ps_dec = (dec_struct_t *)pv_buf;
2044 void *pv_buf; local
[all...]
H A Dih264d_utils.c1844 void *pv_buf; local
1850 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1851 RETURN_IF((NULL == pv_buf), IV_FAIL);
1852 ps_dec->pu1_dec_mb_map = pv_buf;
1855 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1856 RETURN_IF((NULL == pv_buf), IV_FAIL);
1857 ps_dec->pu1_recon_mb_map = pv_buf;
1860 pv_buf = ps_dec->pf_aligned_alloc(pv_mem_ctxt, 128, size);
1861 RETURN_IF((NULL == pv_buf), IV_FAIL);
1862 ps_dec->pu2_slice_num_map = pv_buf;
[all...]
/external/libavc/encoder/
H A Dih264e_api.c3930 void *pv_buf = (UWORD8 *) ps_mem_rec->pv_base + size; local
3932 ps_codec->as_process[i].ps_slice_hdr_base = pv_buf;
H A Div2.h261 void *pv_buf; member in struct:__anon8993
/external/libavc/test/decoder/
H A Dmain.c424 void ih264a_aligned_free(void *pv_ctxt, void *pv_buf) argument
427 _aligned_free(pv_buf);
439 void ih264a_aligned_free(void *pv_ctxt, void *pv_buf) argument
442 free(pv_buf);
454 void ih264a_aligned_free(void *pv_ctxt, void *pv_buf) argument
457 free(pv_buf);
/external/libavc/test/encoder/
H A Dmain.c257 void ih264a_aligned_free(void *pv_buf) argument
259 _aligned_free(pv_buf);
270 void ih264a_aligned_free(void *pv_buf) argument
272 free(pv_buf);
283 void ih264a_aligned_free(void *pv_buf) argument
285 free(pv_buf);
1765 ps_video_encode_ip->s_out_buf.pv_buf = pu1_buf;
1805 ps_video_encode_op->s_out_buf.pv_buf= NULL;
1854 pu1_buf = (UWORD8*)ps_video_encode_op->s_out_buf.pv_buf;
1879 // if(ps_video_encode_op->s_out_buf.pv_buf)
[all...]
/external/libhevc/test/decoder/
H A Dmain.c417 void ihevca_aligned_free(void *pv_ctxt, void *pv_buf) argument
420 _aligned_free(pv_buf);
432 void ihevca_aligned_free(void *pv_ctxt, void *pv_buf) argument
435 free(pv_buf);
447 void ihevca_aligned_free(void *pv_ctxt, void *pv_buf) argument
450 free(pv_buf);
/external/libmpeg2/test/decoder/
H A Dmain.c433 void app_aligned_free(void *pv_buf) argument
435 _aligned_free(pv_buf);
446 void app_aligned_free(void *pv_buf) argument
448 free(pv_buf);
459 void app_aligned_free(void *pv_buf) argument
461 free(pv_buf);

Completed in 531 milliseconds