• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:IpvideoContext

50 typedef struct IpvideoContext {
67 } IpvideoContext;
69 static int copy_from(IpvideoContext *s, AVFrame *src, AVFrame *dst, int delta_x, int delta_y)
91 static int ipvideo_decode_block_opcode_0x0(IpvideoContext *s, AVFrame *frame)
96 static int ipvideo_decode_block_opcode_0x1(IpvideoContext *s, AVFrame *frame)
101 static int ipvideo_decode_block_opcode_0x2(IpvideoContext *s, AVFrame *frame)
125 static int ipvideo_decode_block_opcode_0x3(IpvideoContext *s, AVFrame *frame)
151 static int ipvideo_decode_block_opcode_0x4(IpvideoContext *s, AVFrame *frame)
172 static int ipvideo_decode_block_opcode_0x5(IpvideoContext *s, AVFrame *frame)
185 static int ipvideo_decode_block_opcode_0x6(IpvideoContext *s, AVFrame *frame)
194 static int ipvideo_decode_block_opcode_0x7(IpvideoContext *s, AVFrame *frame)
238 static int ipvideo_decode_block_opcode_0x8(IpvideoContext *s, AVFrame *frame)
316 static int ipvideo_decode_block_opcode_0x9(IpvideoContext *s, AVFrame *frame)
386 static int ipvideo_decode_block_opcode_0xA(IpvideoContext *s, AVFrame *frame)
452 static int ipvideo_decode_block_opcode_0xB(IpvideoContext *s, AVFrame *frame)
466 static int ipvideo_decode_block_opcode_0xC(IpvideoContext *s, AVFrame *frame)
485 static int ipvideo_decode_block_opcode_0xD(IpvideoContext *s, AVFrame *frame)
510 static int ipvideo_decode_block_opcode_0xE(IpvideoContext *s, AVFrame *frame)
527 static int ipvideo_decode_block_opcode_0xF(IpvideoContext *s, AVFrame *frame)
548 static int ipvideo_decode_block_opcode_0x6_16(IpvideoContext *s, AVFrame *frame)
560 static int ipvideo_decode_block_opcode_0x7_16(IpvideoContext *s, AVFrame *frame)
597 static int ipvideo_decode_block_opcode_0x8_16(IpvideoContext *s, AVFrame *frame)
673 static int ipvideo_decode_block_opcode_0x9_16(IpvideoContext *s, AVFrame *frame)
740 static int ipvideo_decode_block_opcode_0xA_16(IpvideoContext *s, AVFrame *frame)
806 static int ipvideo_decode_block_opcode_0xB_16(IpvideoContext *s, AVFrame *frame)
822 static int ipvideo_decode_block_opcode_0xC_16(IpvideoContext *s, AVFrame *frame)
842 static int ipvideo_decode_block_opcode_0xD_16(IpvideoContext *s, AVFrame *frame)
863 static int ipvideo_decode_block_opcode_0xE_16(IpvideoContext *s, AVFrame *frame)
882 static int (* const ipvideo_decode_block[])(IpvideoContext *s, AVFrame *frame) = {
893 static int (* const ipvideo_decode_block16[])(IpvideoContext *s, AVFrame *frame) = {
904 static void ipvideo_decode_opcodes(IpvideoContext *s, AVFrame *frame)
960 IpvideoContext *s = avctx->priv_data;
986 IpvideoContext *s = avctx->priv_data;
1034 IpvideoContext *s = avctx->priv_data;
1047 .priv_data_size = sizeof(IpvideoContext),