Home
last modified time | relevance | path

Searched refs:str_cache (Results 1 – 25 of 37) sorted by relevance

12

/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink/packages/flashmedia/
H A Dtypes.py1121 size += AMF3Value.size(value, str_cache=str_cache,
1182 value = AMF3Value.pack(value, str_cache=str_cache,
1250 value = AMF3Value.read(fd, str_cache=str_cache,
1259 value = AMF3Value.read(fd, str_cache=str_cache,
1333 size += AMF3Value.size(value, str_cache=str_cache,
1375 value = AMF3Value.pack(value, str_cache=str_cache,
1397 value = AMF3Value.read(fd, str_cache=str_cache,
1404 value = AMF3Value.read(fd, str_cache=str_cache,
1498 size += AMF3ArrayPacker.size(val, str_cache=str_cache,
1506 size += AMF3ObjectPacker.size(val, str_cache=str_cache,
[all …]
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/packages/flashmedia/
H A Dtypes.py1108 size += AMF3Value.size(value, str_cache=str_cache,
1170 value = AMF3Value.pack(value, str_cache=str_cache,
1239 value = AMF3Value.read(fd, str_cache=str_cache,
1248 value = AMF3Value.read(fd, str_cache=str_cache,
1320 size += AMF3Value.size(value, str_cache=str_cache,
1362 value = AMF3Value.pack(value, str_cache=str_cache,
1384 value = AMF3Value.read(fd, str_cache=str_cache,
1391 value = AMF3Value.read(fd, str_cache=str_cache,
1483 size += AMF3ArrayPacker.size(val, str_cache=str_cache,
1491 size += AMF3ObjectPacker.size(val, str_cache=str_cache,
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/
H A Dboxm2_mean_intensities_batch_functor.h23 bool init_data(boxm2_data_base *output_alph, boxm2_stream_cache_sptr str_cache) in init_data() argument
26 str_cache_ = str_cache; in init_data()
60 bool init_data(boxm2_data_base *output_alph, boxm2_stream_cache_sptr str_cache) in init_data() argument
63 str_cache_ = str_cache; in init_data()
H A Dboxm2_compute_nonsurface_histogram_functor.h26 boxm2_stream_cache_sptr str_cache) in init_data() argument
31 str_cache_ = str_cache; in init_data()
38 boxm2_stream_cache_sptr str_cache) in init_data() argument
47 str_cache_ = str_cache; in init_data()
H A Dboxm2_shadow_model_functor.h22 boxm2_stream_cache_sptr str_cache, in init_data() argument
28 str_cache_ = str_cache; in init_data()
H A Dboxm2_synoptic_function_functors.h69 boxm2_stream_cache_sptr str_cache) in init_data() argument
74 str_cache_ = str_cache; in init_data()
149 bool init_data(boxm2_stream_cache_sptr str_cache, in init_data() argument
159 str_cache_ = str_cache; in init_data()
269 boxm2_stream_cache_sptr str_cache, in init_data() argument
285 str_cache_ = str_cache; in init_data()
H A Dboxm2_batch_functors.h252 …bool init_data(boxm2_data_base *alph, boxm2_data_base *mog, boxm2_stream_cache_sptr str_cache, bst… in init_data() argument
256 str_cache_ = str_cache; in init_data()
349 …bool init_data(boxm2_data_base *alph, boxm2_data_base *mog, boxm2_stream_cache_sptr str_cache, bst… in init_data() argument
353 str_cache_ = str_cache; in init_data()
424 …bool init_data(boxm2_data_base *alph, boxm2_data_base *mog, boxm2_stream_cache_sptr str_cache, bst… in init_data() argument
428 str_cache_ = str_cache; in init_data()
H A Dboxm2_compute_phongs_model_functor.h32 boxm2_stream_cache_sptr str_cache, in init_data() argument
39 str_cache_ = str_cache; in init_data()
H A Dboxm2_compute_normal_albedo_functor_opt.cxx59 const boxm2_stream_cache_sptr& str_cache, in init_data() argument
76 str_cache_ = str_cache; in init_data()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/pro/processes/
H A Dboxm2_cpp_batch_probe_intensities_process.cxx72 boxm2_stream_cache_sptr str_cache= pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_probe_intensities_process() local
100 cum_len=str_cache->get_next<BOXM2_AUX0>(id,k); in boxm2_cpp_batch_probe_intensities_process()
101 cum_int=str_cache->get_next<BOXM2_AUX1>(id,k); in boxm2_cpp_batch_probe_intensities_process()
102 cum_vis=str_cache->get_next<BOXM2_AUX2>(id,k); in boxm2_cpp_batch_probe_intensities_process()
103 cum_pre=str_cache->get_next<BOXM2_AUX3>(id,k); in boxm2_cpp_batch_probe_intensities_process()
H A Dboxm2_cpp_batch_compute_3d_points_process.cxx65 boxm2_stream_cache_sptr str_cache= pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_compute_3d_points_process() local
89 if(str_cache->exists<BOXM2_POINT>(*id)==0) in boxm2_cpp_batch_compute_3d_points_process()
91 if(str_cache->exists<BOXM2_COVARIANCE>(*id)==0) in boxm2_cpp_batch_compute_3d_points_process()
102 data_functor.init_data(output_pts, output_covs, str_cache, bid, data_index); in boxm2_cpp_batch_compute_3d_points_process()
H A Dboxm2_cpp_mean_intensities_batch_process.cxx65 boxm2_stream_cache_sptr str_cache= pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_mean_intensities_batch_process() local
77 data_functor.init_data(output_alph, str_cache); in boxm2_cpp_mean_intensities_batch_process()
121 boxm2_stream_cache_sptr str_cache =pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_mean_intensities_print_process() local
132 data_functor.init_data(output_alph,str_cache); in boxm2_cpp_mean_intensities_print_process()
H A Dboxm2_cpp_batch_update_processes.cxx354 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_update_process() local
398 data_functor.init_data(alph, mog, str_cache, n_table); in boxm2_cpp_batch_update_process()
405 data_functor.init_data(alph, mog, str_cache, n_table); in boxm2_cpp_batch_update_process()
453 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_update_app_process() local
503 data_functor.init_data(alph, mog, str_cache, n_table); in boxm2_cpp_batch_update_app_process()
510 data_functor.init_data(alph, mog, str_cache, n_table); in boxm2_cpp_batch_update_app_process()
559 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_update_alpha_process() local
603 data_functor.init_data(alph, mog, str_cache, n_table); in boxm2_cpp_batch_update_alpha_process()
610 data_functor.init_data(alph, mog, str_cache, n_table); in boxm2_cpp_batch_update_alpha_process()
H A Dboxm2_cpp_batch_update_nonsurface_model_process.cxx64 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_update_nonsurface_model_process() local
77 data_functor.init_data(entropy_histo_air, str_cache); in boxm2_cpp_batch_update_nonsurface_model_process()
H A Dboxm2_cpp_batch_compute_synoptic_function_1d_process.cxx66 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_compute_synoptic_function_1d_process() local
77 data_functor.init_data(str_cache,alpha,cubic_model_data); in boxm2_cpp_batch_compute_synoptic_function_1d_process()
H A Dboxm2_cpp_batch_compute_phong_model_process.cxx69 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_compute_phong_model_process() local
85 str_cache, in boxm2_cpp_batch_compute_phong_model_process()
H A Dboxm2_cpp_batch_compute_shadow_model_process.cxx65 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_compute_shadow_model_process() local
98 …data_functor.init_data(sunvis, str_cache,weights,weighted_intensities, float(blk->sub_block_dim().… in boxm2_cpp_batch_compute_shadow_model_process()
H A Dboxm2_cpp_batch_compute_normal_albedo_process.cxx76 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(2); in boxm2_cpp_batch_compute_normal_albedo_process() local
152 data_functor.init_data(metadata, atm_params, str_cache, alpha, na_model_data); in boxm2_cpp_batch_compute_normal_albedo_process()
H A Dboxm2_cpp_batch_update_opt2_processes.cxx300 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_cpp_batch_update_opt2_process() local
343 data_functor.init_data(alph, mog, str_cache, n_table); in boxm2_cpp_batch_update_opt2_process()
350 data_functor.init_data(alph, mog, str_cache, n_table); in boxm2_cpp_batch_update_opt2_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/pyscripts/
H A Dbstm_scene_adaptor.py29 self.str_cache = None
279 if self.str_cache:
280 batch.remove_data(self.str_cache.id)
281 self.str_cache = None
303 if (self.str_cache is None):
328 batch.set_input_from_db(0, self.str_cache)
335 if (self.str_cache is None):
376 batch.set_input_from_db(2, self.str_cache)
382 batch.set_input_from_db(0, self.str_cache)
392 batch.set_input_from_db(2, self.str_cache)
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pyscripts/
H A Dboxm2_scene_adaptor.py39 self.str_cache = None
471 if self.str_cache:
472 batch.remove_data(self.str_cache.id)
473 self.str_cache = None
509 if (self.str_cache is None):
539 batch.set_input_from_db(0, self.str_cache)
546 if (self.str_cache is None):
587 batch.set_input_from_db(2, self.str_cache)
593 batch.set_input_from_db(0, self.str_cache)
603 batch.set_input_from_db(2, self.str_cache)
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_paint_batch.cxx35 const boxm2_stream_cache_sptr& str_cache, in paint_block() argument
90 std::vector<aux0_datatype> cell_len = str_cache->get_next<BOXM2_AUX0>(id, index); in paint_block()
91 std::vector<aux1_datatype> cell_obs = str_cache->get_next<BOXM2_AUX1>(id, index); in paint_block()
92 std::vector<aux2_datatype> cell_vis = str_cache->get_next<BOXM2_AUX2>(id, index); in paint_block()
H A Dboxm2_ocl_paint_batch.h24 const boxm2_stream_cache_sptr& str_cache,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/pro/processes/
H A Dboxm2_ocl_paint_batch_process.cxx70 boxm2_stream_cache_sptr str_cache = pro.get_input<boxm2_stream_cache_sptr>(i++); in boxm2_ocl_paint_batch_process() local
101 … boxm2_ocl_paint_batch::paint_block(scene,device,str_cache,ocl_cache,queue,data_type,bid,n_table); in boxm2_ocl_paint_batch_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_create_stream_cache_process.cxx92 boxm2_stream_cache * str_cache = new boxm2_stream_cache(scene, type_names, image_ids, num_giga); in boxm2_create_stream_cache_process() local
95 pro.set_output_val<boxm2_stream_cache_sptr>(0, str_cache); in boxm2_create_stream_cache_process()

12