Searched defs:AVPixFmtDescriptor (Results 1 – 1 of 1) sorted by relevance
81 typedef struct AVPixFmtDescriptor { struct82 const char *name;83 uint8_t nb_components; ///< The number of components each pixel has, (1-4)92 uint8_t log2_chroma_w;123 } AVPixFmtDescriptor; argument