OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:temp_len
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/disk_cache/
mapped_file_win.cc
31
size_t
temp_len
= size ? size : 4096;
local
32
scoped_ptr<char[]> temp(new char[
temp_len
]);
33
if (!Read(temp.get(),
temp_len
, 0))
/external/qemu/android/utils/
filelock.c
379
int
temp_len
= lock_len + 1 + sizeof(PIDFILE_NAME);
local
381
int
temp_len
= file_len + sizeof(TEMP_NAME);
local
383
int total_len = sizeof(FileLock) + file_len + lock_len +
temp_len
+ 3;
396
snprintf( (char*)lock->temp,
temp_len
, "%s\\" PIDFILE_NAME, lock->lock );
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
frameparser.cpp
149
OMX_U32 dest_len =0, source_len = 0,
temp_len
= 0;
local
354
temp_len
= (source_len < dest_len)?source_len:dest_len;
357
if (
temp_len
== 0)
363
while (parsed_length <
temp_len
)
525
OMX_U32 dest_len =0, source_len = 0,
temp_len
= 0,parsed_length = 0;
local
543
temp_len
= (source_len < dest_len)?source_len:dest_len;
550
while (parsed_length <
temp_len
)
577
temp_len
= (source_len < dest_len)?source_len:dest_len;
586
if(state_nal == NAL_PARSING &&
temp_len
> 0)
588
if (
temp_len
< bytes_tobeparsed
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
frameparser.cpp
157
OMX_U32 dest_len =0, source_len = 0,
temp_len
= 0;
local
341
temp_len
= (source_len < dest_len)?source_len:dest_len;
344
if (
temp_len
== 0) {
349
while (parsed_length <
temp_len
) {
490
OMX_U32 dest_len =0, source_len = 0,
temp_len
= 0,parsed_length = 0;
local
507
temp_len
= (source_len < dest_len)?source_len:dest_len;
513
while (parsed_length <
temp_len
) {
538
temp_len
= (source_len < dest_len)?source_len:dest_len;
547
if (state_nal == NAL_PARSING &&
temp_len
> 0) {
548
if (
temp_len
< bytes_tobeparsed)
[
all
...]
Completed in 55 milliseconds