Searched refs:get_blocksize (Results 1 – 11 of 11) sorted by relevance
107 void get_blocksize(int);169 get_blocksize(fd); in setup()179 void get_blocksize(int fd) in get_blocksize() function
109 void get_blocksize(int);150 get_blocksize(fd_mode1); in setup()161 void get_blocksize(int fd) in get_blocksize() function
32 static void get_blocksize(void) in get_blocksize() function290 get_blocksize(); in setup()
91 static void get_blocksize(void) in get_blocksize() function161 get_blocksize(); in setup()
142 …virtual uint32_t get_blocksize() const; ///< See FLAC__stream_decoder_ge…
162 …virtual uint32_t get_blocksize() const; ///< See FLAC__stream_encoder_get_block…
434 if(encoder->get_blocksize() != streaminfo_.data.stream_info.min_blocksize) { in test_stream_encoder()435 …LED, expected %u, got %u\n", streaminfo_.data.stream_info.min_blocksize, encoder->get_blocksize()); in test_stream_encoder()
691 uint32_t blocksize = decoder->get_blocksize(); in test_stream_decoder()
341 const bool res = decoder.get_blocksize(); in LLVMFuzzerTestOneInput()
161 uint32_t Stream::get_blocksize() const in get_blocksize() function in FLAC::Decoder::Stream
283 uint32_t Stream::get_blocksize() const in get_blocksize() function in FLAC::Encoder::Stream