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