Searched refs:rbsp_buffer (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c338 av_freep(&h->nals[i].rbsp_buffer);
H A Dh264.c300 av_fast_padded_malloc(&h->rbsp_buffer[bufidx], &h->rbsp_buffer_size[bufidx], length+MAX_MBPAIR_SIZE);
301 dst = h->rbsp_buffer[bufidx];
419 av_freep(&hx->rbsp_buffer[1]);
420 av_freep(&hx->rbsp_buffer[0]);
727 h->rbsp_buffer[0] = NULL;
728 h->rbsp_buffer[1] = NULL;
1754 * rbsp_buffer is not transferred, but since we no longer
H A Dh264.h558 uint8_t *rbsp_buffer[2]; member in struct:H264Context
H A Dhevc.h751 uint8_t *rbsp_buffer; member in struct:HEVCNAL
H A Dhevc.c2818 av_fast_malloc(&nal->rbsp_buffer, &nal->rbsp_buffer_size,
2820 if (!nal->rbsp_buffer)
2823 dst = nal->rbsp_buffer;
3186 av_freep(&s->nals[i].rbsp_buffer);
H A Dh264_slice.c567 av_freep(&h->rbsp_buffer[0]);
568 av_freep(&h->rbsp_buffer[1]);
590 h->rbsp_buffer[i] = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h445 uint8_t *rbsp_buffer[2]; member in struct:H264Context
H A Dh264.c187 av_fast_malloc(&h->rbsp_buffer[bufidx], &h->rbsp_buffer_size[bufidx], length+FF_INPUT_BUFFER_PADDING_SIZE);
188 dst= h->rbsp_buffer[bufidx];
867 av_freep(&hx->rbsp_buffer[1]);
868 av_freep(&hx->rbsp_buffer[0]);
1216 h->rbsp_buffer[i] = NULL;
4109 * rbsp_buffer is not transferred, but since we no longer

Completed in 113 milliseconds