Searched refs:FLAC__stream_encoder_get_do_escape_coding (Results 1 – 4 of 4) sorted by relevance
1377 FLAC_API FLAC__bool FLAC__stream_encoder_get_do_escape_coding(const FLAC__StreamEncoder *encoder);
418 if(FLAC__stream_encoder_get_do_escape_coding(encoder) != false) { in test_stream_encoder()
310 return static_cast<bool>(::FLAC__stream_encoder_get_do_escape_coding(encoder_)); in get_do_escape_coding()
2127 FLAC_API FLAC__bool FLAC__stream_encoder_get_do_escape_coding(const FLAC__StreamEncoder *encoder) in FLAC__stream_encoder_get_do_escape_coding() function