/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth264picture.c | 1045 && 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 …]
|
D | gsth264decoder.c | 765 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()
|
D | gsth264picture.h | 140 gint long_term_frame_idx; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
D | vulkan_video_codec_h264std_encode.h | 51 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/ |
D | vulkan_video_codec_h264std_encode.h | 51 uint16_t long_term_frame_idx; member 71 uint16_t long_term_frame_idx; member
|
/third_party/mesa3d/include/vk_video/ |
D | vulkan_video_codec_h264std_encode.h | 56 uint16_t long_term_frame_idx; member 82 uint16_t long_term_frame_idx; member
|
/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h264std_encode.h | 82 uint16_t long_term_frame_idx; member 110 uint16_t long_term_frame_idx; member
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_h264.h | 349 uint8_t long_term_frame_idx; member
|
D | cbs_h264_syntax_template.c | 920 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/ |
D | vkTypeUtil.inl | 865 …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;
|
D | vkStructTypes.inl | 8494 uint16_t long_term_frame_idx; member 8525 uint16_t long_term_frame_idx; member
|
D | vkVulkan_c.inl | 428 deUint16 long_term_frame_idx; member 456 deUint16 long_term_frame_idx; member
|
D | vkStrUtilImpl.inl | 16588 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/ |
D | gsth264parser.h | 871 guint32 long_term_frame_idx; member
|
D | gsth264parser.c | 747 READ_UE (nr, refpicmarking->long_term_frame_idx); in gst_h264_slice_parse_dec_ref_pic_marking()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh264dec.c | 670 dpb->FrameIdx = ref->long_term_frame_idx; in gst_nv_h264_dec_fill_dpb()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah264dec.c | 181 va_picture->frame_idx = picture->long_term_frame_idx; in _fill_vaapi_pic()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11h264dec.cpp | 712 pic_params->FrameNumList[j] = other->long_term_frame_idx; in gst_d3d11_h264_dec_start_picture()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codech264dec.c | 598 frame_num = ref_pic->long_term_frame_idx; in gst_v4l2_codec_h264_dec_fill_decoder_params()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 17724 value should be long_term_frame_idx not long_term_pic_num.
|