Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_api.c1629 UWORD32 *p_buf_size) in ih264d_get_outbuf_size() argument
1645 p_buf_size[0] = (pic_wd * pic_ht); in ih264d_get_outbuf_size()
1646 p_buf_size[1] = (pic_wd * pic_ht) >> 2; in ih264d_get_outbuf_size()
1647 p_buf_size[2] = (pic_wd * pic_ht) >> 2; in ih264d_get_outbuf_size()
1651 p_buf_size[0] = (pic_wd * pic_ht) * 2; in ih264d_get_outbuf_size()
1652 p_buf_size[1] = p_buf_size[2] = 0; in ih264d_get_outbuf_size()
1656 p_buf_size[0] = (pic_wd * pic_ht) * 2; in ih264d_get_outbuf_size()
1657 p_buf_size[1] = p_buf_size[2] = 0; in ih264d_get_outbuf_size()
1662 p_buf_size[0] = (pic_wd * pic_ht); in ih264d_get_outbuf_size()
1663 p_buf_size[1] = (pic_wd * pic_ht) >> 1; in ih264d_get_outbuf_size()
[all …]