/third_party/ffmpeg/libswscale/ |
D | hscale.c | 35 uint32_t *pal; member 90 uint32_t * pal = instance->pal; in lum_convert() local 127 …t ff_init_desc_fmt_convert(SwsFilterDescriptor *desc, SwsSlice * src, SwsSlice *dst, uint32_t *pal) in ff_init_desc_fmt_convert() 206 uint32_t * pal = instance->pal; in chr_convert() local 235 … ff_init_desc_cfmt_convert(SwsFilterDescriptor *desc, SwsSlice * src, SwsSlice *dst, uint32_t *pal) in ff_init_desc_cfmt_convert()
|
/third_party/ffmpeg/libavformat/ |
D | imx.c | 32 uint8_t pal[AVPALETTE_SIZE]; member 140 uint8_t *pal = av_packet_new_side_data(pkt, AV_PKT_DATA_PALETTE, in simbiosis_imx_read_packet() local
|
D | gdv.c | 34 unsigned pal[256]; member 171 uint8_t *pal; in gdv_read_packet() local
|
D | smacker.c | 61 uint8_t pal[768]; member 250 uint8_t *pal = smk->pal; in smacker_read_packet() local
|
D | dxa.c | 157 uint8_t buf[DXA_EXTRA_SIZE], pal[768+4]; in dxa_read_packet() local
|
/third_party/ffmpeg/libavcodec/ |
D | msrle.c | 46 uint32_t pal[256]; member 101 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &size); in msrle_decode_frame() local
|
D | imx.c | 28 uint32_t pal[256]; member 54 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &pal_size); in imx_decode_frame() local
|
D | tscc.c | 61 uint32_t pal[256]; member 76 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &size); in decode_frame() local
|
D | bfi.c | 37 uint32_t pal[256]; member 60 uint32_t *pal; in bfi_decode_frame() local
|
D | 8bps.c | 52 uint32_t pal[256]; member 126 const uint8_t *pal = av_packet_get_side_data(avpkt, in decode_frame() local
|
D | mscc.c | 41 uint32_t pal[256]; member 156 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &size); in decode_frame() local
|
D | targa.c | 117 int idlen, pal, compr, y, w, h, bpp, flags, ret; in decode_frame() local 211 uint32_t *pal = ((uint32_t *)p->data[1]) + first_clr; in decode_frame() local
|
D | idcinvideo.c | 75 uint32_t pal[256]; member 218 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &pal_size); in idcin_decode_frame() local
|
D | smc.c | 58 uint32_t pal[256]; member 439 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &pal_size); in smc_decode_frame() local
|
D | msvideo1.c | 56 uint32_t pal[256]; member 318 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &size); in msvideo1_decode_frame() local
|
D | qpeg.c | 34 uint32_t pal[256]; member 278 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &pal_size); in decode_frame() local
|
D | txd.c | 42 uint32_t *pal; in txd_decode_frame() local
|
D | xwdenc.c | 44 uint32_t pal[256]; in xwd_encode_frame() local
|
D | bmpenc.c | 71 const uint32_t *pal = NULL; in bmp_encode_frame() local
|
D | kmvc.c | 48 uint32_t pal[MAX_PALSIZE]; member 272 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &pal_size); in decode_frame() local
|
D | dv_profile.c | 264 int i, dsf, stype, pal; in ff_dv_frame_profile() local
|
D | pcxenc.c | 105 const uint32_t *pal = NULL; in pcx_encode_frame() local
|
D | qtrle.c | 48 uint32_t pal[256]; member 544 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &size); in qtrle_decode_frame() local
|
D | cinepak.c | 73 uint32_t pal[256]; member 481 const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, &size); in cinepak_decode_frame() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_showpalette.c | 71 const uint32_t *pal = (uint32_t *)in->data[1]; in disp_palette() local
|