Searched refs:get_slice_offset (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34.c1580 static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n) function
1647 if(get_slice_offset(avctx, slices_hdr, 0) < 0 ||
1648 get_slice_offset(avctx, slices_hdr, 0) > buf_size){
1652 init_get_bits(&s->gb, buf+get_slice_offset(avctx, slices_hdr, 0), (buf_size-get_slice_offset(avctx, slices_hdr, 0))*8);
1740 int offset = get_slice_offset(avctx, slices_hdr, i);
1745 size = get_slice_offset(avctx, slices_hdr, i+1) - offset;
1756 if (get_slice_offset(avctx, slices_hdr, i+1) < 0 ||
1757 get_slice_offset(avctx, slices_hdr, i+1) > buf_size) {
1761 init_get_bits(&s->gb, buf+get_slice_offset(avct
[all...]
H A Drv10.c637 static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n) function
674 int offset= get_slice_offset(avctx, slices_hdr, i);
680 size= get_slice_offset(avctx, slices_hdr, i+1) - offset;
685 size2= get_slice_offset(avctx, slices_hdr, i+2) - offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.c1582 static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n) function
1665 if(get_slice_offset(avctx, slices_hdr, 0) < 0 ||
1666 get_slice_offset(avctx, slices_hdr, 0) > buf_size){
1670 init_get_bits(&s->gb, buf+get_slice_offset(avctx, slices_hdr, 0), (buf_size-get_slice_offset(avctx, slices_hdr, 0))*8);
1771 int offset = get_slice_offset(avctx, slices_hdr, i);
1776 size = get_slice_offset(avctx, slices_hdr, i+1) - offset;
1787 if (get_slice_offset(avctx, slices_hdr, i+1) < 0 ||
1788 get_slice_offset(avctx, slices_hdr, i+1) > buf_size) {
1792 init_get_bits(&s->gb, buf+get_slice_offset(avct
[all...]
H A Drv10.c689 static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n) function
734 unsigned offset = get_slice_offset(avctx, slices_hdr, i);
743 size = get_slice_offset(avctx, slices_hdr, i + 1) - offset;
748 size2 = get_slice_offset(avctx, slices_hdr, i + 2) - offset;

Completed in 110 milliseconds