Searched refs:phase_index (Results 1 – 5 of 5) sorted by relevance
104 guint phase_index; member314 interlace->phase_index = interlace->pattern_offset; in gst_interlace_reset()542 interlace->phase_index = interlace->pattern_offset; in gst_interlace_setcaps()653 format->n_fields[interlace->phase_index] - in gst_interlace_sink_event()687 interlace->phase_index++; in gst_interlace_sink_event()688 if (!format->n_fields[interlace->phase_index]) { in gst_interlace_sink_event()689 interlace->phase_index = 0; in gst_interlace_sink_event()1282 && interlace->phase_index == pattern_offset in gst_interlace_chain()1288 current_fields = format->n_fields[interlace->phase_index]; in gst_interlace_chain()1290 interlace->phase_index++; in gst_interlace_chain()[all …]
87 int phase_index; ///< quantized phase index member
145 pos = DEQUANT_PHASE(wave_param->phase_index) - (reg_offset ^ 128) * inc & 2047; in waves_synth()
1587 wparam[i].phase_index = get_bits(gb, 5); in decode_tones_phase()
32152 interlace: Increment phase_index before checking if we're at the end of the phase32153 Incrementing it afterwards will always have to phase_index >= 1 and we