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

  /external/libavc/encoder/
ih264e_utils.c 139 * encoding. This queue is maintained at ps_codec->as_inp_list. Whenever a
237 ps_inp_buf = &(ps_codec->as_inp_list[ps_codec->i4_pic_cnt
345 ps_inp_buf = &(ps_codec->as_inp_list[u4_pic_id % MAX_NUM_BFRAMES]);
376 * frames in RC is ruled out. We have to modify the as_inp_list to simulate
378 * 1) Search through as_inp_list to locate the largest u4_timestamp_low less
382 * 2) Swap the position in as_inp_list. Hence now the last B frame is
411 ps_inp_list = &ps_codec->as_inp_list[0];
427 ps_swap_buff = &(ps_codec->as_inp_list[u4_lst_bframe]);
    [all...]
ih264e_structs.h 2623 inp_buf_t as_inp_list[MAX_NUM_BFRAMES]; member in struct:_codec_t
    [all...]

Completed in 119 milliseconds