Home
last modified time | relevance | path

Searched refs:subset_sps_data (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapifeipak_h264.c151 GstBuffer *subset_sps_data; member
830 has_subset_sps = !feipak->is_mvc || (feipak->subset_sps_data != NULL); in _check_sps_pps_status()
842 feipak->subset_sps_data = gst_buffer_new_allocate (NULL, size, NULL); in _check_sps_pps_status()
843 ret = gst_buffer_fill (feipak->subset_sps_data, 0, nal, size); in _check_sps_pps_status()
1787 gst_buffer_replace (&feipak->subset_sps_data, NULL); in gst_vaapi_feipak_h264_finalize()
H A Dgstvaapiencoder_h264.c776 GstBuffer *subset_sps_data; member
1048 has_subset_sps = !encoder->is_mvc || (encoder->subset_sps_data != NULL); in _check_sps_pps_status()
1060 encoder->subset_sps_data = gst_buffer_new_allocate (NULL, size, NULL); in _check_sps_pps_status()
1061 ret = gst_buffer_fill (encoder->subset_sps_data, 0, nal, size); in _check_sps_pps_status()
3423 gst_buffer_replace (&encoder->subset_sps_data, NULL); in gst_vaapi_encoder_h264_finalize()
H A Dgstvaapiencoder_h264_fei.c788 GstBuffer *subset_sps_data; member
1044 has_subset_sps = !encoder->is_mvc || (encoder->subset_sps_data != NULL); in _check_sps_pps_status()
1056 encoder->subset_sps_data = gst_buffer_new_allocate (NULL, size, NULL); in _check_sps_pps_status()
1057 ret = gst_buffer_fill (encoder->subset_sps_data, 0, nal, size); in _check_sps_pps_status()
3369 gst_buffer_replace (&encoder->subset_sps_data, NULL); in gst_vaapi_encoder_h264_fei_finalize()
H A Dgstvaapifeienc_h264.c223 GstBuffer *subset_sps_data; member
1688 gst_buffer_replace (&feienc->subset_sps_data, NULL); in gst_vaapi_feienc_h264_finalize()