Home
last modified time | relevance | path

Searched refs:pv_scratch_sps_pps (Results 1 – 3 of 3) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_headers.c212 ps_pps = ps_dec->pv_scratch_sps_pps; in ih264d_parse_pps()
566 ps_seq = ps_dec->pv_scratch_sps_pps; in ih264d_parse_sps()
Dih264d_api.c952 memset(ps_dec->pv_scratch_sps_pps, 0, size); in ih264d_init_decoder()
1171 PS_DEC_ALIGNED_FREE(ps_dec, ps_dec->pv_scratch_sps_pps); in ih264d_free_static_bufs()
1345 ps_dec->pv_scratch_sps_pps = pv_buf; in ih264d_allocate_static_bufs()
Dih264d_structs.h1030 void *pv_scratch_sps_pps; /*used temeporarily store sps/ spps while parsing*/ member