Searched refs:MAX_DECODE_TIME_US (Results 1 – 1 of 1) sorted by relevance
42 #define MAX_DECODE_TIME_US (1000000 / WANTED_MAX_DECODER_FPS) // to allow x fps macro323 …odec_err_t rc = vpx_codec_decode(vc->decoder, p->data, full_data_len, nullptr, MAX_DECODE_TIME_US); in vc_iterate()