* @brief Low-latency H.264 stream decoder. * Decodes H.264 NAL units using NVDEC hardware with zero-latency mode. * Outputs RGB frames.
#define img_decoder_ll_p &(LV_GLOBAL_DEFAULT()->img_decoder_ll) #define img_cache_p (LV_GLOBAL_DEFAULT()->img_cache) #define img_header_cache_p (LV_GLOBAL_DEFAULT()->img_header_cache) static uint32_t ...