Searched refs:encode_size (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/test/core/end2end/tests/ |
D | hpack_size.cc | 350 static void test_size(grpc_end2end_test_config config, int encode_size, in test_size() argument 368 client_arg.value.integer = encode_size; in test_size() 372 gpr_asprintf(&name, "test_size:e=%d:d=%d", encode_size, decode_size); in test_size() 373 f = begin_test(config, name, encode_size != 4096 ? &client_args : nullptr, in test_size()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/red/ |
D | audio_encoder_copy_red_unittest.cc | 192 for (int encode_size = 1; encode_size <= kNumPackets; ++encode_size) { in TEST_F() local 194 info.encoded_bytes = encode_size; in TEST_F()
|
/external/libopus/src/ |
D | repacketizer.c | 148 ptr += encode_size(len[0], ptr); in opus_repacketizer_out_range_impl() 204 ptr += encode_size(len[i], ptr); in opus_repacketizer_out_range_impl() 208 int sdlen = encode_size(len[count-1], ptr); in opus_repacketizer_out_range_impl()
|
D | opus_private.h | 139 int encode_size(int size, unsigned char *data);
|
D | opus.c | 140 int encode_size(int size, unsigned char *data) in encode_size() function
|
/external/u-boot/fs/zfs/ |
D | zfs.c | 1508 int name_len, type, encode_size; in nvlist_find_value() local 1526 while ((encode_size = be32_to_cpu(*(uint32_t *) nvlist))) { in nvlist_find_value() 1550 *size_out = encode_size; in nvlist_find_value() 1556 nvlist += encode_size; /* goto the next nvpair */ in nvlist_find_value() 1665 uint32_t encode_size; in zfs_nvlist_lookup_nvlist_array() local 1671 && (encode_size = be32_to_cpu(*(uint32_t *) nvpairptr))) in zfs_nvlist_lookup_nvlist_array() 1672 nvlist += encode_size; /* goto the next nvpair */ in zfs_nvlist_lookup_nvlist_array()
|