Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_api.c242 RK_U32 total_length = MPP_ALIGN(p_dec->left_length + length, 16) + 64; in avsd_prepare() local
243 if (total_length > p_dec->stream_size) { in avsd_prepare()
246 } while (total_length > p_dec->stream_size); in avsd_prepare()
/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_api.c209 … size_t total_length = MPP_ALIGN(p->left_length + length, 16) + 64; // add extra 64 bytes in tails in mpg4d_prepare() local
211 if (total_length > p->stream_size) { in mpg4d_prepare()
215 } while (total_length > p->stream_size); in mpg4d_prepare()
/rockchip-linux_mpp/mpp/codec/dec/h263/
H A Dh263d_api.c241 size_t total_length = remain_length + length; in h263d_prepare() local
242 if (total_length > p->stream_size) { in h263d_prepare()
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c498 size_t total_length = MPP_ALIGN(p->left_length + length, 16) + 64; in m2vd_parser_prepare() local
500 if (total_length > p->max_stream_size) { in m2vd_parser_prepare()
505 } while (total_length > p->max_stream_size); in m2vd_parser_prepare()