OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u4_pic_cnt
(Results
1 - 6
of
6
) sorted by null
/external/libhevc/decoder/
ihevcd_decode.c
358
if(ps_codec->
u4_pic_cnt
>= NUM_FRAMES_LIMIT)
639
if((ps_codec->
u4_pic_cnt
== 0) && (ret != IHEVCD_SUCCESS))
804
if(ps_codec->
u4_pic_cnt
> 0)
811
ps_codec->
u4_pic_cnt
++;
ihevcd_nal.c
361
ps_codec->i4_rasl_output_flag = (0 == ps_codec->
u4_pic_cnt
) ? 0 : 1;
ihevcd_utils.c
868
if(0 == ps_codec->
u4_pic_cnt
)
[
all
...]
ihevcd_structs.h
1855
UWORD32
u4_pic_cnt
;
member in struct:_codec_t
[
all
...]
ihevcd_parse_slice_header.c
278
if((0 != ps_codec->
u4_pic_cnt
|| ps_codec->i4_pic_present) &&
867
(0 == ps_codec->
u4_pic_cnt
))
[
all
...]
ihevcd_api.c
[
all
...]
Completed in 33 milliseconds