Home
last modified time | relevance | path

Searched refs:sample_rate_hint (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_encoder_framing.c247 uint32_t u, blocksize_hint, sample_rate_hint; in FLAC__frame_add_header() local
290 sample_rate_hint = 0; in FLAC__frame_add_header()
305 sample_rate_hint = u = 12; in FLAC__frame_add_header()
307 sample_rate_hint = u = 14; in FLAC__frame_add_header()
309 sample_rate_hint = u = 13; in FLAC__frame_add_header()
369 switch(sample_rate_hint) { in FLAC__frame_add_header()
H A Dstream_decoder.c2281 uint32_t i, blocksize_hint = 0, sample_rate_hint = 0; in read_frame_header_() local
2408 sample_rate_hint = x; in read_frame_header_()
2534 if(sample_rate_hint) { in read_frame_header_()
2538 if(sample_rate_hint != 12) { in read_frame_header_()
2545 if(sample_rate_hint == 12) in read_frame_header_()
2547 else if(sample_rate_hint == 13) in read_frame_header_()