Searched refs:decoder_state (Results 1 – 4 of 4) sorted by relevance
49 libgav1::DecoderState decoder_state; in ParseObu() local50 libgav1::ObuParser parser(data, size, 0, &buffer_pool, &decoder_state); in ParseObu()
246 BufferPool* const buffer_pool, DecoderState* const decoder_state) in ObuParser() argument251 decoder_state_(*decoder_state) {} in ObuParser()
25 "${libgav1_source}/decoder_state.h"
1434 FLAC__StreamDecoderState decoder_state; in flac__encode_file() local1439 decoder_state = FLAC__stream_decoder_get_state(encoder_session.fmt.flac.decoder); in flac__encode_file()1440 …if(encoder_session.continue_through_decode_errors && decoder_state == FLAC__STREAM_DECODER_END_OF_… in flac__encode_file()1443 …consecutive_eos_count = decoder_state == FLAC__STREAM_DECODER_END_OF_STREAM ? consecutive_eos_coun… in flac__encode_file()