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

  /external/libavc/encoder/
ih264e_time_stamp.h 84 * 4) Since the Source frame skip logic is taken care by the frame_time module, whenever the
406 WORD32 ih264e_frame_time_get_src_time(frame_time_t *frame_time);
426 WORD32 ih264e_frame_time_get_tgt_time(frame_time_t *frame_time);
ih264e_time_stamp.c 640 WORD32 ih264e_frame_time_get_src_time(frame_time_t *frame_time)
642 return (frame_time->u4_src_frm_time);
663 WORD32 ih264e_frame_time_get_tgt_time(frame_time_t *frame_time)
665 return (frame_time->u4_tgt_frm_time);
696 /* Re-initialise frame_time based on the new src_frame_rate and
729 /* Re-initialise frame_time based on the new tgt_frame_rate and
  /external/autotest/client/site_tests/graphics_GLMark2/
graphics_GLMark2.py 128 frame_time = match.group('frametime')
129 keyvals[test] = frame_time
132 value=frame_time,

Completed in 1239 milliseconds