Home
last modified time | relevance | path

Searched refs:output_element (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daac.h343 SingleChannelElement *output_element[MAX_CHANNELS]; ///< Points to each SingleChannelElement member
Daacdec_template.c144 ac->output_element[(*channels)++] = &ac->che[type][id]->ch[0]; in che_configure()
147 ac->output_element[(*channels)++] = &ac->che[type][id]->ch[1]; in che_configure()
185 if (ac->output_element[ch]) in frame_configure_elements()
186 ac->output_element[ch]->ret = (INTFLOAT *)ac->frame->extended_data[ch]; in frame_configure_elements()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.h302 char **output_element; member
Dalsa-mixer.c3515 en = m->output_element; in pa_alsa_path_set_new()
3893 pa_xstrfreev(m->output_element); in mapping_free()
4130 pa_xstrfreev(m->output_element); in mapping_parse_element()
4131 m->output_element = pa_split_spaces_strv(state->rvalue); in mapping_parse_element()
4615 (m->output_path_names && m->output_element)) { in mapping_verify()