Searched refs:transp_color (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddvdsubdec.c360 const uint8_t *transp_color)
364 if (!transp_color[*buf])
374 uint8_t transp_color[256]; local
381 memset(transp_color, 0, 256);
384 transp_color[i] = 1;
388 1, s->rects[0]->w, transp_color))
398 s->rects[0]->w, transp_color))
402 s->rects[0]->h, transp_color))
406 transp_color))
359 is_transp(const uint8_t *buf, int pitch, int n, const uint8_t *transp_color) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvdsubdec.c399 const uint8_t *transp_color)
403 if (!transp_color[*buf])
413 uint8_t transp_color[256] = { 0 }; local
422 transp_color[i] = 1;
426 1, s->rects[0]->w, transp_color))
436 s->rects[0]->w, transp_color))
440 s->rects[0]->h, transp_color))
444 transp_color))
398 is_transp(const uint8_t *buf, int pitch, int n, const uint8_t *transp_color) argument

Completed in 50 milliseconds