Lines Matching defs:pix_fmt
37 enum AVPixelFormat pix_fmt;
109 while (map->pix_fmt != AV_PIX_FMT_NONE) {
132 while (map->pix_fmt != AV_PIX_FMT_NONE) {
137 priv->pix_fmts[i][nb_pix_fmts++] = map->pix_fmt;
355 for (i = 0; map[i].pix_fmt != AV_PIX_FMT_NONE; i++) {
356 if (map[i].pix_fmt == dst->format) {
361 if (map[i].pix_fmt == AV_PIX_FMT_NONE) {
413 for (i = 0; map[i].pix_fmt != AV_PIX_FMT_NONE; i++) {
414 if (map[i].pix_fmt == src->format) {
419 if (map[i].pix_fmt == AV_PIX_FMT_NONE) {