Home
last modified time | relevance | path

Searched refs:vpl (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/dports/multimedia/onevpl/oneVPL-2022.0.6/preview/python/binding/
H A Ddefs.cpp11 namespace vpl = oneapi::vpl;
21 [](vpl::component self) { in init_defs()
54 [](vpl::status self) { in init_defs()
124 [](vpl::chroma_format_idc self) { in init_defs()
168 [](vpl::io_pattern self) { in init_defs()
188 [](vpl::pic_struct self) { in init_defs()
239 [](vpl::implementation self) { in init_defs()
268 [](vpl::resource_type self) { in init_defs()
298 [](vpl::memory_type self) { in init_defs()
305 [](vpl::memory_type self) { in init_defs()
[all …]
H A Doptions_tree.cpp10 namespace vpl = oneapi::vpl;
13 py::class_<vpl::codec_mem_desc_properties, std::shared_ptr<vpl::codec_mem_desc_properties>>( in init_option_tree()
37 py::class_<vpl::dec_profile_properties, std::shared_ptr<vpl::dec_profile_properties>>( in init_option_tree()
45 py::class_<vpl::memdesc_properties, std::shared_ptr<vpl::memdesc_properties>>( in init_option_tree()
72 py::class_<vpl::decoder_properties, std::shared_ptr<vpl::decoder_properties>>( in init_option_tree()
83 py::class_<vpl::encoder_properties, std::shared_ptr<vpl::encoder_properties>>( in init_option_tree()
97 py::class_<vpl::filter_properties, std::shared_ptr<vpl::filter_properties>>(m, in init_option_tree()
107 py::class_<vpl::device_properties, std::shared_ptr<vpl::device_properties>>(m, in init_option_tree()
116 py::class_<vpl::properties, std::shared_ptr<vpl::properties>>(m, "properties") in init_option_tree()
119 .def_property("impl", &vpl::properties::get_impl, &vpl::properties::set_impl) in init_option_tree()
[all …]
H A Dvideo_param.cpp8 namespace vpl = oneapi::vpl;
58 py::class_<vpl::video_param, std::shared_ptr<vpl::video_param>>(m, "video_param") in init_video_param()
60 .def_property("AllocId", &vpl::video_param::get_AllocId, &vpl::video_param::set_AllocId) in init_video_param()
78 py::class_<vpl::frame_info, std::shared_ptr<vpl::frame_info>>(m, "frame_info") in init_video_param()
86 .def_property("Shift", &vpl::frame_info::get_Shift, &vpl::frame_info::set_Shift) in init_video_param()
98 .def_property("ROI", &vpl::frame_info::get_ROI, &vpl::frame_info::set_ROI, "ROI.") in init_video_param()
125 py::class_<vpl::frame_data, std::shared_ptr<vpl::frame_data>>(m, "frame_data") in init_video_param()
136 .def_property("Locked", &vpl::frame_data::get_Locked, &vpl::frame_data::set_Locked) in init_video_param()
141 [](vpl::frame_data *self, vpl::frame_info &info) { in init_video_param()
599 py::class_<vpl::codec_video_param, vpl::video_param, std::shared_ptr<vpl::codec_video_param>>( in init_video_param()
[all …]
H A Dsession.cpp8 namespace vpl = oneapi::vpl;
44 using Base = vpl::session<vpl::decoder_video_param,
110 session_template<vpl::encoder_video_param, vpl::encoder_init_list, vpl::encoder_reset_list>( in init_session()
116 vpl::session<vpl::encoder_video_param, vpl::encoder_init_list, vpl::encoder_reset_list>, in init_session()
139 [](vpl::encode_session *self) -> vpl::encode_session & { in init_session()
145 vpl::status wrn = vpl::status::Ok; in init_session()
163 session_template<vpl::vpp_video_param, vpl::vpp_init_reset_list, vpl::vpp_init_reset_list>( in init_session()
168 vpl::vpp_session, in init_session()
169 vpl::session<vpl::vpp_video_param, vpl::vpp_init_reset_list, vpl::vpp_init_reset_list>, in init_session()
200 [](vpl::vpp_session *self) -> vpl::vpp_session & { in init_session()
[all …]
H A Dimpl_caps.cpp8 namespace vpl = oneapi::vpl;
11 py::class_<vpl::base_implementation_capabilities, in init_impl_caps()
25 py::class_<vpl::pool_policies, std::shared_ptr<vpl::pool_policies>>(m, "pool_policies") in init_impl_caps()
28 &vpl::pool_policies::policies, in init_impl_caps()
31 py::class_<vpl::implementation_capabilities, in init_impl_caps()
32 vpl::base_implementation_capabilities, in init_impl_caps()
265 py::class_<vpl::implementation_capabilities_factory, in init_impl_caps()
274 py::class_<vpl::implemented_functions, in init_impl_caps()
275 vpl::base_implementation_capabilities, in init_impl_caps()
286 py::class_<vpl::implementation_path, in init_impl_caps()
[all …]
H A Dextension_buffer_list.cpp8 namespace vpl = oneapi::vpl;
11 py::class_<vpl::buffer_list, std::shared_ptr<vpl::buffer_list>>(m, "buffer_list") in init_extension_buffer_list()
30 &vpl::buffer_list::get_buffer<vpl::extension_buffer_base>, in init_extension_buffer_list()
34 vpl::buffer_list, in init_extension_buffer_list()
43 vpl::buffer_list, in init_extension_buffer_list()
52 vpl::buffer_list, in init_extension_buffer_list()
60 py::class_<vpl::encoder_init_list, vpl::buffer_list, std::shared_ptr<vpl::encoder_init_list>>( in init_extension_buffer_list()
69 py::class_<vpl::encoder_reset_list, vpl::buffer_list, std::shared_ptr<vpl::encoder_reset_list>>( in init_extension_buffer_list()
79 vpl::buffer_list, in init_extension_buffer_list()
88 vpl::buffer_list, in init_extension_buffer_list()
[all …]
H A Doptions.cpp9 namespace vpl = oneapi::vpl;
12 py::class_<vpl::dprops::NAME, vpl::property, std::shared_ptr<vpl::dprops::NAME>>(dprops, \
17 py::class_<vpl::dprops::NAME, vpl::dprops::container, std::shared_ptr<vpl::dprops::NAME>>( \
29 py::class_<vpl::property, std::shared_ptr<vpl::property>>(m, "property") in init_options()
30 .def(py::init<vpl::property const &>()) in init_options()
40 DPROP(impl, vpl::implementation_type); in init_options()
48 DPROP(codec_id, vpl::codec_format_fourcc); in init_options()
59 DPROP(mem_type, vpl::resource_type); in init_options()
66 py::class_<vpl::dprops::container, vpl::property, std::shared_ptr<vpl::dprops::container>>( in init_options()
80 py::class_<vpl::property_list, std::shared_ptr<vpl::property_list>>(m, "property_list") in init_options()
[all …]
H A Dbitstream.cpp8 namespace vpl = oneapi::vpl;
47 py::class_<vpl::bitstream, std::shared_ptr<vpl::bitstream>>(m, in init_bitstream()
51 .def(py::init<vpl::codec_format_fourcc>()) in init_bitstream()
55 &vpl::bitstream::realloc, in init_bitstream()
99 [](vpl::bitstream *self) { in init_bitstream()
112 [](vpl::bitstream *self) { in init_bitstream()
121 .def_buffer([](vpl::bitstream *self) { in init_bitstream()
133 py::class_<vpl::bitstream_as_src, vpl::bitstream, std::shared_ptr<vpl::bitstream_as_src>>( in init_bitstream()
141 &vpl::bitstream_as_src::pull_in, in init_bitstream()
145 py::class_<vpl::bitstream_as_dst, vpl::bitstream, std::shared_ptr<vpl::bitstream_as_dst>>( in init_bitstream()
[all …]
H A Dsource_reader.cpp8 namespace vpl = oneapi::vpl;
76 py::class_<vpl::source_reader, std::shared_ptr<vpl::source_reader>>(m, "source_reader") in init_source_reader()
79 [](vpl::source_reader *self) -> vpl::source_reader & { in init_source_reader()
83 [](vpl::source_reader *self, in init_source_reader()
89 py::class_<vpl::frame_source_reader, in init_source_reader()
90 vpl::source_reader, in init_source_reader()
96 py::class_<vpl::raw_frame_file_reader, in init_source_reader()
97 vpl::frame_source_reader, in init_source_reader()
105 vpl::frame_source_reader, in init_source_reader()
114 vpl::source_reader, in init_source_reader()
[all …]
H A Dimpl_selector.cpp9 namespace vpl = oneapi::vpl;
14 py::class_<vpl::implementation_selector, std::shared_ptr<vpl::implementation_selector>>( in init_impl_selector()
18 return new vpl::default_selector<vpl::property_list>(); in init_impl_selector()
20 .def(py::init<>([](vpl::property_list &props) { in init_impl_selector()
21 return new vpl::default_selector<vpl::property_list>(props); in init_impl_selector()
23 .def(py::init<>([](vpl::properties &props) { in init_impl_selector()
24 return new vpl::default_selector<vpl::properties>(props); in init_impl_selector()
27 std::vector<vpl::property> list; in init_impl_selector()
31 return new vpl::default_selector<vpl::property_list>(list); in init_impl_selector()
34 py::class_<vpl::cpu_selector, vpl::implementation_selector, std::shared_ptr<vpl::cpu_selector>>( in init_impl_selector()
[all …]
H A Dstat.cpp8 namespace vpl = oneapi::vpl;
11 py::class_<vpl::stat, std::shared_ptr<vpl::stat>>(m, "stat") in init_stat()
13 &vpl::stat::get_num_frame, in init_stat()
16 &vpl::stat::get_num_cached_frame, in init_stat()
19 py::class_<vpl::decode_stat, vpl::stat, std::shared_ptr<vpl::decode_stat>>(m, "decode_stat") in init_stat()
22 &vpl::decode_stat::get_num_error, in init_stat()
25 &vpl::decode_stat::get_num_skipped_frame, in init_stat()
29 py::class_<vpl::encode_stat, vpl::stat, std::shared_ptr<vpl::encode_stat>>(m, "encode_stat") in init_stat()
32 &vpl::encode_stat::get_num_bit, in init_stat()
36 py::class_<vpl::vpp_stat, vpl::stat, std::shared_ptr<vpl::vpp_stat>>(m, "vpp_stat") in init_stat()
[all …]
H A Dextension_buffer.cpp8 namespace vpl = oneapi::vpl;
13 using BaseClass = vpl::extension_buffer_base;
14 using Class = vpl::extension_buffer<T, ID>;
99 py::class_<vpl::extension_buffer_base, std::shared_ptr<vpl::extension_buffer_base>>( in init_extension_buffer()
118 return py::class_<vpl::className, Base::Class, std::shared_ptr<vpl::className>>( \ in init_extension_buffer()
128 return py::class_<vpl::className, Base::Class, std::shared_ptr<vpl::className>>( \ in init_extension_buffer()
137 return py::class_<vpl::className, Base::Class, std::shared_ptr<vpl::className>>( \ in init_extension_buffer()
151 return py::class_<vpl::className, Base::Class, std::shared_ptr<vpl::className>>( \ in init_extension_buffer()
172 vpl::pic_struct pic = {}; in init_extension_buffer()
459 .def(py::init<vpl::frame_type, std::vector<vpl::payload>>()) in init_extension_buffer()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dvplist.c32 vpl->n = vpl->max = 0; in vplist_init()
38 vplist *vpl; in vplist_new() local
40 if ( vpl ) vplist_init( vpl ); in vplist_new()
41 return vpl; in vplist_new()
155 vpl->data[vpl->n] = v; in vplist_add()
181 vpl->data[i+add->n] = vpl->data[i]; in vplist_insert_list()
206 vpl->data[ vpl->n + i ] = add->data[i]; in vplist_append()
245 if ( vpl->data ) free( vpl->data ); in vplist_freefn()
312 vpl->data[n1] = vpl->data[n2]; in vplist_swap()
327 vpl->data[ i-1 ] = vpl->data[ i ]; in vplist_removefn()
[all …]
H A Dvplist.h27 #define vplist_found( vpl, n ) ( n!=-1 ) argument
28 #define vplist_notfound( vpl, n ) ( n==-1 ) argument
34 void vplist_init ( vplist *vpl );
35 int vplist_add ( vplist *vpl, void *v );
38 int vplist_append ( vplist *vpl, vplist *add );
45 int vplist_removevp ( vplist *vpl, void *v );
50 vplist_index vplist_find( vplist *vpl, void *v );
70 void vplist_empty ( vplist *vpl );
77 void vplist_free ( vplist *vpl );
78 void vplist_freefn( vplist *vpl, vplist_ptrfree fn );
[all …]
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dvplist.c32 vpl->n = vpl->max = 0; in vplist_init()
38 vplist *vpl; in vplist_new() local
40 if ( vpl ) vplist_init( vpl ); in vplist_new()
41 return vpl; in vplist_new()
155 vpl->data[vpl->n] = v; in vplist_add()
181 vpl->data[i+add->n] = vpl->data[i]; in vplist_insert_list()
206 vpl->data[ vpl->n + i ] = add->data[i]; in vplist_append()
245 if ( vpl->data ) free( vpl->data ); in vplist_freefn()
312 vpl->data[n1] = vpl->data[n2]; in vplist_swap()
327 vpl->data[ i-1 ] = vpl->data[ i ]; in vplist_removefn()
[all …]
H A Dvplist.h27 #define vplist_found( vpl, n ) ( n!=-1 ) argument
28 #define vplist_notfound( vpl, n ) ( n==-1 ) argument
34 void vplist_init ( vplist *vpl );
35 int vplist_add ( vplist *vpl, void *v );
38 int vplist_append ( vplist *vpl, vplist *add );
45 int vplist_removevp ( vplist *vpl, void *v );
50 vplist_index vplist_find( vplist *vpl, void *v );
70 void vplist_empty ( vplist *vpl );
77 void vplist_free ( vplist *vpl );
78 void vplist_freefn( vplist *vpl, vplist_ptrfree fn );
[all …]
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dvplist.c32 vpl->n = vpl->max = 0; in vplist_init()
38 vplist *vpl; in vplist_new() local
40 if ( vpl ) vplist_init( vpl ); in vplist_new()
41 return vpl; in vplist_new()
155 vpl->data[vpl->n] = v; in vplist_add()
181 vpl->data[i+add->n] = vpl->data[i]; in vplist_insert_list()
206 vpl->data[ vpl->n + i ] = add->data[i]; in vplist_append()
245 if ( vpl->data ) free( vpl->data ); in vplist_freefn()
312 vpl->data[n1] = vpl->data[n2]; in vplist_swap()
327 vpl->data[ i-1 ] = vpl->data[ i ]; in vplist_removefn()
[all …]
H A Dvplist.h27 #define vplist_found( vpl, n ) ( n!=-1 ) argument
28 #define vplist_notfound( vpl, n ) ( n==-1 ) argument
34 void vplist_init ( vplist *vpl );
35 int vplist_add ( vplist *vpl, void *v );
38 int vplist_append ( vplist *vpl, vplist *add );
45 int vplist_removevp ( vplist *vpl, void *v );
50 vplist_index vplist_find( vplist *vpl, void *v );
70 void vplist_empty ( vplist *vpl );
77 void vplist_free ( vplist *vpl );
78 void vplist_freefn( vplist *vpl, vplist_ptrfree fn );
[all …]
/dports/multimedia/onevpl/oneVPL-2022.0.6/preview/cplusplus/examples/hello-encode-cpp/src/
H A Dhello-encode.cpp22 namespace vpl = oneapi::vpl;
73 vpl::default_selector impl_sel({ oneapi::vpl::dprops::impl(impl_type), in main()
75 oneapi::vpl::dprops::encoder({ oneapi::vpl::dprops::codec_id( in main()
78 vpl::ExtDecodeErrorReport err_report; in main()
79 vpl::color_format_fourcc input_fourcc = (impl_type == oneapi::vpl::implementation_type::sw) in main()
94 catch (vpl::base_exception &e) { in main()
102 vpl::frame_info info; in main()
120 catch (vpl::base_exception &e) { in main()
133 vpl::status wrn = vpl::status::Ok; in main()
135 std::shared_ptr<vpl::bitstream_as_dst> b = std::make_shared<vpl::bitstream_as_dst>(); in main()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/
H A Dwirpoly.c42 gr_wire_poly_uline(c,vpl[i-1],vpl[i]); in gr_wire_upoly()
43 gr_wire_poly_uline(c,vpl[n-1],vpl[0]); in gr_wire_upoly()
51 v0.x=vpl[i-1]->x,v0.y=vpl[i-1]->y; in gr_wire_poly()
52 v1.x=vpl[i]->x,v1.y=vpl[i]->y; in gr_wire_poly()
56 v0.x=vpl[n-1]->x,v0.y=vpl[n-1]->y; in gr_wire_poly()
57 v1.x=vpl[0]->x,v1.y=vpl[0]->y; in gr_wire_poly()
66 gr_wire_poly_ucline(vpl[i-1],vpl[i]); in gr_wire_ucpoly()
67 gr_wire_poly_ucline(vpl[n-1],vpl[0]); in gr_wire_ucpoly()
70 void gr_wire_cpoly(int n, grs_vertex **vpl) { in gr_wire_cpoly() argument
74 gr_wire_poly_cline(vpl[i-1],vpl[i]); in gr_wire_cpoly()
[all …]
/dports/multimedia/onevpl/oneVPL-2022.0.6/preview/cplusplus/examples/hello-decode-cpp/src/
H A Dhello-decode.cpp21 namespace vpl = oneapi::vpl;
23 std::ofstream &operator<<(std::ofstream &f, std::pair<vpl::frame_info, vpl::frame_data> frame);
59 oneapi::vpl::properties opts; in main()
79 vpl::status ret = vpl::status::Ok; in main()
86 vpl::decoder_video_param param; in main()
91 std::shared_ptr<vpl::decode_session<oneapi::vpl::bitstream_file_reader>> decoder(nullptr); in main()
94 std::make_shared<vpl::decode_session<oneapi::vpl::bitstream_file_reader>>(impl_sel, in main()
106 if (ret != vpl::status::Ok) { in main()
150 vpl::async_op_status st; in main()
152 case vpl::status::Ok: in main()
[all …]
/dports/emulators/vice/vice-3.5/data/CBM-II/
H A DMakefile.am21 c64hq.vpl \
22 c64s.vpl \
23 ccs64.vpl \
24 frodo.vpl \
25 godot.vpl \
26 pc64.vpl \
35 cjam.vpl \
36 rgb.vpl \
37 vice.vpl \
38 amber.vpl \
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/data/CBM-II/
H A DMakefile.am21 c64hq.vpl \
22 c64s.vpl \
23 ccs64.vpl \
24 frodo.vpl \
25 godot.vpl \
26 pc64.vpl \
35 cjam.vpl \
36 rgb.vpl \
37 vice.vpl \
38 amber.vpl \
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Gen/
H A Dgenvcply.c60 grs_vertex *vpl[4]; in gen_vox_cpoly() local
68 vpl[0]=(grs_vertex *)vlist; vpl[1]=(grs_vertex *)(vlist+5); in gen_vox_cpoly()
69 vpl[2]=(grs_vertex *)(vlist+10); vpl[3]=(grs_vertex *)(vlist+15); in gen_vox_cpoly()
120 vpl[0]->x = xp[0][i]; in gen_vox_cpoly()
121 vpl[0]->y = yp[0][i]; in gen_vox_cpoly()
129 vpl[2]->x = xp[1][i+du]; in gen_vox_cpoly()
130 vpl[2]->y = yp[1][i+du]; in gen_vox_cpoly()
139 vpl[1]->x = xp[0][i+du]; in gen_vox_cpoly()
167 vpl[1]->x = xp[1][i]; in gen_vox_cpoly()
168 vpl[1]->y = yp[1][i]; in gen_vox_cpoly()
[all …]
H A Dgeneral.h279 (grs_bitmap *bm, int n, fix **vpl);
281 (grs_bitmap *bm, int n, fix **vpl);
284 (grs_bitmap *bm, int n, fix **vpl);
286 (grs_bitmap *bm, int n, fix **vpl);
314 (grs_bitmap *bm, int n, grs_vertex **vpl);
316 (grs_bitmap *bm, int n, grs_vertex **vpl);
318 (grs_bitmap *bm, int n, grs_vertex **vpl);
320 (grs_bitmap *bm, int n, grs_vertex **vpl);
327 (grs_bitmap *bm, int n, grs_vertex **vpl);
329 (grs_bitmap *bm, int n, grs_vertex **vpl);
[all …]

12345678910>>...23