Home
last modified time | relevance | path

Searched refs:pic_order_cnt (Results 1 – 25 of 43) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2picture.c62 pic->pic_order_cnt = G_MAXINT32; in gst_mpeg2_picture_new()
195 index = (dpb->ref_pic_list[0]->pic_order_cnt > in _dpb_add_to_reference()
196 dpb->ref_pic_list[1]->pic_order_cnt); in _dpb_add_to_reference()
198 if (dpb->ref_pic_list[index]->pic_order_cnt > pic->pic_order_cnt) in _dpb_add_to_reference()
280 if (!pic || pic->pic_order_cnt > dpb->ref_pic_list[i]->pic_order_cnt) in gst_mpeg2_dpb_bump()
286 (!pic || pic->pic_order_cnt > dpb->new_pic->pic_order_cnt)) in gst_mpeg2_dpb_bump()
337 index = ref_picture->pic_order_cnt > picture->pic_order_cnt; in gst_mpeg2_dpb_get_neighbours()
340 ((*picture_ptr)->pic_order_cnt > ref_picture->pic_order_cnt) == index) in gst_mpeg2_dpb_get_neighbours()
Dgsth264picture.c307 if (picture->pic_order_cnt == 0) { in gst_h264_dpb_add()
336 picture, picture->frame_num, picture->pic_order_cnt, picture->field); in gst_h264_dpb_delete_unused()
685 if (picture->pic_order_cnt < lowest->pic_order_cnt) { in gst_h264_dpb_get_lowest_output_needed_picture()
723 lowest_poc = picture->pic_order_cnt; in gst_h264_dpb_needs_bump()
777 if (to_insert && to_insert->pic_order_cnt > 0 && lowest_poc < 0) { in gst_h264_dpb_needs_bump()
787 if (to_insert && to_insert->pic_order_cnt > lowest_poc) { in gst_h264_dpb_needs_bump()
807 && lowest_poc < to_insert->pic_order_cnt) { in gst_h264_dpb_needs_bump()
809 "for low-latency", lowest_poc, to_insert->pic_order_cnt); in gst_h264_dpb_needs_bump()
852 if (to_insert && to_insert->pic_order_cnt > lowest_poc) { in gst_h264_dpb_needs_bump()
854 " need bumping.", lowest_poc, to_insert->pic_order_cnt); in gst_h264_dpb_needs_bump()
[all …]
Dgsth265picture.c255 picture, picture->pic_order_cnt); in gst_h265_dpb_delete_unused()
328 if (picture->ref && picture->pic_order_cnt == poc) in gst_h265_dpb_get_ref_by_poc()
386 if (picture->ref && !picture->long_term && picture->pic_order_cnt == poc) in gst_h265_dpb_get_short_ref_by_poc()
415 if (picture->ref && picture->long_term && picture->pic_order_cnt == poc) in gst_h265_dpb_get_long_ref_by_poc()
579 if (picture->pic_order_cnt < lowest->pic_order_cnt) { in gst_h265_dpb_get_lowest_output_needed_picture()
Dgsth264decoder.c803 picture, picture->pic_order_cnt, picture->frame_num); in gst_h264_decoder_split_frame()
808 picture->pic_order_cnt = picture->top_field_order_cnt; in gst_h264_decoder_split_frame()
811 other_field->pic_order_cnt = picture->bottom_field_order_cnt; in gst_h264_decoder_split_frame()
814 picture->pic_order_cnt = picture->bottom_field_order_cnt; in gst_h264_decoder_split_frame()
817 other_field->pic_order_cnt = picture->top_field_order_cnt; in gst_h264_decoder_split_frame()
849 picture, picture->pic_order_cnt); in output_picture_directly()
862 priv->last_field, priv->last_field->pic_order_cnt, in output_picture_directly()
863 picture, picture->pic_order_cnt); in output_picture_directly()
872 priv->last_field, priv->last_field->pic_order_cnt, in output_picture_directly()
873 picture, picture->pic_order_cnt); in output_picture_directly()
[all …]
Dgsth265decoder.c1118 priv->poc = picture->pic_order_cnt = in gst_h265_decoder_calculate_poc()
1123 picture->pic_order_cnt = 0; in gst_h265_decoder_calculate_poc()
1134 "PicOrderCntVal %d, (lsb %d)", picture->pic_order_cnt, in gst_h265_decoder_calculate_poc()
1234 if (rps_list[i] && rps_list[i]->pic_order_cnt == dpb_pic->pic_order_cnt) in has_entry_in_rps()
1333 dpb_pic->pic_order_cnt); in gst_h265_decoder_derive_and_mark_rps()
1395 picture->pic_order_cnt + stRefPic->DeltaPocS0[i]; in gst_h265_decoder_prepare_rps()
1398 priv->PocStFoll[k++] = picture->pic_order_cnt + stRefPic->DeltaPocS0[i]; in gst_h265_decoder_prepare_rps()
1404 picture->pic_order_cnt + stRefPic->DeltaPocS1[i]; in gst_h265_decoder_prepare_rps()
1407 priv->PocStFoll[k++] = picture->pic_order_cnt + stRefPic->DeltaPocS1[i]; in gst_h265_decoder_prepare_rps()
1442 picture->pic_order_cnt - DeltaPocMsbCycleLt[i] * MaxPicOrderCntLsb - in gst_h265_decoder_prepare_rps()
[all …]
Dgstmpeg2picture.h92 gint pic_order_cnt; member
Dgstmpeg2decoder.c916 picture->pic_order_cnt = _pts_get_poc (&priv->tsg); in gst_mpeg2_decoder_ensure_current_picture()
925 picture->system_frame_number, picture->pic_order_cnt, picture->type, in gst_mpeg2_decoder_ensure_current_picture()
1036 priv->current_picture->pic_order_cnt); in gst_mpeg2_decoder_handle_slice()
1166 picture->system_frame_number, picture->pic_order_cnt, picture->type); in gst_mpeg2_decoder_output_current_picture()
1302 output_frame->picture->pic_order_cnt, in gst_mpeg2_decoder_drain_output_queue()
Dgsth265picture.h64 gint pic_order_cnt; member
/third_party/ffmpeg/libavcodec/
Dvaapi_encode_h264.c52 int pic_order_cnt; member
639 hpic->pic_order_cnt = pic->display_order - hpic->last_idr_frame; in vaapi_encode_h264_init_picture_params()
687 .TopFieldOrderCnt = hpic->pic_order_cnt, in vaapi_encode_h264_init_picture_params()
688 .BottomFieldOrderCnt = hpic->pic_order_cnt, in vaapi_encode_h264_init_picture_params()
702 .TopFieldOrderCnt = href->pic_order_cnt, in vaapi_encode_h264_init_picture_params()
703 .BottomFieldOrderCnt = href->pic_order_cnt, in vaapi_encode_h264_init_picture_params()
754 av_assert0(hc->pic_order_cnt != hp->pic_order_cnt); in vaapi_encode_h264_default_ref_pic_list()
755 if (hc->pic_order_cnt < hp->pic_order_cnt) { in vaapi_encode_h264_default_ref_pic_list()
756 if (hn->pic_order_cnt > hp->pic_order_cnt || in vaapi_encode_h264_default_ref_pic_list()
757 hn->pic_order_cnt < hc->pic_order_cnt) in vaapi_encode_h264_default_ref_pic_list()
[all …]
Dvaapi_encode_h265.c46 int pic_order_cnt; member
736 hpic->pic_order_cnt = pic->display_order - hpic->last_idr_frame; in vaapi_encode_h265_init_picture_params()
826 .pic_order_cnt = hpic->pic_order_cnt, in vaapi_encode_h265_init_picture_params()
839 .pic_order_cnt = href->pic_order_cnt, in vaapi_encode_h265_init_picture_params()
911 sh->slice_pic_order_cnt_lsb = hpic->pic_order_cnt & in vaapi_encode_h265_init_slice_params()
929 rps_poc[rps_pics] = strp->pic_order_cnt; in vaapi_encode_h265_init_slice_params()
943 rps_poc[rps_pics] = strp->pic_order_cnt; in vaapi_encode_h265_init_slice_params()
959 hpic->pic_order_cnt); in vaapi_encode_h265_init_slice_params()
967 av_assert0(rps_poc[i] != hpic->pic_order_cnt); in vaapi_encode_h265_init_slice_params()
968 if (rps_poc[i] > hpic->pic_order_cnt) in vaapi_encode_h265_init_slice_params()
[all …]
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.h58 unsigned pic_order_cnt; member
91 OMX_U32 pic_order_cnt; \
140 OMX_U32 pic_order_cnt;
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264eprc.c258 picture.pic_order_cnt = task->pic_order_cnt; in enc_HandleTask()
341 if (!(priv->pic_order_cnt % OMX_VID_ENC_IDR_PERIOD_DEFAULT) || in encode_frame()
348 !(priv->pic_order_cnt % OMX_VID_ENC_P_PERIOD_DEFAULT) || in encode_frame()
355 task->pic_order_cnt = priv->pic_order_cnt++; in encode_frame()
486 priv->pic_order_cnt = 0; in h264e_prc_ctor()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce_50.c171 RVCE_CS(l0->pic_order_cnt); // pictureOrderCount in encode()
197 RVCE_CS(l1->pic_order_cnt); // pictureOrderCount in encode()
218 RVCE_CS(enc->pic.pic_order_cnt); // pictureOrderCount in encode()
Dradeon_vcn_enc_3_0.c94 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l0_reference_picture0.pic_order_cnt); in radeon_enc_encode_params_h264()
99 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l0_reference_picture1.pic_order_cnt); in radeon_enc_encode_params_h264()
104 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l1_reference_picture0.pic_order_cnt); in radeon_enc_encode_params_h264()
Dradeon_vce_40_2_2.c358 RVCE_CS(l0->pic_order_cnt); // pictureOrderCount in encode()
384 RVCE_CS(l1->pic_order_cnt); // pictureOrderCount in encode()
405 RVCE_CS(enc->pic.pic_order_cnt); // pictureOrderCount in encode()
Dradeon_vce.c98 slot->pic_order_cnt = 0; in reset_cpb()
337 slot->pic_order_cnt = enc->pic.pic_order_cnt; in rvce_end_frame()
Dradeon_vcn_enc.c47 enc->enc_pic.pic_order_cnt = pic->pic_order_cnt; in radeon_vcn_enc_get_param()
116 enc->enc_pic.pic_order_cnt = pic->pic_order_cnt; in radeon_vcn_enc_get_param()
Dradeon_vce_52.c169 enc->enc_pic.pic_order_cnt = pic->pic_order_cnt; in si_vce_52_get_param()
338 RVCE_CS(l0->pic_order_cnt); in encode()
375 RVCE_CS(l1->pic_order_cnt); in encode()
401 RVCE_CS(enc->enc_pic.pic_order_cnt); in encode()
Dradeon_uvd_enc.c58 enc->enc_pic.pic_order_cnt = pic->pic_order_cnt; in radeon_uvd_enc_get_param()
Dradeon_vce.h65 unsigned pic_order_cnt; member
353 unsigned pic_order_cnt; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c200 picture, picture->pic_order_cnt); in gst_va_h265_dec_end_picture()
219 picture, picture->pic_order_cnt); in gst_va_h265_dec_end_picture()
238 "Outputting picture %p (poc %d)", picture, picture->pic_order_cnt); in gst_va_h265_dec_output_picture()
262 va_picture->pic_order_cnt = 0; in _init_vaapi_pic()
303 va_picture->pic_order_cnt = picture->pic_order_cnt; in _fill_vaapi_pic()
324 if (ref_va_pic->pic_order_cnt == picture->pic_order_cnt) in _get_reference_index()
784 pic_param->base.ReferenceFrames[i].pic_order_cnt = picture->pic_order_cnt; in gst_va_h265_dec_start_picture()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_enc.c233 priv->pic_order_cnt = 0; in vid_enc_Constructor()
804 picture.pic_order_cnt = task->pic_order_cnt; in enc_HandleTask()
885 if (!(priv->pic_order_cnt % OMX_VID_ENC_IDR_PERIOD_DEFAULT) || in vid_enc_EncodeFrame()
891 priv->pic_order_cnt = 0; in vid_enc_EncodeFrame()
893 !(priv->pic_order_cnt % OMX_VID_ENC_P_PERIOD_DEFAULT) || in vid_enc_EncodeFrame()
900 task->pic_order_cnt = priv->pic_order_cnt++; in vid_enc_EncodeFrame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh265dec.c436 "Outputting picture %p (poc %d)", picture, picture->pic_order_cnt); in gst_nv_h265_dec_output_picture()
733 h265_params->CurrPicOrderCntVal = picture->pic_order_cnt; in gst_nv_h265_dec_start_picture()
757 h265_params->PicOrderCntVal[num_ref_pic] = other->pic_order_cnt; in gst_nv_h265_dec_start_picture()
779 if (h265_params->PicOrderCntVal[j] == other->pic_order_cnt) { in gst_nv_h265_dec_start_picture()
797 if (h265_params->PicOrderCntVal[j] == other->pic_order_cnt) { in gst_nv_h265_dec_start_picture()
815 if (h265_params->PicOrderCntVal[j] == other->pic_order_cnt) { in gst_nv_h265_dec_start_picture()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c110 slot->pic_order_cnt = 0; in reset_cpb()
347 slot->pic_order_cnt = enc->pic.pic_order_cnt; in rvce_end_frame()
Dradeon_vce.h65 unsigned pic_order_cnt; member
351 unsigned pic_order_cnt; member

12