Home
last modified time | relevance | path

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

/external/flac/include/FLAC/
Dformat.h713 FLAC__bool is_cd; member
/external/flac/libFLAC/
Dstream_encoder_framing.c140 …if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.cue_sheet.is_cd? 1 : 0, FLAC__STREAM_METAD… in FLAC__add_metadata_block()
Dstream_decoder.c1817 obj->is_cd = x? true : false; in read_metadata_cuesheet_()
Dstream_encoder.c796 if(!FLAC__format_cuesheet_is_legal(&m->data.cue_sheet, m->data.cue_sheet.is_cd, /*violation=*/0)) in init_stream_internal_()