Home
last modified time | relevance | path

Searched refs:encoded_size (Results 1 – 3 of 3) sorted by relevance

/system/bt/embdrv/g722/fuzzer/
Dg722_enc_fuzzer.cc78 int encoded_size = in LLVMFuzzerTestOneInput() local
81 encoded_data.resize(encoded_size); in LLVMFuzzerTestOneInput()
/system/core/fs_mgr/libsnapshot/
Dcow_writer.cpp368 size_t encoded_size = bound; in Compress() local
371 reinterpret_cast<const uint8_t*>(data), &encoded_size, buffer.get()); in Compress()
376 return std::basic_string<uint8_t>(buffer.get(), encoded_size); in Compress()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1202 int encoded_size = in OnAudioDataReady() local
1205 encoded_data_left.resize(encoded_size); in OnAudioDataReady()
1226 int encoded_size = in OnAudioDataReady() local
1229 encoded_data_right.resize(encoded_size); in OnAudioDataReady()