Home
last modified time | relevance | path

Searched refs:p_buf_size (Results 1 – 2 of 2) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_api_main.c128 …impeg2d_get_outbuf_size(WORD32 pic_wd,UWORD32 pic_ht, WORD32 u1_chroma_format,UWORD32 *p_buf_size);
1487 … impeg2d_get_outbuf_size(WORD32 pic_wd,UWORD32 pic_ht, WORD32 u1_chroma_format,UWORD32 *p_buf_size) in impeg2d_get_outbuf_size() argument
1502 p_buf_size[0] = (pic_wd * pic_ht); in impeg2d_get_outbuf_size()
1503 p_buf_size[1] = ((pic_wd + 1) >> 1) * ((pic_ht + 1) >> 1); in impeg2d_get_outbuf_size()
1504 p_buf_size[2] = ((pic_wd + 1) >> 1) * ((pic_ht + 1) >> 1); in impeg2d_get_outbuf_size()
1508 p_buf_size[0] = (pic_wd * pic_ht) in impeg2d_get_outbuf_size()
1510 p_buf_size[1] = in impeg2d_get_outbuf_size()
1511 p_buf_size[2] = 0; in impeg2d_get_outbuf_size()
1515 p_buf_size[0] = (pic_wd * pic_ht) in impeg2d_get_outbuf_size()
1517 p_buf_size[1] = in impeg2d_get_outbuf_size()
[all …]
/external/libavc/decoder/
Dih264d_api.c1836 UWORD32 *p_buf_size) in ih264d_get_outbuf_size() argument
1852 p_buf_size[0] = (pic_wd * pic_ht); in ih264d_get_outbuf_size()
1853 p_buf_size[1] = (pic_wd * pic_ht) >> 2; in ih264d_get_outbuf_size()
1854 p_buf_size[2] = (pic_wd * pic_ht) >> 2; in ih264d_get_outbuf_size()
1858 p_buf_size[0] = (pic_wd * pic_ht) * 2; in ih264d_get_outbuf_size()
1859 p_buf_size[1] = p_buf_size[2] = 0; in ih264d_get_outbuf_size()
1863 p_buf_size[0] = (pic_wd * pic_ht) * 2; in ih264d_get_outbuf_size()
1864 p_buf_size[1] = p_buf_size[2] = 0; in ih264d_get_outbuf_size()
1869 p_buf_size[0] = (pic_wd * pic_ht); in ih264d_get_outbuf_size()
1870 p_buf_size[1] = (pic_wd * pic_ht) >> 1; in ih264d_get_outbuf_size()
[all …]