HomeSort by relevance Sort by last modified time
    Searched defs:encoded_size (Results 1 - 12 of 12) sorted by null

  /external/perfetto/src/protozero/
proto_utils_unittest.cc 33 size_t encoded_size; member in struct:protozero::proto_utils::__anon32009::VarIntExpectation
113 ASSERT_EQ(exp.encoded_size, static_cast<size_t>(res - buf));
114 ASSERT_EQ(0, memcmp(buf, exp.encoded, exp.encoded_size));
119 ASSERT_EQ(exp.encoded_size, static_cast<size_t>(res_32 - buf));
120 ASSERT_EQ(0, memcmp(buf, exp.encoded, exp.encoded_size));
151 reinterpret_cast<const uint8_t*>(exp.encoded + exp.encoded_size),
153 ASSERT_EQ(reinterpret_cast<const void*>(exp.encoded + exp.encoded_size),
172 size_t encoded_size; member in struct:protozero::proto_utils::__anon32009::FieldExpectation
204 reinterpret_cast<const uint8_t*>(exp.encoded + exp.encoded_size),
206 ASSERT_EQ(reinterpret_cast<const void*>(exp.encoded + exp.encoded_size),
    [all...]
  /external/v8/src/wasm/
function-body-decoder.h 80 uint32_t encoded_size; // size of encoded declarations member in struct:v8::internal::wasm::BodyLocalDecls
85 explicit BodyLocalDecls(Zone* zone) : encoded_size(0), type_list(zone) {}
  /external/nanopb-c/generator/
nanopb_generator.py 372 def encoded_size(self, allmsgs): member in class:Field
383 encsize = msg.encoded_size(allmsgs)
446 def encoded_size(self, allmsgs): member in class:ExtensionRange
580 def encoded_size(self, allmsgs): member in class:Message
586 fsize = field.encoded_size(allmsgs)
769 msize = msg.encoded_size(messages)
    [all...]
  /external/webrtc/webrtc/base/
natsocketfactory.cc 148 size_t encoded_size = size + addrlength; variable
150 int result = socket_->SendTo(buf.get(), encoded_size, server_addr_);
152 ASSERT(result == static_cast<int>(encoded_size));
  /external/webrtc/webrtc/modules/video_coding/
qm_select_unittest.cc 48 void UpdateQmEncodedFrame(size_t* encoded_size, size_t num_updates);
317 size_t encoded_size[] = {200, 100, 50, 30, 60, 40, 20, 30, 20, 40}; local
318 UpdateQmEncodedFrame(encoded_size, GTEST_ARRAY_SIZE_(encoded_size));
361 size_t encoded_size[] = {40, 10, 10, 16, 18, 20, 17, 20, 16, 15}; local
362 UpdateQmEncodedFrame(encoded_size, GTEST_ARRAY_SIZE_(encoded_size));
    [all...]
  /external/skia/src/core/
SkReadBuffer.cpp 289 int32_t encoded_size = this->read32(); local
290 if (encoded_size == 0) {
294 if (encoded_size == 1) {
300 size_t size = SkAbs32(encoded_size);
314 if (encoded_size < 0) { // custom encoded, need serial proc
  /external/skqp/src/core/
SkReadBuffer.cpp 288 int32_t encoded_size = this->read32(); local
289 if (encoded_size == 0) {
293 if (encoded_size == 1) {
299 size_t size = SkAbs32(encoded_size);
313 if (encoded_size < 0) { // custom encoded, need serial proc
  /external/tensorflow/tensorflow/java/src/main/native/
tensor_jni.cc 445 const size_t encoded_size = local
448 8 * num_elements + encoded_size);
  /external/python/cpython3/Modules/
_lzmamodule.c 1362 uint32_t encoded_size; local
    [all...]
  /external/webrtc/webrtc/video/
video_quality_test.cc 341 size_t encoded_size = it == encoded_frame_sizes_.end() ? 0 : it->second; local
353 render_time_ms, encoded_size));
    [all...]
  /system/bt/bta/hearing_aid/
hearing_aid.cc 806 int encoded_size = local
809 encoded_data_left.resize(encoded_size);
826 int encoded_size = local
829 encoded_data_right.resize(encoded_size);
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 2677 size_t encoded_size; local
    [all...]

Completed in 586 milliseconds