Searched refs:utv (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibutvideodec.cpp37 UtVideoContext *utv = (UtVideoContext *)avctx->priv_data; local
90 utv->buf_size = avpicture_get_size(avctx->pix_fmt, avctx->width, avctx->height);
91 utv->buffer = (uint8_t *)av_malloc(utv->buf_size * sizeof(uint8_t));
93 if (utv->buffer == NULL) {
114 utv->codec = CCodec::CreateInstance(UNFCC(avctx->codec_tag), "libavcodec");
117 begin_ret = utv->codec->DecodeBegin(format, avctx->width, avctx->height,
133 UtVideoContext *utv = (UtVideoContext *)avctx->priv_data; local
143 utv->codec->DecodeFrame(utv
174 UtVideoContext *utv = (UtVideoContext *)avctx->priv_data; local
[all...]
H A Dlibutvideoenc.cpp39 UtVideoContext *utv = (UtVideoContext *)avctx->priv_data; local
82 avctx->priv_data = utv;
97 utv->buf_size = avpicture_get_size(avctx->pix_fmt,
99 utv->buffer = (uint8_t *)av_malloc(utv->buf_size);
101 if (utv->buffer == NULL) {
110 utv->codec = CCodec::CreateInstance(UNFCC(avctx->codec_tag), "libavcodec");
113 utv->codec->EncodeBegin(in_format, avctx->width, avctx->height,
117 avctx->extradata_size = utv->codec->EncodeGetExtraDataSize();
118 utv
132 UtVideoContext *utv = (UtVideoContext *)avctx->priv_data; local
205 UtVideoContext *utv = (UtVideoContext *)avctx->priv_data; local
[all...]

Completed in 44 milliseconds