Lines Matching refs:va_pic
374 GstVaDecodePicture *va_pic; in gst_va_mpeg2_dec_add_quant_matrix() local
412 va_pic = gst_mpeg2_picture_get_user_data (picture); in gst_va_mpeg2_dec_add_quant_matrix()
413 return gst_va_decoder_add_param_buffer (base->decoder, va_pic, in gst_va_mpeg2_dec_add_quant_matrix()
428 GstVaDecodePicture *va_pic; in _get_surface_id() local
433 va_pic = gst_mpeg2_picture_get_user_data (picture); in _get_surface_id()
434 if (!va_pic) in _get_surface_id()
436 return gst_va_decode_picture_get_surface (va_pic); in _get_surface_id()
446 GstVaDecodePicture *va_pic; in gst_va_mpeg2_dec_start_picture() local
449 va_pic = gst_mpeg2_picture_get_user_data (picture); in gst_va_mpeg2_dec_start_picture()
483 surface = gst_va_decode_picture_get_surface (va_pic); in gst_va_mpeg2_dec_start_picture()
495 surface = gst_va_decode_picture_get_surface (va_pic); in gst_va_mpeg2_dec_start_picture()
503 if (!gst_va_decoder_add_param_buffer (base->decoder, va_pic, in gst_va_mpeg2_dec_start_picture()
520 GstVaDecodePicture *va_pic; in gst_va_mpeg2_dec_decode_slice() local
536 va_pic = gst_mpeg2_picture_get_user_data (picture); in gst_va_mpeg2_dec_decode_slice()
537 if (!gst_va_decoder_add_slice_buffer (base->decoder, va_pic, in gst_va_mpeg2_dec_decode_slice()
550 GstVaDecodePicture *va_pic; in gst_va_mpeg2_dec_end_picture() local
555 va_pic = gst_mpeg2_picture_get_user_data (picture); in gst_va_mpeg2_dec_end_picture()
557 if (!gst_va_decoder_decode (base->decoder, va_pic)) in gst_va_mpeg2_dec_end_picture()