OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_START_CODE_LEN
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/decoder/
ihevcd_nal.h
43
#define
MIN_START_CODE_LEN
4
ihevcd_decode.c
395
if(ps_dec_ip->u4_num_Bytes <=
MIN_START_CODE_LEN
)
551
while(
MIN_START_CODE_LEN
< ps_codec->i4_bytes_remaining)
612
if((ps_codec->i4_bytes_remaining - (nal_len + nal_ofst) <=
MIN_START_CODE_LEN
) ||
650
(ps_codec->i4_bytes_remaining - (nal_len + nal_ofst) <=
MIN_START_CODE_LEN
))
Completed in 2660 milliseconds