Searched refs:total_length (Results 1 – 4 of 4) sorted by relevance
242 RK_U32 total_length = MPP_ALIGN(p_dec->left_length + length, 16) + 64; in avsd_prepare() local243 if (total_length > p_dec->stream_size) { in avsd_prepare()246 } while (total_length > p_dec->stream_size); in avsd_prepare()
209 … size_t total_length = MPP_ALIGN(p->left_length + length, 16) + 64; // add extra 64 bytes in tails in mpg4d_prepare() local211 if (total_length > p->stream_size) { in mpg4d_prepare()215 } while (total_length > p->stream_size); in mpg4d_prepare()
241 size_t total_length = remain_length + length; in h263d_prepare() local242 if (total_length > p->stream_size) { in h263d_prepare()
498 size_t total_length = MPP_ALIGN(p->left_length + length, 16) + 64; in m2vd_parser_prepare() local500 if (total_length > p->max_stream_size) { in m2vd_parser_prepare()505 } while (total_length > p->max_stream_size); in m2vd_parser_prepare()