HomeSort by relevance Sort by last modified time
    Searched full:u4_cntr (Results 1 - 1 of 1) sorted by null

  /external/libavc/encoder/
ih264e_utils.c 405 UWORD32 u4_cntr, u4_lst_bframe; local
408 u4_cntr = (u4_pic_id + 1) % MAX_NUM_BFRAMES;
415 for(; u4_cntr != (u4_pic_id % MAX_NUM_BFRAMES);
416 u4_cntr = ((u4_cntr + 1) % MAX_NUM_BFRAMES))
418 if ( (ps_inp_list[u4_cntr].u4_timestamp_low <= ps_cur_pic->u4_timestamp_low) &&
419 (ps_inp_list[u4_cntr].u4_timestamp_high <= ps_cur_pic->u4_timestamp_high) &&
420 (ps_inp_list[u4_cntr].u4_timestamp_low >= ps_inp_list[u4_lst_bframe].u4_timestamp_low) &&
421 (ps_inp_list[u4_cntr].u4_timestamp_high >= ps_inp_list[u4_lst_bframe].u4_timestamp_high))
423 u4_lst_bframe = u4_cntr;
    [all...]

Completed in 2173 milliseconds