Home
last modified time | relevance | path

Searched refs:CIDEntry (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddnxhddata.c935 static const CIDEntry dnxhd_cid_table[] = {
1078 const CIDEntry *ff_dnxhd_get_cid_table(int cid) in ff_dnxhd_get_cid_table()
1088 const CIDEntry *entry = ff_dnxhd_get_cid_table(cid); in avpriv_dnxhd_get_frame_size()
1096 const CIDEntry *entry = ff_dnxhd_get_cid_table(cid); in avpriv_dnxhd_get_hr_frame_size()
1110 const CIDEntry *entry = ff_dnxhd_get_cid_table(cid); in avpriv_dnxhd_get_interlaced()
1144 const CIDEntry *cid = &dnxhd_cid_table[i]; in ff_dnxhd_find_cid()
1167 const CIDEntry *cid = &dnxhd_cid_table[i]; in ff_dnxhd_print_profiles()
Ddnxhddata.h42 typedef struct CIDEntry { struct
59 } CIDEntry; argument
61 const CIDEntry *ff_dnxhd_get_cid_table(int cid);
Ddnxhdenc.h55 const CIDEntry *cid_table;
Ddnxhddec.c68 const CIDEntry *cid_table;
117 const CIDEntry *cid_table = ff_dnxhd_get_cid_table(cid); in dnxhd_init_vlc()