Searched refs:format_index (Results 1 – 11 of 11) sorted by relevance
/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/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/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/node/deps/v8/src/codegen/arm64/ |
D | instructions-arm64.cc | 383 VectorFormat NEONFormatDecoder::GetVectorFormat(int format_index) { in GetVectorFormat() argument 384 return GetVectorFormat(formats_[format_index]); in GetVectorFormat()
|
D | instructions-arm64.h | 628 VectorFormat GetVectorFormat(int format_index = 0);
|
/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/vixl/src/aarch64/ |
D | instructions-aarch64.h | 844 VectorFormat GetVectorFormat(int format_index = 0) { 845 return GetVectorFormat(formats_[format_index]);
|
/third_party/vixl/src/ |
D | utils-vixl.h | 182 #define PRINTF_CHECK(format_index, varargs_index) \ 183 __attribute__((format(gnu_printf, format_index, varargs_index))) 185 #define PRINTF_CHECK(format_index, varargs_index)
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 1091 int format_index = zs_format == PIPE_FORMAT_Z24_UNORM_S8_UINT ? 0 : in blitter_get_fs_pack_color_zs() local 1097 if (format_index == -1) { in blitter_get_fs_pack_color_zs() 1106 format_index += 5; in blitter_get_fs_pack_color_zs() 1108 void **shader = &ctx->fs_pack_color_zs[tgsi_tex][format_index]; in blitter_get_fs_pack_color_zs()
|