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

/external/libavc/decoder/
H A Dih264d_parse_headers.c212 ps_pps = ps_dec->pv_scratch_sps_pps;
568 ps_seq = ps_dec->pv_scratch_sps_pps;
H A Dih264d_api.c952 memset(ps_dec->pv_scratch_sps_pps, 0, size);
1172 PS_DEC_ALIGNED_FREE(ps_dec, ps_dec->pv_scratch_sps_pps);
1346 ps_dec->pv_scratch_sps_pps = pv_buf;
H A Dih264d_structs.h1032 void *pv_scratch_sps_pps; /*used temeporarily store sps/ spps while parsing*/ member in struct:_DecStruct

Completed in 78 milliseconds