• Home
  • Raw
  • Download

Lines Matching defs:res

141             const bool res = encoder.set_streamable_subset(ds.Get<bool>());  in LLVMFuzzerTestOneInput()  local
145 const bool res = encoder.set_ogg_serial_number(ds.Get<long>()); in LLVMFuzzerTestOneInput() local
149 const bool res = encoder.set_verify(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
153 const bool res = encoder.set_compression_level(ds.Get<uint8_t>()); in LLVMFuzzerTestOneInput() local
157 const bool res = encoder.set_do_mid_side_stereo(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
161 const bool res = encoder.set_loose_mid_side_stereo(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
165 const bool res = encoder.set_max_lpc_order(ds.Get<uint8_t>()); in LLVMFuzzerTestOneInput() local
169 const bool res = encoder.set_qlp_coeff_precision(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput() local
173 const bool res = encoder.set_do_escape_coding(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
177 const bool res = encoder.set_min_residual_partition_order(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput() local
181 const bool res = encoder.set_max_residual_partition_order(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput() local
185 const bool res = encoder.set_total_samples_estimate(ds.Get<uint64_t>()); in LLVMFuzzerTestOneInput() local
189 const bool res = encoder.set_blocksize(ds.Get<uint16_t>()); in LLVMFuzzerTestOneInput() local
193 const bool res = encoder.set_limit_min_bitrate(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
197 const bool res = encoder.set_sample_rate(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput() local
235 bool res = false; in LLVMFuzzerTestOneInput() local
265 bool res = false; in LLVMFuzzerTestOneInput() local
293 const bool res = encoder.finish(); in LLVMFuzzerTestOneInput() local
297 const bool res = decoder.finish(); in LLVMFuzzerTestOneInput() local