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

  /hardware/ril/libril/
RilSapSocket.cpp 336 size_t encoded_size = 0; local
344 if ((success = pb_get_encoded_size(&encoded_size, MsgHeader_fields,
345 hdr)) && encoded_size <= INT32_MAX && commandFd != -1) {
346 buffer_size = encoded_size + sizeof(uint32_t);
348 written_size = htonl((uint32_t) encoded_size);
354 RLOGD("Size: %d (0x%x) Size as written: 0x%x", encoded_size, encoded_size,
356 log_hex("onRequestComplete", &buffer[sizeof(written_size)], encoded_size);
370 RLOGE("Not sending response type %d: encoded_size: %u. commandFd: %d. encoded size result: %d",
371 hdr->type, encoded_size, commandFd, success)
429 size_t encoded_size = 0; local
    [all...]
  /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...]
qm_select.h 202 void UpdateEncodedSize(size_t encoded_size);
qm_select.cc 240 void VCMQmResolution::UpdateEncodedSize(size_t encoded_size) {
243 float encoded_size_kbits = 8.0f * static_cast<float>(encoded_size) / 1000.0f;
    [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/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/ipsec-tools/src/racoon/
crypto_openssl.c 2677 size_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...]

Completed in 116 milliseconds