Searched refs:rbsp_buffer_size (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.c299 si = h->rbsp_buffer_size[bufidx];
300 av_fast_padded_malloc(&h->rbsp_buffer[bufidx], &h->rbsp_buffer_size[bufidx], length+MAX_MBPAIR_SIZE);
421 hx->rbsp_buffer_size[0] = 0;
422 hx->rbsp_buffer_size[1] = 0;
729 h->rbsp_buffer_size[0] = 0;
730 h->rbsp_buffer_size[1] = 0;
H A Dh264.h559 unsigned int rbsp_buffer_size[2]; member in struct:H264Context
H A Dhevc.h752 int rbsp_buffer_size; member in struct:HEVCNAL
H A Dh264_slice.c591 h->rbsp_buffer_size[i] = 0;
H A Dhevc.c2818 av_fast_malloc(&nal->rbsp_buffer, &nal->rbsp_buffer_size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h446 unsigned int rbsp_buffer_size[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);
869 hx->rbsp_buffer_size[0] = 0;
870 hx->rbsp_buffer_size[1] = 0;
1217 h->rbsp_buffer_size[i] = 0;

Completed in 104 milliseconds