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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drv34.c1364 static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n) function
1403 if(get_slice_offset(avctx, slices_hdr, 0) > buf_size){
1407 init_get_bits(&s->gb, buf+get_slice_offset(avctx, slices_hdr, 0), buf_size-get_slice_offset(avctx, slices_hdr, 0));
1425 int offset= get_slice_offset(avctx, slices_hdr, i);
1430 size= get_slice_offset(avctx, slices_hdr, i+1) - offset;
1439 init_get_bits(&s->gb, buf+get_slice_offset(avctx, slices_hdr, i+1), (buf_size-get_slice_offset(avctx, slices_hdr, i+1))*8);
1442 size = get_slice_offset(avctx, slices_hdr, i+2) - offset;
H A Drv10.c722 static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n) function
755 int offset= get_slice_offset(avctx, slices_hdr, i);
761 size= get_slice_offset(avctx, slices_hdr, i+1) - offset;

Completed in 70 milliseconds