HomeSort by relevance Sort by last modified time
    Searched defs:u4_max_strm_size (Results 1 - 2 of 2) sorted by null

  /external/libavc/encoder/
ih264e_bitstream.c 100 ps_bitstrm->u4_max_strm_size = u4_max_bitstrm_size;
120 * available size (u4_max_strm_size), returns error without corrupting data
187 UWORD32 u4_max_strm_size = ps_bitstrm->u4_max_strm_size; local
200 if((u4_strm_buf_offset + (WORD_SIZE>>3)) >= u4_max_strm_size)
238 * available size (u4_max_strm_size), returns error without corrupting data
269 * (u4_max_strm_size), returns error without corrupting data beyond it
286 UWORD32 u4_max_strm_size = ps_bitstrm->u4_max_strm_size; local
295 u4_max_strm_size)
    [all...]
ih264e_bitstream.h 215 UWORD32 u4_max_strm_size; member in struct:bitstrm
220 * u4_max_strm_size bytes
291 * available size (u4_max_strm_size), returns error without corrupting data
327 * available size (u4_max_strm_size), returns error without corrupting data
358 * (u4_max_strm_size), returns error without corrupting data beyond it

Completed in 75 milliseconds