Searched refs:i4_size (Results 1 – 7 of 7) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_utils.c | 577 WORD32 i4_size; in ih264d_get_dpb_size() local 585 i4_size = 152064; in ih264d_get_dpb_size() 588 i4_size = 345600; in ih264d_get_dpb_size() 591 i4_size = 912384; in ih264d_get_dpb_size() 594 i4_size = 912384; in ih264d_get_dpb_size() 597 i4_size = 912384; in ih264d_get_dpb_size() 600 i4_size = 1824768; in ih264d_get_dpb_size() 603 i4_size = 3110400; in ih264d_get_dpb_size() 606 i4_size = 3110400; in ih264d_get_dpb_size() 609 i4_size = 6912000; in ih264d_get_dpb_size() [all …]
|
D | ih264d_dpb_mgr.c | 533 WORD32 i4_size = ((ps_dpb_mgr->u2_pic_wd in ih264d_delete_st_node_or_make_lt() local 536 memset(pu1_src, 0, i4_size); in ih264d_delete_st_node_or_make_lt() 551 WORD32 i4_size = ((ps_dpb_mgr->u2_pic_wd in ih264d_delete_st_node_or_make_lt() local 554 memset(pu1_src, 0, i4_size); in ih264d_delete_st_node_or_make_lt() 570 WORD32 i4_size = ((ps_dpb_mgr->u2_pic_wd in ih264d_delete_st_node_or_make_lt() local 573 memset(pu1_src, 0, i4_size); in ih264d_delete_st_node_or_make_lt()
|
/external/libmpeg2/common/ |
D | impeg2_job_queue.c | 72 WORD32 i4_size; in impeg2_jobq_ctxt_size() local 73 i4_size = sizeof(jobq_t); in impeg2_jobq_ctxt_size() 74 i4_size += ithread_get_mutex_lock_size(); in impeg2_jobq_ctxt_size() 75 return i4_size; in impeg2_jobq_ctxt_size()
|
/external/libavc/encoder/ |
D | ih264e_trace_support.h | 57 void init_trace_support(WORD8 *pu1_buf, WORD32 i4_size);
|
D | irc_trace_support.h | 57 void init_trace_support(WORD8 *pu1_buf, WORD32 i4_size);
|
/external/libavc/test/decoder/ |
D | main.c | 418 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() argument 421 return (void *)_aligned_malloc(i4_size, alignment); in ih264a_aligned_malloc() 433 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() argument 436 return malloc(i4_size); in ih264a_aligned_malloc() 448 void * ih264a_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ih264a_aligned_malloc() argument 451 return memalign(alignment, i4_size); in ih264a_aligned_malloc() 938 …UWORD32 i4_size = s_dump_disp_frm_buf.u4_y_strd * ((s_dump_disp_frm_buf.u4_y_ht + 160) + (s_dump_d… in dump_output() local 939 fwrite(buf, 1, i4_size ,ps_op_file); in dump_output() 1005 …UWORD32 i4_size = s_dump_disp_frm_buf.u4_y_strd * ((s_dump_disp_frm_buf.u4_y_ht + 80) + (s_dump_di… in dump_output() local 1006 fwrite(buf, 1, i4_size ,ps_op_file); in dump_output()
|
/external/libhevc/test/decoder/ |
D | main.c | 411 void *ihevca_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ihevca_aligned_malloc() argument 414 return (void *)_aligned_malloc(i4_size, alignment); in ihevca_aligned_malloc() 426 void *ihevca_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ihevca_aligned_malloc() argument 429 return malloc(i4_size); in ihevca_aligned_malloc() 441 void *ihevca_aligned_malloc(void *pv_ctxt, WORD32 alignment, WORD32 i4_size) in ihevca_aligned_malloc() argument 444 return memalign(alignment, i4_size); in ihevca_aligned_malloc()
|