OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BytesRemaining
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.cc
206
nullptr, nullptr, reader.
BytesRemaining
(), nullptr, nullptr, 0,
207
reader.
BytesRemaining
(), kCMBlockBufferAssureMemoryNowFlag,
243
RTC_DCHECK(block_buffer_size == reader.
BytesRemaining
());
248
while (reader.
BytesRemaining
() > 0) {
299
size_t AnnexBBufferReader::
BytesRemaining
() const {
336
if (data_size + kAvccHeaderByteSize >
BytesRemaining
()) {
349
size_t AvccBufferWriter::
BytesRemaining
() const {
/external/llvm/lib/Support/
raw_ostream.cpp
318
size_t
BytesRemaining
= Size - BytesToWrite;
319
if (
BytesRemaining
> size_t(OutBufEnd - OutBufCur)) {
321
return write(Ptr + BytesToWrite,
BytesRemaining
);
323
copy_to_buffer(Ptr + BytesToWrite,
BytesRemaining
);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
58
unsigned
BytesRemaining
= S.getSize();
67
while (
BytesRemaining
> 0) {
75
--
BytesRemaining
;
[
all
...]
Completed in 47 milliseconds