Home
last modified time | relevance | path

Searched refs:long_term_frame_idx (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c1045 && tmp->long_term_frame_idx == ref_pic_marking->long_term_frame_idx) { in gst_h264_dpb_perform_memory_management_control_operation()
1056 tmp->other_field->long_term_frame_idx == in gst_h264_dpb_perform_memory_management_control_operation()
1057 ref_pic_marking->long_term_frame_idx) { in gst_h264_dpb_perform_memory_management_control_operation()
1098 other->long_term_frame_idx = ref_pic_marking->long_term_frame_idx; in gst_h264_dpb_perform_memory_management_control_operation()
1101 other, other->long_term_frame_idx, other->pic_order_cnt); in gst_h264_dpb_perform_memory_management_control_operation()
1105 other->other_field->long_term_frame_idx = in gst_h264_dpb_perform_memory_management_control_operation()
1106 ref_pic_marking->long_term_frame_idx; in gst_h264_dpb_perform_memory_management_control_operation()
1122 other->long_term_frame_idx > max_long_term_frame_idx) { in gst_h264_dpb_perform_memory_management_control_operation()
1126 other, other->long_term_frame_idx, other->pic_order_cnt); in gst_h264_dpb_perform_memory_management_control_operation()
1166 other->long_term_frame_idx == in gst_h264_dpb_perform_memory_management_control_operation()
[all …]
Dgsth264decoder.c765 picture->long_term_pic_num = picture->long_term_frame_idx; in gst_h264_decoder_update_pic_nums()
767 picture->long_term_pic_num = 2 * picture->long_term_frame_idx + 1; in gst_h264_decoder_update_pic_nums()
769 picture->long_term_pic_num = 2 * picture->long_term_frame_idx; in gst_h264_decoder_update_pic_nums()
2031 picture->long_term_frame_idx = 0; in gst_h264_decoder_reference_picture_marking()
2638 return (*a)->long_term_frame_idx - (*b)->long_term_frame_idx; in long_term_frame_idx_asc_compare()
2720 g_string_append_printf (str, "|%i(%d)", ref->long_term_frame_idx, in construct_ref_field_pic_lists_p()
2746 g_string_append_printf (str, "|%i(%d)l", ref->long_term_frame_idx, in construct_ref_field_pic_lists_p()
Dgsth264picture.h140 gint long_term_frame_idx; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std_encode.h51 uint16_t long_term_frame_idx; member
71 uint16_t long_term_frame_idx; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h264std_encode.h51 uint16_t long_term_frame_idx; member
71 uint16_t long_term_frame_idx; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h264std_encode.h56 uint16_t long_term_frame_idx; member
82 uint16_t long_term_frame_idx; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std_encode.h82 uint16_t long_term_frame_idx; member
110 uint16_t long_term_frame_idx; member
/third_party/ffmpeg/libavcodec/
Dcbs_h264.h349 uint8_t long_term_frame_idx; member
Dcbs_h264_syntax_template.c920 xue(long_term_frame_idx, in FUNC()
921 current->mmco[i].long_term_frame_idx, in FUNC()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl865 …ifference_of_pic_nums_minus1, uint16_t long_term_pic_num, uint16_t long_term_frame_idx, uint16_t m… argument
871 res.long_term_frame_idx = long_term_frame_idx;
DvkStructTypes.inl8494 uint16_t long_term_frame_idx; member
8525 uint16_t long_term_frame_idx; member
DvkVulkan_c.inl428 deUint16 long_term_frame_idx; member
456 deUint16 long_term_frame_idx; member
DvkStrUtilImpl.inl16588 s << "\tlong_term_frame_idx = " << value.long_term_frame_idx << '\n';
16628 s << "\tlong_term_frame_idx = " << value.long_term_frame_idx << '\n';
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h871 guint32 long_term_frame_idx; member
Dgsth264parser.c747 READ_UE (nr, refpicmarking->long_term_frame_idx); in gst_h264_slice_parse_dec_ref_pic_marking()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c670 dpb->FrameIdx = ref->long_term_frame_idx; in gst_nv_h264_dec_fill_dpb()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c181 va_picture->frame_idx = picture->long_term_frame_idx; in _fill_vaapi_pic()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp712 pic_params->FrameNumList[j] = other->long_term_frame_idx; in gst_d3d11_h264_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c598 frame_num = ref_pic->long_term_frame_idx; in gst_v4l2_codec_h264_dec_fill_decoder_params()
/third_party/gstreamer/gstplugins_bad/
DChangeLog17724 value should be long_term_frame_idx not long_term_pic_num.