Home
last modified time | relevance | path

Searched defs:pal (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/ffmpeg/libswscale/
Dhscale.c35 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/
Dimx.c32 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
Dgdv.c34 unsigned pal[256]; member
171 uint8_t *pal; in gdv_read_packet() local
Dsmacker.c61 uint8_t pal[768]; member
250 uint8_t *pal = smk->pal; in smacker_read_packet() local
/third_party/ffmpeg/libavcodec/
Dmsrle.c46 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
Dimx.c28 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
Dbfi.c37 uint32_t pal[256]; member
60 uint32_t *pal; in bfi_decode_frame() local
Dtscc.c61 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
D8bps.c52 uint32_t pal[256]; member
126 const uint8_t *pal = av_packet_get_side_data(avpkt, in decode_frame() local
Dmscc.c41 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
Dtarga.c117 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
Didcinvideo.c75 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
Dmsvideo1.c56 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
Dsmc.c58 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
Dqpeg.c34 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
Dtxd.c42 uint32_t *pal; in txd_decode_frame() local
Dbmpenc.c71 const uint32_t *pal = NULL; in bmp_encode_frame() local
Dxwdenc.c44 uint32_t pal[256]; in xwd_encode_frame() local
Ddv_profile.c264 int i, dsf, stype, pal; in ff_dv_frame_profile() local
Dkmvc.c48 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
Dpcxenc.c105 const uint32_t *pal = NULL; in pcx_encode_frame() local
Dqtrle.c48 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
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels.c772 SDL_FindColor(SDL_Palette * pal, Uint8 r, Uint8 g, Uint8 b, Uint8 a) in SDL_FindColor()
918 SDL_Palette *pal = src->palette; in Map1toN() local
945 SDL_Palette *pal = dst->palette; in MapNto1() local
/third_party/boost/tools/build/example/qt/qt4/hello/
Darrow.cpp19 QPalette pal = palette(); in Arrow_widget() local
/third_party/ffmpeg/libavfilter/
Dvf_showpalette.c71 const uint32_t *pal = (uint32_t *)in->data[1]; in disp_palette() local

1234