Home
last modified time | relevance | path

Searched refs:has_vpp (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dplugin.c251 gboolean has_vpp = FALSE, ret = FALSE; in plugin_register_elements() local
286 has_vpp = TRUE; in plugin_register_elements()
295 if (has_vpp) in plugin_register_elements()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkenc.c509 thiz->has_vpp = FALSE; in gst_msdkenc_init_encoder()
636 thiz->has_vpp = TRUE; in gst_msdkenc_init_encoder()
787 if (thiz->has_vpp) in gst_msdkenc_init_encoder()
791 if (thiz->use_dmabuf && !thiz->has_vpp) in gst_msdkenc_init_encoder()
797 if (thiz->has_vpp) in gst_msdkenc_init_encoder()
900 if (thiz->has_vpp) { in gst_msdkenc_close_encoder()
962 if (thiz->has_vpp) in gst_msdkenc_free_frame_data()
1314 if (thiz->has_vpp) in gst_msdkenc_create_buffer_pool()
1498 if (thiz->has_vpp) { in gst_msdkenc_set_format()
1738 if (thiz->has_vpp) { in gst_msdkenc_handle_frame()
Dgstmsdkenc.h113 gboolean has_vpp; member