Searched defs:StdVideoDecodeAV1PictureInfoFlags (Results 1 – 1 of 1) sorted by relevance
30 typedef struct StdVideoDecodeAV1PictureInfoFlags { struct31 uint32_t error_resilient_mode : 1;32 uint32_t disable_cdf_update : 1;33 uint32_t use_superres : 1;34 uint32_t render_and_frame_size_different : 1;35 uint32_t allow_screen_content_tools : 1;36 uint32_t is_filter_switchable : 1;37 uint32_t force_integer_mv : 1;61 } StdVideoDecodeAV1PictureInfoFlags; argument