Home
last modified time | relevance | path

Searched refs:NumPocTotalCurr (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c917 NalReader * nr, gint NumPocTotalCurr) in gst_h265_slice_parse_ref_pic_list_modification() argument
921 const guint n = ceil_log2 (NumPocTotalCurr); in gst_h265_slice_parse_ref_pic_list_modification()
928 CHECK_ALLOWED_MAX (rpl_mod->list_entry_l0[i], (NumPocTotalCurr - 1)); in gst_h265_slice_parse_ref_pic_list_modification()
936 CHECK_ALLOWED_MAX (rpl_mod->list_entry_l1[i], (NumPocTotalCurr - 1)); in gst_h265_slice_parse_ref_pic_list_modification()
2443 gint NumPocTotalCurr = 0; in gst_h265_parser_parse_slice_hdr() local
2595 NumPocTotalCurr++; in gst_h265_parser_parse_slice_hdr()
2598 NumPocTotalCurr++; in gst_h265_parser_parse_slice_hdr()
2602 NumPocTotalCurr++; in gst_h265_parser_parse_slice_hdr()
2603 slice->NumPocTotalCurr = NumPocTotalCurr; in gst_h265_parser_parse_slice_hdr()
2606 if (NumPocTotalCurr > 1) in gst_h265_parser_parse_slice_hdr()
[all …]
Dgsth265parser.h1457 gint NumPocTotalCurr; member
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c494 picture->NumPocTotalCurr = picture_info->NumPocTotalCurr; in vlVdpDecoderRenderH265()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h594 int NumPocTotalCurr; member
Dgstnvh265dec.c729 h265_params->NumPocTotalCurr = decoder->NumPicTotalCurr; in gst_nv_h265_dec_start_picture()
/third_party/ffmpeg/libavcodec/
Dnvdec_hevc.c188 .NumPocTotalCurr = ff_hevc_frame_nb_refs(s), in nvdec_hevc_start_frame()
Dvdpau_hevc.c209 info->NumPocTotalCurr = ff_hevc_frame_nb_refs(h); in vdpau_hevc_start_frame()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h626 uint32_t NumPocTotalCurr; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DextNvidiaVideoParserIf.hpp503 int32_t NumPocTotalCurr; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DextNvidiaVideoParserIf.hpp503 int32_t NumPocTotalCurr; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog7030 codecs: h265decoder: Fix a typo of NumPocTotalCurr when process ref pic list.
7031 We should use the NumPocTotalCurr value stored in decoder, which is a calculated
7033 time, the NumPocTotalCurr is 0 and make the tmp_refs a very short length, and
7035 By the way, the NumPocTotalCurr is not the correct name specified in H265 spec,
95469 codecparser: h265: Fix the NumPocTotalCurr calculation