Searched full:codec_id (Results 1 – 1 of 1) sorted by relevance
4824 #include "codec_id.h"5634 + if (avctx->codec_id == AV_CODEC_ID_H264)5646 + if (avctx->codec_id == AV_CODEC_ID_H264)6137 +avprofile_to_v4l2(const enum AVCodecID codec_id, const int avprofile)6139 + switch (codec_id) {6209 + switch (avctx->codec_id) {6231 …tx, AV_LOG_VERBOSE, "Can't map profile for codec id %d; profile check skipped\n", avctx->codec_id);6244 + .index = avprofile_to_v4l2(avctx->codec_id, avctx->profile),6384 + switch (avctx->codec_id) {6554 + if (avctx->codec_id == AV_CODEC_ID_H264) {[all …]