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

  /external/libhevc/encoder/
ihevce_buffer_que_private.h 68 WORD32 i4_num_active_bufs; /*! < number of active buffers */ member in struct:__anon28533
ihevce_buffer_que.c 141 ps_buf_que->i4_num_active_bufs = 0;
303 ps_buf_que->i4_num_active_bufs += 1;
349 if(0 == ps_buf_que->i4_num_active_bufs)
354 ps_buf_que->i4_num_active_bufs -= 1;
381 return (ps_buf_que->i4_num_active_bufs);

Completed in 289 milliseconds