OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISLICE
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/common/
ihevc_defs.h
59
ISLICE
= 2,
/external/libhevc/decoder/
ihevcd_parse_slice_header.c
381
/* If the picture is IRAP, slice type must be equal to
ISLICE
*/
384
ps_slice_hdr->i1_slice_type =
ISLICE
;
[
all
...]
ihevcd_utils.c
1026
if(ps_slice_hdr->i1_slice_type !=
ISLICE
)
1034
/* If pic count hits non-degrade interval or it is an
islice
, then do not degrade */
1035
if((ps_slice_hdr->i1_slice_type !=
ISLICE
) &&
[
all
...]
ihevcd_parse_slice.c
[
all
...]
ihevcd_process_slice.c
813
if(
ISLICE
== ps_slice_hdr->i1_slice_type)
[
all
...]
Completed in 94 milliseconds