Searched refs:pre_pps_data (Results 1 – 2 of 2) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser.c | 1385 if (s->pre_pps_data == NULL) { in parser_nal_unit() 1386 s->pre_pps_data = mpp_calloc(RK_U8, length + 128); in parser_nal_unit() 1387 memcpy(s->pre_pps_data, nal, length); in parser_nal_unit() 1392 if (memcmp(s->pre_pps_data, nal, length)) { in parser_nal_unit() 1394 memcpy(s->pre_pps_data, nal, length); in parser_nal_unit() 1398 MPP_FREE(s->pre_pps_data); in parser_nal_unit() 1399 s->pre_pps_data = mpp_calloc(RK_U8, length + 128); in parser_nal_unit() 1400 memcpy(s->pre_pps_data, nal, length); in parser_nal_unit() 2126 MPP_FREE(s->pre_pps_data); in h265d_deinit()
|
| H A D | h265d_parser.h | 655 void *pre_pps_data; member
|