Searched refs:MIN_STREAM_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/libavc/encoder/
H A Dih264e_bitstream.h70 * @brief Stream buffer allocated per frame should be atleast MIN_STREAM_SIZE
73 #define MIN_STREAM_SIZE 0x800 macro
H A Dih264e_encode.c230 if (ps_video_encode_ip->s_ive_ip.s_out_buf.u4_bufsize < MIN_STREAM_SIZE)
H A Dih264e_api.c4626 ps_op->s_ive_op.au4_min_out_buf_size[i] = MAX(((wd * ht * 3) >> 1), MIN_STREAM_SIZE);

Completed in 677 milliseconds