Home
last modified time | relevance | path

Searched refs:FLAC__format_picture_is_legal (Results 1 – 3 of 3) sorted by relevance

/external/flac/include/FLAC/
Dformat.h1017 FLAC_API FLAC__bool FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, cons…
/external/flac/libFLAC/
Dformat.c491 FLAC_API FLAC__bool FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, cons… in FLAC__format_picture_is_legal() function
Dstream_encoder.c800 if(!FLAC__format_picture_is_legal(&m->data.picture, /*violation=*/0)) in init_stream_internal_()