Home
last modified time | relevance | path

Searched refs:decoder_id (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dservice_transfer_cache.h43 EntryKey(int decoder_id,
46 int decoder_id; member
63 void DeleteAllEntriesForDecoder(int decoder_id);
72 int decoder_id,
114 if (lhs.decoder_id != rhs.decoder_id) in operator()
115 return lhs.decoder_id < rhs.decoder_id; in operator()
H A Dservice_transfer_cache.cc267 void ServiceTransferCache::DeleteAllEntriesForDecoder(int decoder_id) { in DeleteAllEntriesForDecoder() argument
269 if (it->first.decoder_id != decoder_id) { in DeleteAllEntriesForDecoder()
278 int decoder_id, in CreateLockedHardwareDecodedImageEntry() argument
287 EntryKey key(decoder_id, cc::TransferCacheEntryType::kImage, entry_id); in CreateLockedHardwareDecodedImageEntry()
373 ServiceTransferCache::EntryKey::EntryKey(int decoder_id, in EntryKey() argument
376 : decoder_id(decoder_id), entry_type(entry_type), entry_id(entry_id) {} in EntryKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dservice_transfer_cache.h43 EntryKey(int decoder_id,
46 int decoder_id; member
63 void DeleteAllEntriesForDecoder(int decoder_id);
72 int decoder_id,
114 if (lhs.decoder_id != rhs.decoder_id) in operator()
115 return lhs.decoder_id < rhs.decoder_id; in operator()
H A Dservice_transfer_cache.cc267 void ServiceTransferCache::DeleteAllEntriesForDecoder(int decoder_id) { in DeleteAllEntriesForDecoder() argument
269 if (it->first.decoder_id != decoder_id) { in DeleteAllEntriesForDecoder()
278 int decoder_id, in CreateLockedHardwareDecodedImageEntry() argument
287 EntryKey key(decoder_id, cc::TransferCacheEntryType::kImage, entry_id); in CreateLockedHardwareDecodedImageEntry()
373 ServiceTransferCache::EntryKey::EntryKey(int decoder_id, in EntryKey() argument
376 : decoder_id(decoder_id), entry_type(entry_type), entry_id(entry_id) {} in EntryKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dtransfer_cache_unittest.cc65 int decoder_id() { return context_->GetRasterDecoderIdForTest(); } in decoder_id() function in cc::__anonf6bf18f00111::TransferCacheTest
106 decoder_id(), entry.Type(), entry.Id()))); in TEST_F()
123 decoder_id(), entry.Type(), entry.Id()))); in TEST_F()
138 decoder_id(), entry.Type(), entry.Id()))); in TEST_F()
149 decoder_id(), entry.Type(), entry.Id()))); in TEST_F()
201 decoder_id(), client_entry.Type(), client_entry.Id())); in TEST_F()
228 decoder_id(), client_entry.Type(), client_entry.Id())); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dtransfer_cache_unittest.cc65 int decoder_id() { return context_->GetRasterDecoderIdForTest(); } in decoder_id() function in cc::__anon04c1a0eb0111::TransferCacheTest
106 decoder_id(), entry.Type(), entry.Id()))); in TEST_F()
123 decoder_id(), entry.Type(), entry.Id()))); in TEST_F()
138 decoder_id(), entry.Type(), entry.Id()))); in TEST_F()
149 decoder_id(), entry.Type(), entry.Id()))); in TEST_F()
201 decoder_id(), client_entry.Type(), client_entry.Id())); in TEST_F()
228 decoder_id(), client_entry.Type(), client_entry.Id())); in TEST_F()
/dports/multimedia/libvdpau-va-gl/libvdpau-va-gl-0.4.2/src/
H A Dapi-decoder.cc171 DestroyImpl(VdpDecoder decoder_id) in DestroyImpl() argument
173 ResourceRef<Resource> decoder{decoder_id}; in DestroyImpl()
175 ResourceStorage<Resource>::instance().drop(decoder_id); in DestroyImpl()
180 Destroy(VdpDecoder decoder_id) in Destroy() argument
182 return check_for_exceptions(DestroyImpl, decoder_id); in Destroy()
186 GetParametersImpl(VdpDecoder decoder_id, VdpDecoderProfile *profile, uint32_t *width, in GetParametersImpl() argument
189 ResourceRef<Resource> decoder{decoder_id}; in GetParametersImpl()
206 return check_for_exceptions(GetParametersImpl, decoder_id, profile, width, height); in GetParameters()
697 ResourceRef<Resource> decoder{decoder_id}; in RenderImpl()
717 Render(VdpDecoder decoder_id, VdpVideoSurface target, VdpPictureInfo const *picture_info, in Render() argument
[all …]
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc67 const int decoder_id = attribute_data_[i].decoder_id; in GetAttributeCornerTable() local
68 if (decoder_id < 0 || decoder_id >= decoder_->num_attributes_decoders()) in GetAttributeCornerTable()
71 decoder_->attributes_decoder(decoder_id); in GetAttributeCornerTable()
88 const int decoder_id = attribute_data_[i].decoder_id; in GetAttributeEncodingData() local
89 if (decoder_id < 0 || decoder_id >= decoder_->num_attributes_decoders()) in GetAttributeEncodingData()
92 decoder_->attributes_decoder(decoder_id); in GetAttributeEncodingData()
140 if (attribute_data_[att_data_id].decoder_id >= 0) in CreateAttributesDecoder()
143 attribute_data_[att_data_id].decoder_id = att_decoder_id; in CreateAttributesDecoder()
H A Dmesh_edgebreaker_decoder_impl.h208 AttributeData() : decoder_id(-1), is_connectivity_used(true) {} in AttributeData()
210 int decoder_id; member
/dports/archivers/draco/draco-1.4.3/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc67 const int decoder_id = attribute_data_[i].decoder_id; in GetAttributeCornerTable() local
68 if (decoder_id < 0 || decoder_id >= decoder_->num_attributes_decoders()) { in GetAttributeCornerTable()
72 decoder_->attributes_decoder(decoder_id); in GetAttributeCornerTable()
90 const int decoder_id = attribute_data_[i].decoder_id; in GetAttributeEncodingData() local
91 if (decoder_id < 0 || decoder_id >= decoder_->num_attributes_decoders()) { in GetAttributeEncodingData()
95 decoder_->attributes_decoder(decoder_id); in GetAttributeEncodingData()
146 if (attribute_data_[att_data_id].decoder_id >= 0) { in CreateAttributesDecoder()
150 attribute_data_[att_data_id].decoder_id = att_decoder_id; in CreateAttributesDecoder()
H A Dmesh_edgebreaker_decoder_impl.h210 AttributeData() : decoder_id(-1), is_connectivity_used(true) {} in AttributeData()
212 int decoder_id; member
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc67 const int decoder_id = attribute_data_[i].decoder_id; in GetAttributeCornerTable() local
68 if (decoder_id < 0 || decoder_id >= decoder_->num_attributes_decoders()) { in GetAttributeCornerTable()
72 decoder_->attributes_decoder(decoder_id); in GetAttributeCornerTable()
90 const int decoder_id = attribute_data_[i].decoder_id; in GetAttributeEncodingData() local
91 if (decoder_id < 0 || decoder_id >= decoder_->num_attributes_decoders()) { in GetAttributeEncodingData()
95 decoder_->attributes_decoder(decoder_id); in GetAttributeEncodingData()
146 if (attribute_data_[att_data_id].decoder_id >= 0) { in CreateAttributesDecoder()
150 attribute_data_[att_data_id].decoder_id = att_decoder_id; in CreateAttributesDecoder()
H A Dmesh_edgebreaker_decoder_impl.h210 AttributeData() : decoder_id(-1), is_connectivity_used(true) {} in AttributeData()
212 int decoder_id; member
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Dinstance.c337 const char *decoder_id, GHashTable *options) in srd_inst_new() argument
350 if (!(dec = srd_decoder_get_by_id(decoder_id))) { in srd_inst_new()
351 srd_err("Protocol decoder %s not found.", decoder_id); in srd_inst_new()
369 di->inst_id = g_strdup_printf("%s-%d", decoder_id, i++); in srd_inst_new()
372 di->inst_id = g_strdup_printf("%s-%d", decoder_id, i++); in srd_inst_new()
403 decoder_id); in srd_inst_new()
443 srd_dbg("Creating new %s instance %s.", decoder_id, di->inst_id); in srd_inst_new()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/hotkeys/
H A Dactionhandlers.c334 char decoder_id[100]; in action_reload_metadata_handler() local
337 strncpy (decoder_id, dec, sizeof (decoder_id)); in action_reload_metadata_handler()
355 if (!strcmp (decoders[i]->plugin.id, decoder_id)) { in action_reload_metadata_handler()
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dstreamer.c1019 char decoder_id[100] = ""; in streamer_set_current() local
1024 strncpy (decoder_id, dec, sizeof (decoder_id)); in streamer_set_current()
1027 if (!decoder_id[0]) { in streamer_set_current()
1040 if (!decoder_id[0] && (!strcmp (filetype, "content") || !filetype[0])) { in streamer_set_current()
1212 if (!decoder_id[0] && plugs[0] && !plugs[plug_idx]) { in streamer_set_current()
1226 if (decoder_id[0]) { in streamer_set_current()
1227 dec = plug_get_decoder_for_id (decoder_id); in streamer_set_current()
1228 decoder_id[0] = 0; in streamer_set_current()
1744 const char *decoder_id = pl_find_meta (streaming_track, ":DECODER"); in streamer_thread() local
1745 if (decoder_id) { in streamer_thread()
[all …]
H A Dplaylist.c997 playItem_t *it = pl_item_alloc_init (fname, decoder_id); in plt_process_cue_track()
1873 pl_item_alloc_init (const char *fname, const char *decoder_id) { in pl_item_alloc_init() argument
1876 pl_add_meta (it, ":DECODER", decoder_id); in pl_item_alloc_init()
2033 const char *decoder_id = pl_find_meta_raw (it, ":DECODER"); in plt_save() local
2034 if (decoder_id) { in plt_save()
2035 ll = strlen (decoder_id); in plt_save()
2039 if (fwrite (decoder_id, 1, ll, fp) != ll) { in plt_save()
2346 char decoder_id[20] = ""; in plt_load_int() local
2348 if (fread (decoder_id, 1, ll, fp) != ll) { in plt_load_int()
2351 decoder_id[ll] = 0; in plt_load_int()
[all …]
H A Dplaylist.h207 pl_item_alloc_init (const char *fname, const char *decoder_id);
H A Ddeadbeef.h752 DB_playItem_t * (*pl_item_alloc_init) (const char *fname, const char *decoder_id);
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/av1/
H A Dlibaom_av1_unittest.cc74 explicit TestAv1Decoder(int decoder_id) in TestAv1Decoder() argument
75 : decoder_id_(decoder_id), decoder_(CreateLibaomAv1Decoder()) { in TestAv1Decoder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/codecs/av1/
H A Dlibaom_av1_unittest.cc73 explicit TestAv1Decoder(int decoder_id) in TestAv1Decoder() argument
74 : decoder_id_(decoder_id), decoder_(CreateLibaomAv1Decoder()) { in TestAv1Decoder()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/av1/
H A Dlibaom_av1_unittest.cc73 explicit TestAv1Decoder(int decoder_id) in TestAv1Decoder() argument
74 : decoder_id_(decoder_id), decoder_(CreateLibaomAv1Decoder()) { in TestAv1Decoder()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dtrkproperties.c617 char decoder_id[100]; in write_meta_worker() local
619 strncpy (decoder_id, dec, sizeof (decoder_id)); in write_meta_worker()
634 if (!strcmp (decoders[i]->plugin.id, decoder_id)) { in write_meta_worker()
H A Dplcommon.c523 char decoder_id[100]; in main_reload_metadata_activate() local
526 strncpy (decoder_id, dec, sizeof (decoder_id)); in main_reload_metadata_activate()
538 if (!strcmp (decoders[i]->plugin.id, decoder_id)) { in main_reload_metadata_activate()
/dports/audio/deadbeef-waveform-seekbar-plugin/ddb_waveform_seekbar-0402f6d/
H A Dwaveform.c746 char decoder_id[100]; in waveform_generate_wavedata() local
748 strncpy (decoder_id, dec_meta, sizeof (decoder_id)); in waveform_generate_wavedata()
753 if (!strcmp (decoders[i]->plugin.id, decoder_id)) { in waveform_generate_wavedata()

12