Home
last modified time | relevance | path

Searched refs:CodedBitstreamType (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_internal.h91 typedef struct CodedBitstreamType { struct
136 } CodedBitstreamType; argument
209 extern const CodedBitstreamType ff_cbs_type_av1;
210 extern const CodedBitstreamType ff_cbs_type_h264;
211 extern const CodedBitstreamType ff_cbs_type_h265;
212 extern const CodedBitstreamType ff_cbs_type_jpeg;
213 extern const CodedBitstreamType ff_cbs_type_mpeg2;
214 extern const CodedBitstreamType ff_cbs_type_vp9;
Dcbs.h46 struct CodedBitstreamType;
183 const struct CodedBitstreamType *codec;
Dcbs.c33 static const CodedBitstreamType *const cbs_type_table[] = {
80 const CodedBitstreamType *type; in ff_cbs_init()
Dcbs_mpeg2.c416 const CodedBitstreamType ff_cbs_type_mpeg2 = {
Dcbs_jpeg.c459 const CodedBitstreamType ff_cbs_type_jpeg = {
Dcbs_h2645.c1474 const CodedBitstreamType ff_cbs_type_h264 = {
1490 const CodedBitstreamType ff_cbs_type_h265 = {
Dcbs_vp9.c648 const CodedBitstreamType ff_cbs_type_vp9 = {
Dcbs_av1.c1321 const CodedBitstreamType ff_cbs_type_av1 = {