initDecoder 494 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (vactx->initDecoder(avctx->width, avctx->height)) {
initDecoder 513 libmedia/ffmpeg/VideoDecoderFfmpeg.cpp if (!vactx->initDecoder(avctx->width, avctx->height)) return -1;
initDecoder 109 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp if (!_context->initDecoder(width, height))
initDecoder 66 libmedia/ffmpeg/VideoDecoderFfmpegVaapi.h bool initDecoder(unsigned int width, unsigned int height);
initDecoder 75 libvaapi/VaapiContext.h bool initDecoder(unsigned int width, unsigned int height);