Home
last modified time | relevance | path

Searched refs:allow_screen_content_tools (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_av1.c148 .allow_screen_content_tools = frame_header->allow_screen_content_tools, in vaapi_av1_start_frame()
Dnvdec_av1.c106 .allow_screen_content_tools = frame_header->allow_screen_content_tools, in nvdec_av1_start_frame()
Dcbs_av1.h177 uint8_t allow_screen_content_tools; member
Dcbs_av1_syntax_template.c1413 flag(allow_screen_content_tools); in FUNC()
1415 infer(allow_screen_content_tools, in FUNC()
1418 if (current->allow_screen_content_tools) { in FUNC()
1511 if (current->allow_screen_content_tools && in FUNC()
Ddxva2_av1.c99 pp->coding.screen_content_tools = frame_header->allow_screen_content_tools; in fill_picture_parameters()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h369 bool allow_screen_content_tools; member
Dvid_dec_av1.c1487 hdr->allow_screen_content_tools = in frame_header_obu()
1491 if (hdr->allow_screen_content_tools) { in frame_header_obu()
1559 if (hdr->allow_screen_content_tools && (hdr->UpscaledWidth == hdr->FrameWidth)) in frame_header_obu()
1645 priv->picture.av1.picture_parameter.pic_info_fields.allow_screen_content_tools = in frame_header_obu()
1646 hdr->allow_screen_content_tools; in frame_header_obu()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c205 assert_equals_int (frame.frame_header.allow_screen_content_tools, 0); in GST_START_TEST()
297 assert_equals_int (frame.frame_header.allow_screen_content_tools, 0); in GST_START_TEST()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_av1.c150 context->desc.av1.picture_parameter.pic_info_fields.allow_screen_content_tools = in vlVaHandlePictureParameterBufferAV1()
151 av1->pic_info_fields.bits.allow_screen_content_tools; in vlVaHandlePictureParameterBufferAV1()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c661 .allow_screen_content_tools = frame_header->allow_screen_content_tools, in gst_va_av1_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h1551 guint8 allow_screen_content_tools; member
Dgstav1parser.c3676 frame_header->allow_screen_content_tools = in gst_av1_parse_uncompressed_frame_header()
3681 frame_header->allow_screen_content_tools = in gst_av1_parse_uncompressed_frame_header()
3685 if (frame_header->allow_screen_content_tools) { in gst_av1_parse_uncompressed_frame_header()
3841 if (frame_header->allow_screen_content_tools in gst_av1_parse_uncompressed_frame_header()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h863 uint32_t allow_screen_content_tools:1; member
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp838 frame_hdr->allow_screen_content_tools; in gst_d3d11_av1_dec_start_picture()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c700 result.frame_header_flags |= (pic->picture_parameter.pic_info_fields.allow_screen_content_tools in get_av1_msg()