OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pps_id
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/decoder/
ihevcd_parse_headers.h
39
void ihevcd_copy_pps(codec_t *ps_codec, WORD32
pps_id
, WORD32 pps_id_ref);
ihevcd_parse_slice_header.c
231
WORD32
pps_id
;
local
251
UEV_PARSE("pic_parameter_set_id",
pps_id
, ps_bitstrm);
252
pps_id
= CLIP3(
pps_id
, 0, MAX_PPS_CNT - 2);
255
ps_pps = ps_codec->s_parse.ps_pps_base +
pps_id
;
265
ihevcd_copy_pps(ps_codec,
pps_id
, ps_pps_ref->i1_pps_id);
336
ps_slice_hdr->i1_pps_id =
pps_id
;
345
ps_slice_hdr->i1_pps_id =
pps_id
;
[
all
...]
ihevcd_parse_headers.c
1547
WORD32
pps_id
= 0;
local
1615
WORD32
pps_id
;
local
[
all
...]
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
secvideoparser.h
92
uint8_t
pps_id
;
member in struct:_slice_header_t
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
secvideoparser.h
92
uint8_t
pps_id
;
member in struct:_slice_header_t
Completed in 281 milliseconds