Searched refs:decode_slice (Results 26 - 38 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.c773 if(s->avctx->hwaccel && s->avctx->hwaccel->decode_slice ||
798 if (s->avctx->hwaccel && s->avctx->hwaccel->decode_slice)
H A Dffv1dec.c358 static int decode_slice(AVCodecContext *c, void *arg) function
948 decode_slice,
H A Davcodec.h3260 int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size); member in struct:AVHWAccel
H A Dh264_slice.c2355 static int decode_slice(struct AVCodecContext *avctx, void *arg) function
2532 * Call decode_slice() for each context.
2549 return decode_slice(avctx, &h);
2560 avctx->execute(avctx, decode_slice, h->thread_context,
H A Dmpeg12dec.c1762 if (avctx->hwaccel && avctx->hwaccel->decode_slice) {
1769 if (avctx->hwaccel->decode_slice(avctx, buf_start, buf_end - buf_start) < 0)
H A Dh264.c1637 ret = avctx->hwaccel->decode_slice(avctx,
H A Dvc1dec.c6080 if (avctx->hwaccel->decode_slice(avctx, buf_start, buf_start_second_field - buf_start) < 0)
6098 if (avctx->hwaccel->decode_slice(avctx, buf_start_second_field, (buf + buf_size) - buf_start_second_field) < 0)
6106 if (avctx->hwaccel->decode_slice(avctx, buf_start, (buf + buf_size) - buf_start) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2457 int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size); member in struct:AVHWAccel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dffv1.c1380 static int decode_slice(AVCodecContext *c, void *arg){ function
1717 avctx->execute(avctx, decode_slice, &f->slice_context[0], NULL, f->slice_count, sizeof(void*));
H A Davcodec.h3340 int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size); member in struct:AVHWAccel
H A Dh264.c3664 static int decode_slice(struct AVCodecContext *avctx, void *arg){ function
3800 * Call decode_slice() for each context.
3814 return decode_slice(avctx, &h);
3822 avctx->execute(avctx, decode_slice,
3990 if (avctx->hwaccel->decode_slice(avctx, &buf[buf_index - consumed], consumed) < 0)
H A Dmpeg12.c1691 if (avctx->hwaccel->decode_slice(avctx, buf_start, buf_end - buf_start) < 0)
H A Dvc1dec.c5544 if (avctx->hwaccel->decode_slice(avctx, buf_start, (buf + buf_size) - buf_start) < 0)

Completed in 205 milliseconds

12