/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstvp8picture.h | 73 GstVp8Picture * new_picture) in gst_vp8_picture_replace() argument 76 (GstMiniObject *) new_picture); in gst_vp8_picture_replace()
|
D | gstvp9picture.h | 73 GstVp9Picture * new_picture) in gst_vp9_picture_replace() argument 76 (GstMiniObject *) new_picture); in gst_vp9_picture_replace()
|
D | gstav1picture.h | 106 GstAV1Picture * new_picture) in gst_av1_picture_replace() argument 109 (GstMiniObject *) new_picture); in gst_av1_picture_replace()
|
D | gstmpeg2picture.h | 133 GstMpeg2Picture * new_picture) in gst_mpeg2_picture_replace() argument 136 (GstMiniObject *) new_picture); in gst_mpeg2_picture_replace()
|
D | gstav1decoder.c | 206 GstAV1Picture *new_picture; in gst_av1_decoder_duplicate_picture_default() local 208 new_picture = gst_av1_picture_new (); in gst_av1_decoder_duplicate_picture_default() 210 return new_picture; in gst_av1_decoder_duplicate_picture_default() 399 if (klass->new_picture) { in gst_av1_decoder_decode_frame_header() 400 ret = klass->new_picture (self, priv->current_frame, picture); in gst_av1_decoder_decode_frame_header()
|
D | gsth265picture.h | 111 GstH265Picture * new_picture) in gst_h265_picture_replace() argument 114 (GstMiniObject *) new_picture); in gst_h265_picture_replace()
|
D | gsth264picture.h | 202 GstH264Picture * new_picture) in gst_h264_picture_replace() argument 205 (GstMiniObject *) new_picture); in gst_h264_picture_replace()
|
D | gstav1decoder.h | 92 GstFlowReturn (*new_picture) (GstAV1Decoder * decoder, member
|
D | gstvp8decoder.h | 100 GstFlowReturn (*new_picture) (GstVp8Decoder * decoder, member
|
D | gstvp9decoder.h | 91 GstFlowReturn (*new_picture) (GstVp9Decoder * decoder, member
|
D | gstmpeg2decoder.h | 99 GstFlowReturn (*new_picture) (GstMpeg2Decoder * decoder, member
|
D | gsth264decoder.h | 137 GstFlowReturn (*new_picture) (GstH264Decoder * decoder, member
|
D | gsth265decoder.h | 106 GstFlowReturn (*new_picture) (GstH265Decoder * decoder, member
|
D | gstvp8decoder.c | 407 if (klass->new_picture) { in gst_vp8_decoder_handle_frame() 408 ret = klass->new_picture (self, frame, picture); in gst_vp8_decoder_handle_frame()
|
D | gsth264decoder.c | 1121 GstH264Picture *new_picture; in gst_h264_decoder_new_field_picture() local 1128 new_picture = gst_h264_picture_new (); in gst_h264_decoder_new_field_picture() 1133 ret = klass->new_field_picture (self, picture, new_picture); in gst_h264_decoder_new_field_picture() 1136 gst_h264_picture_unref (new_picture); in gst_h264_decoder_new_field_picture() 1142 new_picture->other_field = picture; in gst_h264_decoder_new_field_picture() 1143 new_picture->second_field = TRUE; in gst_h264_decoder_new_field_picture() 1145 return new_picture; in gst_h264_decoder_new_field_picture() 1302 if (klass->new_picture) in gst_h264_decoder_parse_slice() 1303 ret = klass->new_picture (self, priv->current_frame, picture); in gst_h264_decoder_parse_slice()
|
D | gstvp9decoder.c | 478 if (klass->new_picture) { in gst_vp9_decoder_handle_frame() 479 ret = klass->new_picture (self, frame, picture); in gst_vp9_decoder_handle_frame()
|
D | gstmpeg2decoder.c | 863 if (klass->new_picture) in gst_mpeg2_decoder_ensure_current_picture() 864 ret = klass->new_picture (decoder, priv->current_frame, picture); in gst_mpeg2_decoder_ensure_current_picture() 876 if (klass->new_picture) in gst_mpeg2_decoder_ensure_current_picture() 877 ret = klass->new_picture (decoder, priv->current_frame, picture); in gst_mpeg2_decoder_ensure_current_picture()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvvp9dec.c | 107 vp9decoder_class->new_picture = in gst_nv_vp9_dec_class_init() 335 GstVp9Picture *new_picture; in gst_nv_vp9_dec_duplicate_picture() local 344 new_picture = gst_vp9_picture_new (); in gst_nv_vp9_dec_duplicate_picture() 345 new_picture->frame_hdr = picture->frame_hdr; in gst_nv_vp9_dec_duplicate_picture() 347 gst_vp9_picture_set_user_data (new_picture, in gst_nv_vp9_dec_duplicate_picture() 351 return new_picture; in gst_nv_vp9_dec_duplicate_picture()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavp9dec.c | 525 GstVp9Picture *new_picture; in gst_va_vp9_dec_duplicate_picture() local 535 new_picture = gst_vp9_picture_new (); in gst_va_vp9_dec_duplicate_picture() 536 new_picture->frame_hdr = picture->frame_hdr; in gst_va_vp9_dec_duplicate_picture() 543 return new_picture; in gst_va_vp9_dec_duplicate_picture() 662 vp9_class->new_picture = GST_DEBUG_FUNCPTR (gst_va_vp9_dec_new_picture); in gst_va_vp9_dec_class_init()
|
D | gstvaav1dec.c | 366 GstAV1Picture *new_picture; in gst_va_av1_dec_duplicate_picture() local 374 new_picture = gst_av1_picture_new (); in gst_va_av1_dec_duplicate_picture() 381 gst_av1_picture_set_user_data (new_picture, new_pic, in gst_va_av1_dec_duplicate_picture() 384 return new_picture; in gst_va_av1_dec_duplicate_picture() 923 av1decoder_class->new_picture = in gst_va_av1_dec_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11vp9dec.cpp | 199 vp9decoder_class->new_picture = in gst_d3d11_vp9_dec_class_init() 436 GstVp9Picture *new_picture; in gst_d3d11_vp9_dec_duplicate_picture() local 445 new_picture = gst_vp9_picture_new (); in gst_d3d11_vp9_dec_duplicate_picture() 446 new_picture->frame_hdr = picture->frame_hdr; in gst_d3d11_vp9_dec_duplicate_picture() 451 gst_vp9_picture_set_user_data (new_picture, in gst_d3d11_vp9_dec_duplicate_picture() 454 return new_picture; in gst_d3d11_vp9_dec_duplicate_picture()
|
D | gstd3d11av1dec.cpp | 478 av1decoder_class->new_picture = in gst_d3d11_av1_dec_class_init() 735 GstAV1Picture *new_picture; in gst_d3d11_av1_dec_duplicate_picture() local 744 new_picture = gst_av1_picture_new (); in gst_d3d11_av1_dec_duplicate_picture() 749 gst_av1_picture_set_user_data (new_picture, in gst_d3d11_av1_dec_duplicate_picture() 752 return new_picture; in gst_d3d11_av1_dec_duplicate_picture()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecvp9dec.c | 878 GstVp9Picture *new_picture; in gst_v4l2_codec_vp9_dec_duplicate_picture() local 883 new_picture = gst_vp9_picture_new (); in gst_v4l2_codec_vp9_dec_duplicate_picture() 884 new_picture->frame_hdr = picture->frame_hdr; in gst_v4l2_codec_vp9_dec_duplicate_picture() 885 new_picture->system_frame_number = frame->system_frame_number; in gst_v4l2_codec_vp9_dec_duplicate_picture() 893 gst_vp9_picture_set_user_data (new_picture, gst_v4l2_request_ref (request), in gst_v4l2_codec_vp9_dec_duplicate_picture() 898 return new_picture; in gst_v4l2_codec_vp9_dec_duplicate_picture()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_enc.c | 1113 ff_free_picture_tables(&s->new_picture); in ff_mpv_encode_end() 1114 ff_mpeg_unref_picture(avctx, &s->new_picture); in ff_mpv_encode_end() 1664 ff_mpeg_unref_picture(s->avctx, &s->new_picture); in select_input_picture() 1671 if ((ret = ff_mpeg_ref_picture(s->avctx, &s->new_picture, s->reordered_input_picture[0]))) in select_input_picture() 1702 if (s->new_picture.f->data[i]) in select_input_picture() 1703 s->new_picture.f->data[i] += INPLACE_OFFSET; in select_input_picture() 1711 s->picture_number = s->new_picture.f->display_picture_number; in select_input_picture() 1878 if (s->new_picture.f->data[0]) { in ff_mpv_encode_picture() 1902 s->pict_type = s->new_picture.f->pict_type; in ff_mpv_encode_picture() 2287 ptr_y = s->new_picture.f->data[0] + in encode_mb_internal() [all …]
|
D | motion_est.c | 684 s->new_picture.f->data[0] + in h263_mv4_search() 708 …dmin_sum += s->mecc.mb_cmp[1](s, s->new_picture.f->data[1] + s->mb_x * 8 + s->mb_y * 8 * s->uvline… in h263_mv4_search() 709 …dmin_sum += s->mecc.mb_cmp[1](s, s->new_picture.f->data[2] + s->mb_x * 8 + s->mb_y * 8 * s->uvline… in h263_mv4_search() 898 init_ref(c, s->new_picture.f->data, s->last_picture.f->data, NULL, 16*mb_x, 16*mb_y, 0); in ff_estimate_p_frame_motion() 1069 init_ref(c, s->new_picture.f->data, s->last_picture.f->data, NULL, 16*mb_x, 16*mb_y, 0); in ff_pre_estimate_p_frame_motion() 1498 init_ref(c, s->new_picture.f->data, s->last_picture.f->data, in ff_estimate_b_frame_motion()
|