Searched refs:HEVClcList (Results 1 – 2 of 2) sorted by relevance
2635 if (s->sList[i] && s->HEVClcList[i]) in hls_slice_data_wpp()2638 av_freep(&s->HEVClcList[i]); in hls_slice_data_wpp()2640 s->HEVClcList[i] = av_mallocz(sizeof(HEVCLocalContext)); in hls_slice_data_wpp()2641 if (!s->sList[i] || !s->HEVClcList[i]) { in hls_slice_data_wpp()2646 s->sList[i]->HEVClc = s->HEVClcList[i]; in hls_slice_data_wpp()2688 s->sList[i]->HEVClc = s->HEVClcList[i]; in hls_slice_data_wpp()3433 if (s->HEVClcList && s->sList) { in hevc_decode_free()3435 av_freep(&s->HEVClcList[i]); in hevc_decode_free()3440 av_freep(&s->HEVClcList); in hevc_decode_free()3458 s->HEVClcList = av_mallocz(sizeof(HEVCLocalContext*) * s->threads_number); in hevc_init_context()[all …]
474 HEVCLocalContext **HEVClcList; member