OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_len
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/media/mm-video/vidc/vdec/src/
frameparser.cpp
119
OMX_U32 dest_len =0, source_len = 0,
temp_len
= 0;
local
274
temp_len
= (source_len < dest_len)?source_len:dest_len;
277
if (
temp_len
== 0)
283
while (parsed_length <
temp_len
)
408
OMX_U32 dest_len =0, source_len = 0,
temp_len
= 0,parsed_length = 0;
local
426
temp_len
= (source_len < dest_len)?source_len:dest_len;
433
while (parsed_length <
temp_len
)
460
temp_len
= (source_len < dest_len)?source_len:dest_len;
466
if(state_nal == NAL_PARSING &&
temp_len
> 0)
468
if (
temp_len
< bytes_tobeparsed
[
all
...]
/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 );
Completed in 43 milliseconds