Searched refs:format_index (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstmemindex.c | 75 GHashTable *format_index; member 153 if (id_index->format_index) { in gst_mem_index_free_id() 154 g_hash_table_foreach (id_index->format_index, gst_mem_index_free_format, in gst_mem_index_free_id() 156 g_hash_table_destroy (id_index->format_index); in gst_mem_index_free_id() 157 id_index->format_index = NULL; in gst_mem_index_free_id() 197 id_index->format_index = g_hash_table_new (g_int_hash, g_int_equal); in gst_mem_index_add_id() 226 index = g_hash_table_lookup (id_index->format_index, format); in gst_mem_index_index_format() 235 g_hash_table_insert (id_index->format_index, &index->format, index); in gst_mem_index_index_format() 348 GstMemIndexFormatIndex *format_index; in gst_mem_index_get_assoc_entry() local 356 format_index = g_hash_table_lookup (id_index->format_index, &format); in gst_mem_index_get_assoc_entry() [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstmemindex.c | 75 GHashTable *format_index; member 151 if (id_index->format_index) { in gst_mem_index_free_id() 152 g_hash_table_foreach (id_index->format_index, gst_mem_index_free_format, in gst_mem_index_free_id() 154 g_hash_table_destroy (id_index->format_index); in gst_mem_index_free_id() 155 id_index->format_index = NULL; in gst_mem_index_free_id() 195 id_index->format_index = g_hash_table_new (g_int_hash, g_int_equal); in gst_mem_index_add_id() 224 index = g_hash_table_lookup (id_index->format_index, format); in gst_mem_index_index_format() 233 g_hash_table_insert (id_index->format_index, &index->format, index); in gst_mem_index_index_format() 346 GstMemIndexFormatIndex *format_index; in gst_mem_index_get_assoc_entry() local 354 format_index = g_hash_table_lookup (id_index->format_index, &format); in gst_mem_index_get_assoc_entry() [all …]
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_swapchain.cc | 74 int format_index = in VulkanSwapchain() local 76 if (format_index < 0) { in VulkanSwapchain() 153 format_infos[format_index].color_type_, in VulkanSwapchain() 154 format_infos[format_index].color_space_)) { in VulkanSwapchain()
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiopanorama.c | 235 gint channel_index, format_index, method_index; in gst_audio_panorama_set_process_function() local 245 format_index = GST_AUDIO_FORMAT_INFO_IS_FLOAT (finfo) ? 1 : 0; in gst_audio_panorama_set_process_function() 249 panorama_process_functions[channel_index][format_index][method_index]; in gst_audio_panorama_set_process_function()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-private.h | 58 gint format_index; member
|
D | audio-resampler.c | 1020 index = resampler->format_index; in setup_functions() 1378 resampler->format_index = 0; in gst_audio_resampler_new() 1381 resampler->format_index = 1; in gst_audio_resampler_new() 1384 resampler->format_index = 2; in gst_audio_resampler_new() 1387 resampler->format_index = 3; in gst_audio_resampler_new() 1408 copy_func : deinterleave_funcs[resampler->format_index]; in gst_audio_resampler_new() 1409 resampler->convert_taps = convert_taps_funcs[resampler->format_index]; in gst_audio_resampler_new()
|
/third_party/gstreamer/gstplugins_bad/gst/freeverb/ |
D | gstfreeverb.c | 467 gint channel_index, format_index; in gst_freeverb_set_process_function() local 477 format_index = GST_AUDIO_FORMAT_INFO_IS_FLOAT (finfo) ? 1 : 0; in gst_freeverb_set_process_function() 479 filter->process = process_functions[channel_index][format_index]; in gst_freeverb_set_process_function()
|
/third_party/mindspore/mindspore/ops/composite/multitype_ops/ |
D | _compile_utils.py | 887 index_out = format_index(v, data_shape, cur_dim) 933 def format_index(idx, data_shape, cur_dim): function
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 1055 int format_index = zs_format == PIPE_FORMAT_Z24_UNORM_S8_UINT ? 0 : in blitter_get_fs_pack_color_zs() local 1061 if (format_index == -1) { in blitter_get_fs_pack_color_zs() 1070 format_index += 5; in blitter_get_fs_pack_color_zs() 1072 void **shader = &ctx->fs_pack_color_zs[tgsi_tex][format_index]; in blitter_get_fs_pack_color_zs()
|