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

  /external/libavc/decoder/
ih264d_utils.c 167 WORD32 i4_prev_frame_num_ofst; local
252 i4_prev_frame_num_ofst = 0;
256 i4_prev_frame_num_ofst = ps_prev_poc->i4_prev_frame_num_ofst;
260 i4_prev_frame_num_ofst = 0;
271 frame_num_ofst = i4_prev_frame_num_ofst
275 frame_num_ofst = i4_prev_frame_num_ofst;
344 ps_cur_poc->i4_prev_frame_num_ofst = frame_num_ofst;
361 i4_prev_frame_num_ofst = 0;
364 i4_prev_frame_num_ofst = ps_prev_poc->i4_prev_frame_num_ofst
    [all...]
ih264d_structs.h 417 WORD32 i4_prev_frame_num_ofst; member in struct:__anon22116
    [all...]

Completed in 158 milliseconds