Searched refs:ac_out (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavresample/ |
H A D | dither.c | 71 AudioConvert *ac_out; // converter for s16p to s16 (if needed) member 303 ret = ff_audio_convert(c->ac_out, dst, c->s16_data); in ff_convert_dither() 322 ff_audio_convert_free(&c->ac_out); in ff_dither_free() 397 c->ac_out = ff_audio_convert_alloc(avr, out_fmt, AV_SAMPLE_FMT_S16P, in ff_dither_alloc() 399 if (!c->ac_out) in ff_dither_alloc()
|
H A D | utils.c | 226 avr->ac_out = ff_audio_convert_alloc(avr, avr->out_sample_fmt, src_fmt, in avresample_open() 230 if (!avr->ac_out) { in avresample_open() 270 ff_audio_convert_free(&avr->ac_out); in avresample_close() 481 ret = ff_audio_convert(avr->ac_out, &output_buffer, current_buffer); in avresample_convert() 493 ret = ff_audio_convert(avr->ac_out, avr->out_buffer, in avresample_convert()
|
H A D | internal.h | 94 AudioConvert *ac_out; /**< output sample format conversion context */ member
|
/third_party/icu/icu4c/source/ |
H A D | configure | 9239 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 9240 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 9241 "$ac_tmp/out"`; test -z "$ac_out"; } &&
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 9179 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 9180 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 9181 "$ac_tmp/out"`; test -z "$ac_out"; } &&
|
/third_party/libevdev/ |
H A D | configure | 15521 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 15522 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 15523 "$ac_tmp/out"`; test -z "$ac_out"; } &&
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 15357 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 15358 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 15359 "$ac_tmp/out"`; test -z "$ac_out"; } &&
|
/third_party/eudev/ |
H A D | configure | 21262 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 21263 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 21264 "$ac_tmp/out"`; test -z "$ac_out"; } &&
|
/third_party/lame/ |
H A D | configure | 20022 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 20023 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 20024 "$ac_tmp/out"`; test -z "$ac_out"; } &&
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 18511 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 18512 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 18513 "$ac_tmp/out"`; test -z "$ac_out"; } &&
|
/third_party/node/deps/cares/ |
H A D | configure | 27042 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 27043 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 27044 "$ac_tmp/out"`; test -z "$ac_out"; } &&
|
/third_party/python/ |
H A D | configure | 30330 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && 30331 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ 30332 "$ac_tmp/out"`; test -z "$ac_out"; } &&
|
Completed in 141 milliseconds