AVPALETTE_SIZE 129 libavcodec/8bps.c if (pal && size == AVPALETTE_SIZE) { AVPALETTE_SIZE 131 libavcodec/8bps.c memcpy(c->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 136 libavcodec/8bps.c memcpy (frame->data[1], c->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 56 libavcodec/aasc.c s->palette_size = FFMIN(avctx->extradata_size, AVPALETTE_SIZE); AVPALETTE_SIZE 175 libavcodec/anm.c memcpy(s->frame->data[1], s->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 371 libavcodec/ansi.c memset(s->frame->data[1], 0, AVPALETTE_SIZE); AVPALETTE_SIZE 253 libavcodec/bmvvideo.c memcpy(frame->data[1], c->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 290 libavcodec/cdgraphics.c memset(cc->frame->data[1], 0, AVPALETTE_SIZE); AVPALETTE_SIZE 398 libavcodec/cdtoons.c memcpy(c->frame->data[1], c->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 143 libavcodec/cdxl.c memset(frame->data[1], 0, AVPALETTE_SIZE); AVPALETTE_SIZE 482 libavcodec/cinepak.c if (pal && size == AVPALETTE_SIZE) { AVPALETTE_SIZE 484 libavcodec/cinepak.c memcpy(s->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 495 libavcodec/cinepak.c memcpy (s->frame->data[1], s->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 811 libavcodec/dvbsubdec.c rect->data[1] = av_mallocz(AVPALETTE_SIZE); AVPALETTE_SIZE 390 libavcodec/dvdsubdec.c sub_header->rects[0]->data[1] = av_mallocz(AVPALETTE_SIZE); AVPALETTE_SIZE 234 libavcodec/dxa.c memcpy(frame->data[1], c->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 204 libavcodec/eacmv.c memcpy(frame->data[1], s->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 311 libavcodec/eatgv.c memcpy(frame->data[1], s->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 475 libavcodec/flicvideo.c memcpy(s->frame->data[1], s->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 481 libavcodec/gdv.c if (pal && pal_size == AVPALETTE_SIZE) AVPALETTE_SIZE 482 libavcodec/gdv.c memcpy(gdv->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 520 libavcodec/gdv.c memcpy(frame->data[1], gdv->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 426 libavcodec/gif.c memcpy(s->palette, palette, AVPALETTE_SIZE); AVPALETTE_SIZE 429 libavcodec/gif.c } else if (!memcmp(s->palette, palette, AVPALETTE_SIZE)) { AVPALETTE_SIZE 231 libavcodec/idcinvideo.c if (pal && pal_size == AVPALETTE_SIZE) { AVPALETTE_SIZE 233 libavcodec/idcinvideo.c memcpy(s->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 238 libavcodec/idcinvideo.c memcpy(frame->data[1], s->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 960 libavcodec/interplayvideo.c memcpy(frame->data[1], s->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 1033 libavcodec/interplayvideo.c memcpy(frame->data[1], s->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 1114 libavcodec/interplayvideo.c memcpy(frame->data[1], s->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 1330 libavcodec/interplayvideo.c if (pal && size == AVPALETTE_SIZE) { AVPALETTE_SIZE 1332 libavcodec/interplayvideo.c memcpy(s->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 217 libavcodec/jvdec.c memcpy(s->frame->data[1], s->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 307 libavcodec/kmvc.c if (pal && pal_size == AVPALETTE_SIZE) { AVPALETTE_SIZE 309 libavcodec/kmvc.c memcpy(ctx->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 485 libavcodec/libzvbi-teletextdec.c sub_rect->data[1] = av_mallocz(AVPALETTE_SIZE); AVPALETTE_SIZE 222 libavcodec/mmvideo.c memcpy(s->frame->data[1], s->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 158 libavcodec/mscc.c if (pal && size == AVPALETTE_SIZE) { AVPALETTE_SIZE 165 libavcodec/mscc.c memcpy(frame->data[1], s->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 77 libavcodec/msrle.c for (i = 0; i < FFMIN(avctx->extradata_size, AVPALETTE_SIZE)/4; i++) AVPALETTE_SIZE 103 libavcodec/msrle.c if (pal && size == AVPALETTE_SIZE) { AVPALETTE_SIZE 105 libavcodec/msrle.c memcpy(s->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 110 libavcodec/msrle.c memcpy(s->frame->data[1], s->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 179 libavcodec/mss1.c memcpy(ctx->pic->data[1], c->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 72 libavcodec/msvideo1.c if (avctx->extradata_size >= AVPALETTE_SIZE) AVPALETTE_SIZE 73 libavcodec/msvideo1.c memcpy(s->pal, avctx->extradata, AVPALETTE_SIZE); AVPALETTE_SIZE 183 libavcodec/msvideo1.c memcpy(s->frame->data[1], s->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 320 libavcodec/msvideo1.c if (pal && size == AVPALETTE_SIZE) { AVPALETTE_SIZE 321 libavcodec/msvideo1.c memcpy(s->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 298 libavcodec/pafvideo.c memset(c->pic->data[1], 0, AVPALETTE_SIZE); AVPALETTE_SIZE 591 libavcodec/pgssubdec.c sub->rects[i]->data[1] = av_mallocz(AVPALETTE_SIZE); AVPALETTE_SIZE 219 libavcodec/pictordec.c memset(palette + npal, 0, AVPALETTE_SIZE - npal * 4); AVPALETTE_SIZE 64 libavcodec/psd.c uint8_t palette[AVPALETTE_SIZE]; AVPALETTE_SIZE 166 libavcodec/psd.c memset(s->palette, 0xff, AVPALETTE_SIZE); AVPALETTE_SIZE 537 libavcodec/psd.c memcpy(picture->data[1], s->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 300 libavcodec/qpeg.c if (pal && pal_size == AVPALETTE_SIZE) { AVPALETTE_SIZE 302 libavcodec/qpeg.c memcpy(a->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 306 libavcodec/qpeg.c memcpy(p->data[1], a->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 545 libavcodec/qtrle.c if (pal && size == AVPALETTE_SIZE) { AVPALETTE_SIZE 547 libavcodec/qtrle.c memcpy(s->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 553 libavcodec/qtrle.c memcpy(s->frame->data[1], s->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 96 libavcodec/rawdec.c context->palette = av_buffer_alloc(AVPALETTE_SIZE); AVPALETTE_SIZE 104 libavcodec/rawdec.c memset(context->palette->data, 0, AVPALETTE_SIZE); AVPALETTE_SIZE 264 libavcodec/rawdec.c buf_size = context->frame_size - (context->is_pal8 ? AVPALETTE_SIZE : 0); AVPALETTE_SIZE 354 libavcodec/rawdec.c len = context->frame_size - (avctx->pix_fmt==AV_PIX_FMT_PAL8 ? AVPALETTE_SIZE : 0); AVPALETTE_SIZE 374 libavcodec/rawdec.c if (pal && pal_size != AVPALETTE_SIZE) { AVPALETTE_SIZE 380 libavcodec/rawdec.c context->palette = av_buffer_alloc(AVPALETTE_SIZE); AVPALETTE_SIZE 392 libavcodec/rawdec.c memcpy(context->palette->data, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 398 libavcodec/rawdec.c if (avpkt->size > vid_size && pal_size <= AVPALETTE_SIZE) { AVPALETTE_SIZE 197 libavcodec/rl2.c memcpy(frame->data[1], s->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 62 libavcodec/rscc.c uint8_t palette[AVPALETTE_SIZE]; AVPALETTE_SIZE 349 libavcodec/rscc.c if (palette && size == AVPALETTE_SIZE) { AVPALETTE_SIZE 351 libavcodec/rscc.c memcpy(ctx->palette, palette, AVPALETTE_SIZE); AVPALETTE_SIZE 355 libavcodec/rscc.c memcpy (frame->data[1], ctx->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 115 libavcodec/smc.c memcpy(s->frame->data[1], s->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 451 libavcodec/smc.c if (pal && pal_size == AVPALETTE_SIZE) { AVPALETTE_SIZE 453 libavcodec/smc.c memcpy(s->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 65 libavcodec/tmv.c memset(frame->data[1] + 16 * 4, 0, AVPALETTE_SIZE - 16 * 4); AVPALETTE_SIZE 78 libavcodec/tscc.c if (pal && size == AVPALETTE_SIZE) { AVPALETTE_SIZE 80 libavcodec/tscc.c memcpy(c->pal, pal, AVPALETTE_SIZE); AVPALETTE_SIZE 118 libavcodec/tscc.c memcpy(frame->data[1], c->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 235 libavcodec/vb.c memcpy(frame->data[1], c->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 575 libavcodec/xan.c s->palettes_count + 1, AVPALETTE_SIZE); AVPALETTE_SIZE 624 libavcodec/xan.c s->palettes + s->cur_palette * AVPALETTE_COUNT, AVPALETTE_SIZE); AVPALETTE_SIZE 113 libavcodec/xsubdec.c sub->rects[0]->data[1] = av_mallocz(AVPALETTE_SIZE); AVPALETTE_SIZE 211 libavcodec/yop.c memset(frame->data[1], 0, AVPALETTE_SIZE); AVPALETTE_SIZE 107 libavfilter/framepool.c pool->pools[1] = av_buffer_pool_init(AVPALETTE_SIZE, alloc); AVPALETTE_SIZE 219 libavfilter/vf_hflip.c memcpy(out->data[1], in->data[1], AVPALETTE_SIZE); AVPALETTE_SIZE 932 libavfilter/vf_paletteuse.c memcpy(out->data[1], s->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 85 libavfilter/vf_pixdesctest.c memcpy(out->data[1], in->data[1], AVPALETTE_SIZE); AVPALETTE_SIZE 533 libavformat/asfdec_f.c for (i = 0; i < FFMIN(st->codecpar->extradata_size, AVPALETTE_SIZE) / 4; i++) AVPALETTE_SIZE 537 libavformat/asfdec_f.c FFMIN(st->codecpar->extradata_size, AVPALETTE_SIZE)); AVPALETTE_SIZE 1323 libavformat/asfdec_f.c AVPALETTE_SIZE); AVPALETTE_SIZE 1327 libavformat/asfdec_f.c memcpy(pal, asf_st->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 1451 libavformat/avidec.c AVPALETTE_SIZE); AVPALETTE_SIZE 1456 libavformat/avidec.c memcpy(pal, ast->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 183 libavformat/gdv.c AVPALETTE_SIZE); AVPALETTE_SIZE 187 libavformat/gdv.c memcpy(pal, gdv->pal, AVPALETTE_SIZE); AVPALETTE_SIZE 322 libavformat/idcin.c AVPALETTE_SIZE); AVPALETTE_SIZE 326 libavformat/idcin.c memcpy(pal, palette, AVPALETTE_SIZE); AVPALETTE_SIZE 170 libavformat/ipmovie.c AVPALETTE_SIZE); AVPALETTE_SIZE 172 libavformat/ipmovie.c memcpy(pal, s->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 3001 libavformat/matroskadec.c uint8_t *pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE); AVPALETTE_SIZE 3005 libavformat/matroskadec.c memcpy(pal, track->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 7926 libavformat/mov.c pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE); AVPALETTE_SIZE 7930 libavformat/mov.c memcpy(pal, sc->palette, AVPALETTE_SIZE); AVPALETTE_SIZE 411 libavformat/swfdec.c pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE); AVPALETTE_SIZE 416 libavformat/swfdec.c memcpy(pal, colormap, AVPALETTE_SIZE); AVPALETTE_SIZE 5730 libavformat/utils.c if (size != AVPALETTE_SIZE) { AVPALETTE_SIZE 5734 libavformat/utils.c memcpy(palette, side_data, AVPALETTE_SIZE); AVPALETTE_SIZE 5741 libavformat/utils.c palette[i] = AV_RL32(pkt->data + pkt->size - AVPALETTE_SIZE + i*4);