Searched refs:current_variant (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
D | main.cpp | 65 static char current_variant[64] = {0}; variable 89 fwrite(current_variant, 1, strlen(current_variant)+1, checker_stdin); in write_test() 114 strncpy(current_variant, name, sizeof(current_variant) - 1); in set_variant() 151 memset(current_variant, 0, sizeof(current_variant)); in run_test()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 616 GstHLSVariantStream *current = hlsdemux->current_variant; in new_variant_is_compatible() 665 GstHLSVariantStream *playlist = hlsdemux->current_variant; in gst_hls_demux_setup_streams() 774 if (hlsdemux->current_variant == variant || variant == NULL) in gst_hls_demux_set_current_variant() 777 if (hlsdemux->current_variant != NULL) { in gst_hls_demux_set_current_variant() 784 hlsdemux->current_variant->m3u8->sequence_position; in gst_hls_demux_set_current_variant() 785 variant->m3u8->sequence = hlsdemux->current_variant->m3u8->sequence; in gst_hls_demux_set_current_variant() 793 GList *mlist = hlsdemux->current_variant->media[i]; in gst_hls_demux_set_current_variant() 821 hlsdemux->previous_variant = hlsdemux->current_variant; in gst_hls_demux_set_current_variant() 824 hlsdemux->current_variant = gst_hls_variant_stream_ref (variant); in gst_hls_demux_set_current_variant() 894 if (hlsdemux->current_variant != NULL) in gst_hls_demux_get_duration() [all …]
|
D | m3u8.c | 2019 if (!self->current_variant) { in gst_hls_master_playlist_new_from_data() 2022 top_variant_uri = GST_M3U8 (self->current_variant->data)->uri; in gst_hls_master_playlist_new_from_data() 2023 iframe = GST_M3U8 (self->current_variant->data)->iframe; in gst_hls_master_playlist_new_from_data() 2029 playlist->current_variant = in gst_hls_master_playlist_new_from_data() 2033 playlist->current_variant = in gst_hls_master_playlist_new_from_data() 2083 playlist, GstHLSVariantStream * current_variant, guint bitrate) in gst_hls_master_playlist_get_variant_for_bitrate() argument 2085 GstHLSVariantStream *variant = current_variant; in gst_hls_master_playlist_get_variant_for_bitrate() 2089 if (current_variant == NULL || !current_variant->iframe) in gst_hls_master_playlist_get_variant_for_bitrate() 2106 GstHLSVariantStream * current_variant) in gst_hls_master_playlist_get_matching_variant() argument 2108 if (current_variant->iframe) { in gst_hls_master_playlist_get_matching_variant() [all …]
|
D | m3u8.h | 258 … GstHLSVariantStream * current_variant, 261 … GstHLSVariantStream * current_variant);
|
D | gsthlsdemux.h | 156 GstHLSVariantStream *current_variant; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_tess.h | 71 struct draw_tcs_llvm_variant *current_variant; member 98 struct draw_tes_llvm_variant *current_variant; member
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 60 struct draw_llvm_variant *current_variant; member 136 gs->current_variant = variant; in llvm_middle_end_prepare_gs() 204 tcs->current_variant = variant; in llvm_middle_end_prepare_tcs() 272 tes->current_variant = variant; in llvm_middle_end_prepare_tes() 402 fpme->current_variant = variant; in llvm_middle_end_prepare() 622 clipped = fpme->current_variant->jit_func(&fpme->llvm->jit_context, in llvm_pipeline_generic() 953 fpme->current_variant = NULL; in draw_pt_fetch_pipeline_or_emit_llvm()
|
D | draw_tess.c | 148 …shader->current_variant->jit_func(shader->jit_context, shader->tcs_input->data, shader->tcs_output… in llvm_tcs_run() 310 shader->current_variant->jit_func(shader->jit_context, shader->tes_input->data, output, prim_id, in llvm_tes_run() 513 shader->current_variant = variant; in draw_tcs_set_current_variant() 638 shader->current_variant = variant; in draw_tes_set_current_variant()
|
D | draw_gs.h | 103 struct draw_gs_llvm_variant *current_variant; member
|
D | draw_gs.c | 396 shader->current_variant->jit_func( in llvm_gs_run() 974 shader->current_variant = variant; in draw_gs_set_current_variant()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 106845 triggered by the goto invoked after the current_variant update.
|