Searched refs:pts64 (Results 1 – 1 of 1) sorted by relevance
1030 const int64_t pts64 = ticks_to_timebase_units(timebase, *time_stamp); in av1_encode_strategy() local1031 if (pts64 < 0 || pts64 > UINT32_MAX) return AOM_CODEC_ERROR; in av1_encode_strategy()1032 cpi->common.frame_presentation_time = (uint32_t)pts64; in av1_encode_strategy()