OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferLengthInBytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.cc
130
const uint32_t
bufferLengthInBytes
= dataLengthInBytes;
133
if(buffer == NULL ||
bufferLengthInBytes
== 0)
167
bufferLengthInBytes
);
173
bufferLengthInBytes
);
179
bufferLengthInBytes
);
185
bufferLengthInBytes
);
199
bufferLengthInBytes
);
205
bufferLengthInBytes
);
278
const uint32_t
bufferLengthInBytes
= dataLengthInBytes;
281
if(bufferLeft == NULL || bufferRight == NULL ||
bufferLengthInBytes
== 0
[
all
...]
media_file_utility.h
40
// codec frame size.
bufferLengthInBytes
indicates the size of outBuffer.
46
const uint32_t
bufferLengthInBytes
);
48
// Put one video frame into outBuffer.
bufferLengthInBytes
indicates the
52
const uint32_t
bufferLengthInBytes
);
63
// Write one audio frame, i.e. the
bufferLengthinBytes
first bytes of
69
uint32_t
bufferLengthInBytes
);
79
uint32_t
bufferLengthInBytes
);
media_file_utility.cc
242
uint32_t
bufferLengthInBytes
)
248
bufferLengthInBytes
);
259
uint32_t
bufferLengthInBytes
)
265
bufferLengthInBytes
);
378
const uint32_t
bufferLengthInBytes
)
386
int32_t length =
bufferLengthInBytes
;
401
const uint32_t
bufferLengthInBytes
)
409
int32_t length =
bufferLengthInBytes
;
[
all
...]
Completed in 56 milliseconds