OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remaining_bytes
(Results
1 - 12
of
12
) sorted by null
/system/core/adb/
sysdeps_win32_test.cpp
148
std::vector<char>
remaining_bytes
;
local
150
&
remaining_bytes
);
152
EXPECT_EQ(expected_remaining_bytes,
remaining_bytes
);
sysdeps_win32.cpp
[
all
...]
sysdeps.h
431
size_t ParseCompleteUTF8(const char* first, const char* last, std::vector<char>*
remaining_bytes
);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.cc
254
size_t
remaining_bytes
,
256
if (max_payload_len == 0 ||
remaining_bytes
== 0) {
260
return max_payload_len >=
remaining_bytes
?
remaining_bytes
: 0;
266
// Number of fragments for
remaining_bytes
:
267
size_t num_frags =
remaining_bytes
/ max_payload_len + 1;
270
static_cast<double>(
remaining_bytes
) / num_frags + 0.5);
272
return max_payload_len >=
remaining_bytes
?
remaining_bytes
rtp_format_vp8.h
118
size_t
remaining_bytes
,
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp
[
all
...]
/external/webrtc/webrtc/base/
filerotatingstream.cc
156
size_t
remaining_bytes
= max_file_size_ - current_bytes_written_;
local
157
size_t write_length = std::min(data_len,
remaining_bytes
);
/hardware/ti/omap4-aah/camera/inc/
CameraProperties.h
43
#define
REMAINING_BYTES
(buff) ((((int)sizeof(buff) - 1 - (int)strlen(buff)) < 0) ? 0 : (sizeof(buff) - 1 - strlen(buff)))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
s3put
215
remaining_bytes
= source_size - offset
216
bytes = min([bytes_per_chunk,
remaining_bytes
])
/frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp
104
void*
remaining_bytes
= (void*)(mData.bytes + RIFF_HEADER_SIZE);
local
106
if (stream->read(
remaining_bytes
, remaining_size) != remaining_size) {
/art/runtime/gc/
heap.cc
3610
size_t
remaining_bytes
= bytes_allocated_during_gc * gc_duration_seconds;
local
[
all
...]
/hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp
[
all
...]
Completed in 242 milliseconds