Searched refs:get_buffer (Results 101 - 125 of 132) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpnmenc.c56 if(avctx->get_buffer(avctx, p) < 0){
57 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A Dsvq1enc.c527 avctx->get_buffer(avctx, &s->current_picture);
528 avctx->get_buffer(avctx, &s->last_picture);
H A Dtiff.c275 if(s->avctx->get_buffer(s->avctx, &s->picture) < 0){
276 av_log(s->avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A Dulti.c221 if(avctx->get_buffer(avctx, &s->frame) < 0) {
222 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A Dvmdav.c380 if (avctx->get_buffer(avctx, &s->frame)) {
381 av_log(s->avctx, AV_LOG_ERROR, "VMD Video: get_buffer() failed\n");
H A Dpngdec.c485 if(avctx->get_buffer(avctx, p) < 0){
486 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A Dutils.c364 return s->get_buffer(s, pic);
379 if (s->get_buffer(s, pic))
H A Droqvideoenc.c1030 if (avctx->get_buffer(avctx, enc->current_frame) ||
1031 avctx->get_buffer(avctx, enc->last_frame)) {
1032 av_log(avctx, AV_LOG_ERROR, " RoQ: get_buffer() failed\n");
H A Dvp56.c524 if (avctx->get_buffer(avctx, p) < 0) {
525 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A Dzmbv.c408 if(avctx->get_buffer(avctx, &c->pic) < 0){
409 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A D4xm.c754 if(avctx->get_buffer(avctx, p) < 0){
755 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A Dasv1.c401 if(avctx->get_buffer(avctx, p) < 0){
402 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A Davcodec.h515 * Codec uses get_buffer() for allocating buffers.
602 * pointer to the first allocated byte of the picture. Can be used in get_buffer/release_buffer.\
654 * - decoding: MUST be set by get_buffer().\
664 * - decoding: Set by libavcodec. (before get_buffer() call)).\
785 * - decoding: Set by libavcodec. (before get_buffer() call)).\
1212 int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); member in struct:AVCodecContext
1215 * Called to release buffers which were allocated with get_buffer.
1216 * A released buffer can be reused in get_buffer().
1831 * If pic.data[0] == NULL must behave like get_buffer().
H A Dcavsdec.c491 s->avctx->get_buffer(s->avctx, (AVFrame *)&h->picture);
H A Dffv1.c966 if(avctx->get_buffer(avctx, p) < 0){
967 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A Dinterplayvideo.c896 if (avctx->get_buffer(avctx, &s->current_frame)) {
897 av_log(avctx, AV_LOG_ERROR, " Interplay Video: get_buffer() failed\n");
H A Dlcldec.c187 if(avctx->get_buffer(avctx, &c->pic) < 0){
188 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A Dvp3.c1895 if(avctx->get_buffer(avctx, &s->golden_frame) < 0) {
1896 av_log(s->avctx, AV_LOG_ERROR, "vp3: get_buffer() failed\n");
1916 if(avctx->get_buffer(avctx, &s->current_frame) < 0) {
1917 av_log(s->avctx, AV_LOG_ERROR, "vp3: get_buffer() failed\n");
H A Dindeo3.c1078 if(avctx->get_buffer(avctx, &s->frame) < 0) {
1079 av_log(s->avctx, AV_LOG_ERROR, "get_buffer() failed\n");
H A Doptions.c427 s->get_buffer= avcodec_default_get_buffer;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Driff.c429 get_buffer(pb, codec->extradata, codec->extradata_size);
H A Daviobuf.c378 int get_buffer(ByteIOContext *s, unsigned char *buf, int size) function
H A Draw.c208 ret = get_buffer(s->pb, pkt->data, size);
H A Dmatroskadec.c619 if (get_buffer(pb, (uint8_t *) *str, size) != size) {
641 if (get_buffer(pb, bin->data, length) != length)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h515 * Codec uses get_buffer() for allocating buffers.
602 * pointer to the first allocated byte of the picture. Can be used in get_buffer/release_buffer.\
654 * - decoding: MUST be set by get_buffer().\
664 * - decoding: Set by libavcodec. (before get_buffer() call)).\
785 * - decoding: Set by libavcodec. (before get_buffer() call)).\
1212 int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); member in struct:AVCodecContext
1215 * Called to release buffers which were allocated with get_buffer.
1216 * A released buffer can be reused in get_buffer().
1831 * If pic.data[0] == NULL must behave like get_buffer().

Completed in 302 milliseconds

123456