Home
last modified time | relevance | path

Searched refs:pps_curr_pic_ref_enabled_flag (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std.h289 uint32_t pps_curr_pic_ref_enabled_flag : 1; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h319 uint32_t pps_curr_pic_ref_enabled_flag : 1; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c485 self->NumPocLtCurr == 0 && !scc_ext->pps_curr_pic_ref_enabled_flag) { in gst_h265_decoder_process_ref_pic_lists()
513 if (scc_ext->pps_curr_pic_ref_enabled_flag) in gst_h265_decoder_process_ref_pic_lists()
530 if (scc_ext->pps_curr_pic_ref_enabled_flag && in gst_h265_decoder_process_ref_pic_lists()
563 if (scc_ext->pps_curr_pic_ref_enabled_flag) in gst_h265_decoder_process_ref_pic_lists()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c616 .pps_curr_pic_ref_enabled_flag = pps_scc->pps_curr_pic_ref_enabled_flag, in _fill_screen_content_ext_parameter()
780 if (pps->pps_scc_extension_params.pps_curr_pic_ref_enabled_flag && i < 15) { in gst_va_h265_dec_start_picture()
/third_party/ffmpeg/libavcodec/
Dcbs_h265_syntax_template.c998 flag(pps_curr_pic_ref_enabled_flag); in FUNC()
1393 if (pps->pps_curr_pic_ref_enabled_flag && in FUNC()
1456 if (pps->pps_curr_pic_ref_enabled_flag) in FUNC()
Dcbs_h265.h422 uint8_t pps_curr_pic_ref_enabled_flag; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h1056 guint8 pps_curr_pic_ref_enabled_flag; member
Dgsth265parser.c2315 pps->pps_scc_extension_params.pps_curr_pic_ref_enabled_flag, 1); in gst_h265_parse_pps()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c820 assert_equals_int (pps.pps_scc_extension_params.pps_curr_pic_ref_enabled_flag, in GST_START_TEST()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6768 uint32_t pps_curr_pic_ref_enabled_flag:1; member
DvkVulkan_c.inl749 deUint32 pps_curr_pic_ref_enabled_flag : 1; member
DvkStrUtilImpl.inl13523 s << "\tpps_curr_pic_ref_enabled_flag = " << value.pps_curr_pic_ref_enabled_flag << '\n';