Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:raw

516 	/* OPT: inline raw uint32 code here, or make into a macro if possible in the .h file */
1265 FLAC__bool FLAC__bitreader_read_utf8_uint32(FLAC__BitReader *br, FLAC__uint32 *val, FLAC__byte *raw, unsigned *rawlen)
1273 if(raw)
1274 raw[(*rawlen)++] = (FLAC__byte)x;
1306 if(raw)
1307 raw[(*rawlen)++] = (FLAC__byte)x;
1320 FLAC__bool FLAC__bitreader_read_utf8_uint64(FLAC__BitReader *br, FLAC__uint64 *val, FLAC__byte *raw, unsigned *rawlen)
1328 if(raw)
1329 raw[(*rawlen)++] = (FLAC__byte)x;
1365 if(raw)
1366 raw[(*rawlen)++] = (FLAC__byte)x;