Searched refs:has_vpp (Results 1 – 3 of 3) sorted by relevance
251 gboolean has_vpp = FALSE, ret = FALSE; in plugin_register_elements() local286 has_vpp = TRUE; in plugin_register_elements()295 if (has_vpp) in plugin_register_elements()
509 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()
113 gboolean has_vpp; member