Searched defs:StdVideoDecodeAV1PictureInfoFlags (Results 1 – 7 of 7) 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
10552 struct StdVideoDecodeAV1PictureInfoFlags struct10554 uint32_t error_resilient_mode:1;10555 uint32_t disable_cdf_update:1;10556 uint32_t use_superres:1;10557 uint32_t render_and_frame_size_different:1;10558 uint32_t allow_screen_content_tools:1;10559 uint32_t is_filter_switchable:1;10560 uint32_t force_integer_mv:1;10561 uint32_t frame_size_override_flag:1;10562 uint32_t buffer_removal_time_present_flag:1;[all …]
1669 typedef struct StdVideoDecodeAV1PictureInfoFlags { struct1670 uint32_t error_resilient_mode : 1;1671 uint32_t disable_cdf_update : 1;1672 uint32_t use_superres : 1;1673 uint32_t render_and_frame_size_different : 1;1674 uint32_t allow_screen_content_tools : 1;1675 uint32_t is_filter_switchable : 1;1676 uint32_t force_integer_mv : 1;1700 } StdVideoDecodeAV1PictureInfoFlags; argument