Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs_internal.h86 typedef struct CodedBitstreamType { struct
131 } CodedBitstreamType; argument
204 extern const CodedBitstreamType ff_cbs_type_av1;
205 extern const CodedBitstreamType ff_cbs_type_h264;
206 extern const CodedBitstreamType ff_cbs_type_h265;
207 extern const CodedBitstreamType ff_cbs_type_jpeg;
208 extern const CodedBitstreamType ff_cbs_type_mpeg2;
209 extern const CodedBitstreamType ff_cbs_type_vp9;
Dcbs.h43 struct CodedBitstreamType;
180 const struct CodedBitstreamType *codec;
Dcbs.c32 static const CodedBitstreamType *const cbs_type_table[] = {
79 const CodedBitstreamType *type; in ff_cbs_init()
Dcbs_mpeg2.c421 const CodedBitstreamType ff_cbs_type_mpeg2 = {
Dcbs_jpeg.c461 const CodedBitstreamType ff_cbs_type_jpeg = {
Dcbs_h2645.c1476 const CodedBitstreamType ff_cbs_type_h264 = {
1492 const CodedBitstreamType ff_cbs_type_h265 = {
Dcbs_vp9.c649 const CodedBitstreamType ff_cbs_type_vp9 = {
Dcbs_av1.c1321 const CodedBitstreamType ff_cbs_type_av1 = {