Home
last modified time | relevance | path

Searched refs:avpriv_set_systematic_pal2 (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dbmpenc.c94 avpriv_set_systematic_pal2(palette256, avctx->pix_fmt); in bmp_encode_frame()
H A Dpcxenc.c115 avpriv_set_systematic_pal2(palette256, avctx->pix_fmt); in pcx_encode_frame()
H A Dxwdenc.c187 avpriv_set_systematic_pal2(pal, pix_fmt); in xwd_encode_frame()
H A Dgif.c470 if (avpriv_set_systematic_pal2(s->palette, avctx->pix_fmt) < 0) in gif_encode_init()
/third_party/ffmpeg/libavutil/
H A Dinternal.h280 int avpriv_set_systematic_pal2(uint32_t pal[256], enum AVPixelFormat pix_fmt);
H A Dimgutils.c178 int avpriv_set_systematic_pal2(uint32_t pal[256], enum AVPixelFormat pix_fmt) in avpriv_set_systematic_pal2() function
256 avpriv_set_systematic_pal2((uint32_t*)pointers[1], pix_fmt); in av_image_alloc()
/third_party/ffmpeg/libavfilter/
H A Dframepool.c229 if (avpriv_set_systematic_pal2((uint32_t *)frame->data[1], format) < 0) in ff_frame_pool_get()
H A Dvf_scale.c789 avpriv_set_systematic_pal2((uint32_t*)out->data[1], outlink->format == AV_PIX_FMT_PAL8 ? AV_PIX_FMT_BGR8 : outlink->format); in scale_frame()

Completed in 7 milliseconds