Lines Matching defs:hvcc
71 static void hvcc_update_ptl(HEVCDecoderConfigurationRecord *hvcc, in hvcc_update_ptl()
126 HEVCDecoderConfigurationRecord *hvcc, in hvcc_parse_ptl()
278 HEVCDecoderConfigurationRecord *hvcc, in hvcc_parse_vui()
363 HEVCDecoderConfigurationRecord *hvcc) in hvcc_parse_vps()
486 HEVCDecoderConfigurationRecord *hvcc) in hvcc_parse_sps()
590 HEVCDecoderConfigurationRecord *hvcc) in hvcc_parse_pps()
661 HEVCDecoderConfigurationRecord *hvcc) in hvcc_array_add_nal_unit()
714 HEVCDecoderConfigurationRecord *hvcc) in hvcc_add_nal_unit()
768 static void hvcc_init(HEVCDecoderConfigurationRecord *hvcc) in hvcc_init()
788 static void hvcc_close(HEVCDecoderConfigurationRecord *hvcc) in hvcc_close()
802 static int hvcc_write(AVIOContext *pb, HEVCDecoderConfigurationRecord *hvcc) in hvcc_write()
1070 HEVCDecoderConfigurationRecord hvcc; in ff_isom_write_hvcc() local